/PHP-8.4/ext/ctype/tests/ |
H A D | ctype_xdigit_variation2.phpt | 26 character code 48 is a hexadecimal 'digit' 27 character code 49 is a hexadecimal 'digit' 28 character code 50 is a hexadecimal 'digit' 29 character code 51 is a hexadecimal 'digit' 30 character code 52 is a hexadecimal 'digit' 31 character code 53 is a hexadecimal 'digit' 32 character code 54 is a hexadecimal 'digit' 33 character code 55 is a hexadecimal 'digit' 34 character code 56 is a hexadecimal 'digit' 35 character code 57 is a hexadecimal 'digit' [all …]
|
H A D | ctype_digit_variation2.phpt | 18 echo "character code $i is a numeric digit\n"; 26 character code 48 is a numeric digit 27 character code 49 is a numeric digit 28 character code 50 is a numeric digit 29 character code 51 is a numeric digit 30 character code 52 is a numeric digit 31 character code 53 is a numeric digit 32 character code 54 is a numeric digit 33 character code 55 is a numeric digit 34 character code 56 is a numeric digit [all …]
|
/PHP-8.4/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_htmlent.c | 368 unsigned char digit = *digits++; in mb_htmlent_to_wchar() local 369 if (digit >= '0' && digit <= '9') { in mb_htmlent_to_wchar() 370 value = (value * 16) + (digit - '0'); in mb_htmlent_to_wchar() 371 } else if (digit >= 'A' && digit <= 'F') { in mb_htmlent_to_wchar() 372 value = (value * 16) + (digit - 'A' + 10); in mb_htmlent_to_wchar() 373 } else if (digit >= 'a' && digit <= 'f') { in mb_htmlent_to_wchar() 374 value = (value * 16) + (digit - 'a' + 10); in mb_htmlent_to_wchar() 385 unsigned char digit = *digits++; in mb_htmlent_to_wchar() local 386 if (digit >= '0' && digit <= '9') { in mb_htmlent_to_wchar() 387 value = (value * 10) + (digit - '0'); in mb_htmlent_to_wchar()
|
/PHP-8.4/ext/date/tests/ |
H A D | idate_variation6.phpt | 11 echo "\n-- Testing idate() function for 2 digit year having no zero as starting number --\n"; 15 echo "\n-- Testing idate() function for 2 digit year having zero as starting number --\n"; 22 -- Testing idate() function for 2 digit year having no zero as starting number -- 25 -- Testing idate() function for 2 digit year having zero as starting number --
|
H A D | gmstrftime_variation17.phpt | 12 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n"; 21 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
|
H A D | strftime_variation17.phpt | 12 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n"; 20 -- Testing strftime() function with Day of the month as decimal single digit format --
|
H A D | gmstrftime_variation18.phpt | 18 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n"; 27 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
|
H A D | strftime_variation18.phpt | 18 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n"; 26 -- Testing strftime() function with Day of the month as decimal single digit format --
|
H A D | bug49585.phpt | 2 Bug #49585 (date_format buffer not long enough for >4 digit years)
|
H A D | bug64157.phpt | 14 A two digit second could not be found
|
H A D | gmdate_variation7.phpt | 27 echo "\n-- Testing gmdate() function with 2 digit representation year format --\n"; 50 -- Testing gmdate() function with 2 digit representation year format --
|
H A D | bug54597.phpt | 2 Bug #54597 (incorrect years for DateTime objects created with 4-digit years)
|
H A D | bug80483.phpt | 2 Bug #80483 (DateTime Object with 5-digit year can't unserialized)
|
/PHP-8.4/ext/opcache/tests/jit/ |
H A D | gh11917.phpt | 27 $digit = $val[$i] & $mask; 41 $digit |= ($val[$i] & $tempmask) << $remaining; 47 $vals[] = $digit;
|
/PHP-8.4/ext/mbstring/tests/ |
H A D | mb_ereg_replace_callback.phpt | 17 echo mb_ereg_replace_callback('(?<word>\w+) (?<digit>\d+).*', function ($m) { 18 return sprintf("%s-%s", $m['digit'], $m['word']);
|
/PHP-8.4/ext/standard/tests/strings/ |
H A D | strnatcmp_leftalign.phpt | 7 echo "-- Testing strnatcmp() function whitespace, left-align, digit --\n"; 19 -- Testing strnatcmp() function whitespace, left-align, digit --
|
H A D | vfprintf_basic.phpt | 28 writeAndDump( $fp, "%d digit", array( '54' ) ); 52 string(8) "54 digit"
|
/PHP-8.4/Zend/tests/zend_ini/ |
H A D | zend_ini_parse_quantity_overflow.phpt | 13 $digit = intval($s[strlen($s)-1]); 16 if ($digit === 9) { 20 return $prefix . strval($digit+1);
|
/PHP-8.4/Zend/tests/grammar/ |
H A D | bug78441.phpt | 2 Bug #78441 (Parse error due to heredoc identifier followed by digit)
|
/PHP-8.4/ext/json/tests/ |
H A D | pass001.phpt | 33 \"digit\": \"0123456789\", 116 "digit": "0123456789", 207 ["digit"]=> 345 ["digit"]=> 426 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe… 428 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe… 487 ["digit"]=> 625 ["digit"]=>
|
H A D | pass001.1.phpt | 39 \"digit\": \"0123456789\", 127 "digit": "0123456789", 224 ["digit"]=> 405 ["digit"]=> 527 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe… 529 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe… 590 ["digit"]=> 771 ["digit"]=>
|
H A D | pass001.1_64bit.phpt | 43 \"digit\": \"0123456789\", 131 "digit": "0123456789", 228 ["digit"]=> 409 ["digit"]=> 531 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe… 533 …,"alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","spe… 594 ["digit"]=> 775 ["digit"]=>
|
/PHP-8.4/ext/pcre/tests/ |
H A D | match_flags3.phpt | 44 Warning: preg_match(): Compilation failed: %s name must start with a non-digit at offset %d in %sma…
|
H A D | bug37911.phpt | 40 Warning: preg_replace_callback(): Compilation failed: %s name must start with a non-digit at offset…
|
/PHP-8.4/ext/standard/tests/math/ |
H A D | round_gh12143_expand_rounding_target.phpt | 2 Feature GH-12143: Extend the maximum precision round can handle by one digit
|