Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/date/tests/
H A Dgmdate_variation9.phpt22 '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 Dgmdate_variation3.phpt20 'Day with leading zeros' => 'd',
21 'Day without leading zeros' => 'j',
40 --Day with leading zeros--
44 --Day without leading zeros--
H A Dgmdate_variation6.phpt29 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-5.5/Zend/tests/
H A Dbug34062.phpt9 // Currently it's the minimum required number of zeros
16 f2(0, 0, 0); // Won't crash if less than 3 zeros here
/PHP-5.5/ext/standard/tests/array/
H A Dbug44929.phpt2 Bug #44929 (natsort doesn't handle leading zeros well)
/PHP-5.5/Zend/
H A DZend.m4267 int zeros = 0;
271 zeros++;
276 fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros);
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c416 sljit_si i, zeros, ones, first; in load_immediate() local
453 zeros = 0; in load_immediate()
457 zeros++; in load_immediate()
465 if (ones > zeros) { in load_immediate()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3886 not adequate for handling strings containing binary zeros, because the
5052 sequence \0\x\015 specifies two binary zeros followed by a CR character
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic11373 # but they should never be full and initialized with zeros...
13180 # leading/trailing nulls, zeros or non ASCII characters in 8-byte name field at offset 10 are skipp…
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2090 counting zeros. There was no check for running off the end of the string,
/PHP-5.5/
H A DNEWS9394 - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).

Completed in 115 milliseconds