Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/tests/
H A Dgmdate_variation9.phpt16 '12-hour format without leading zeros' => 'g',
18 '12-hour format with leading zeros' => 'h',
19 '24-hour format with leading zeros' => 'H',
20 'Minutes with leading zeros' => 'i',
21 'Seconds with leading zeros' => 's',
47 --12-hour format without leading zeros--
51 --24-hour format without leading zeros--
55 --12-hour format with leading zeros--
59 --24-hour format with leading zeros--
63 --Minutes with leading zeros--
[all …]
H A Dgmdate_variation3.phpt14 'Day with leading zeros' => 'd',
15 'Day without leading zeros' => 'j',
33 --Day with leading zeros--
37 --Day without leading zeros--
H A Dgmdate_variation6.phpt23 echo "\n-- Testing gmdate() function with numeric representation of month without leading zeros for…
47 -- Testing gmdate() function with numeric representation of month without leading zeros format --
/PHP-8.1/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-8.1/ext/standard/tests/array/
H A Dbug44929.phpt2 Bug #44929 (natsort doesn't handle leading zeros well)
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug80808.phpt2 Bug #80808: PDO returns ZEROFILL integers without leading zeros
/PHP-8.1/Zend/
H A DZend.m4226 int zeros = 0;
230 zeros++;
235 fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros);
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c500 sljit_s32 i, zeros, ones, first; in load_immediate() local
540 zeros = 0; in load_immediate()
544 zeros++; in load_immediate()
552 if (ones > zeros) { in load_immediate()
/PHP-8.1/
H A DNEWS433 and PDO::ATTR_STRINGIFY_FETCHES is true, decimal zeros are no longer
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic20516 # but they should never be full and initialized with zeros...
21908 # 9 zeros
21953 # 512 zeros
22001 # 314 zeros but not in vpm and also gmaptz.img
23484 # leading/trailing nulls, zeros or non ASCII characters in 8-byte name field at offset 10 are skipp…
H A Dmagic私はガラスを食べられます20516 # but they should never be full and initialized with zeros...
21908 # 9 zeros
21953 # 512 zeros
22001 # 314 zeros but not in vpm and also gmaptz.img
23484 # leading/trailing nulls, zeros or non ASCII characters in 8-byte name field at offset 10 are skipp…
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_arm64.dasc4102 * either all zeros or all ones if no overflow occurred.

Completed in 210 milliseconds