ID:               27870
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ptown at s57 dot xrea dot com
-Status:           Verified
+Status:           Bogus
 Bug Type:         Documentation problem
 Operating System: Windows98
 PHP Version:      5.0.0RC1
 New Comment:

Translators will update the docs when they have time.
Marking as bogus as it is already fixed in the english docs.


Previous Comments:
------------------------------------------------------------------------

[2004-04-05 14:44:55] [EMAIL PROTECTED]

Duplicate bug #26940, Japanese translation not updated yet.

------------------------------------------------------------------------

[2004-04-05 12:25:00] ptown at s57 dot xrea dot com

Description:
------------
I do not know English.
Solly.

Japanese:

PHP Version 5.0.0b2 �Ńo�O�炵�����̂����‚����̂ŕ񍐂��܂��B

PHP �}�j���A����strncasecmp�֐��ɏ����Ă�����e��
���ۂ̓��쌋�ʂ��قȂ�܂����B

�}�j���A���ɂ�
  �ǂ��炩�̕�����
len���Z���ꍇ�A���̕�����̒�������r���Ɏg�p����܂��B 
�Ə����Ă���܂��B

$var1 = "abc";
$var2 = "aBcd";
$i = strncasecmp($var1, $var2, 4);

���̏ꍇ�A�}�j���A����ǂ��
$var1 = "abc";
$var2 = "aBcd";
$i = strncasecmp($var1, $var2, 3);
�Ɠ��������߂��܂������A���쌋�ʂ�4�o�C�g�̔�r���Ȃ���A
$i�ɕ��̒l������܂����B

Bug #8195�ɏ�����Ă��邱�ƂƂقړ����ł��B
�}�j���A��������Ă��邩�APHP�̓��삪�Ԉ���Ă��邩��
�����m�肽���ł��B

Reproduce code:
---------------
I do not know English.
Solly.

Expected result:
----------------
I do not know English.
Solly.

Actual result:
--------------
I do not know English.
Solly.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=27870&edit=1

Reply via email to