Searched refs:zeros (Results 1 – 9 of 9) sorted by relevance
/PHP-7.3/ext/date/tests/ |
H A D | gmdate_variation9.phpt | 22 '12-hour format without leading zeros' => 'g', 24 '12-hour format with leading zeros' => 'h', 25 '24-hour format with leading zeros' => 'H', 26 'Minutes with leading zeros' => 'i', 27 'Seconds with leading zeros' => 's', 54 --12-hour format without leading zeros-- 58 --24-hour format without leading zeros-- 62 --12-hour format with leading zeros-- 66 --24-hour format with leading zeros-- 70 --Minutes with leading zeros-- [all …]
|
H A D | gmdate_variation3.phpt | 20 'Day with leading zeros' => 'd', 21 'Day without leading zeros' => 'j', 40 --Day with leading zeros-- 44 --Day without leading zeros--
|
H A D | gmdate_variation6.phpt | 29 echo "\n-- Testing gmdate() function with numeric representation of month without leading zeros for… 54 -- Testing gmdate() function with numeric representation of month without leading zeros format --
|
/PHP-7.3/Zend/tests/ |
H A D | bug34062.phpt | 9 // Currently it's the minimum required number of zeros 16 f2(0, 0, 0); // Won't crash if less than 3 zeros here
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | bug44929.phpt | 2 Bug #44929 (natsort doesn't handle leading zeros well)
|
/PHP-7.3/Zend/ |
H A D | Zend.m4 | 240 int zeros = 0; 244 zeros++; 249 fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros);
|
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_64.c | 459 sljit_s32 i, zeros, ones, first; in load_immediate() local 499 zeros = 0; in load_immediate() 503 zeros++; in load_immediate() 511 if (ones > zeros) { in load_immediate()
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 16738 # but they should never be full and initialized with zeros... 19116 # leading/trailing nulls, zeros or non ASCII characters in 8-byte name field at offset 10 are skipp…
|
H A D | magic私はガラスを食べられます | 16738 # but they should never be full and initialized with zeros... 19116 # leading/trailing nulls, zeros or non ASCII characters in 8-byte name field at offset 10 are skipp…
|
Completed in 119 milliseconds