Searched refs:zeros (Results 1 – 12 of 12) sorted by relevance
/PHP-8.1/ext/date/tests/ |
H A D | gmdate_variation9.phpt | 16 '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 D | gmdate_variation3.phpt | 14 'Day with leading zeros' => 'd', 15 'Day without leading zeros' => 'j', 33 --Day with leading zeros-- 37 --Day without leading zeros--
|
H A D | gmdate_variation6.phpt | 23 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 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-8.1/ext/standard/tests/array/ |
H A D | bug44929.phpt | 2 Bug #44929 (natsort doesn't handle leading zeros well)
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | bug80808.phpt | 2 Bug #80808: PDO returns ZEROFILL integers without leading zeros
|
/PHP-8.1/Zend/ |
H A D | Zend.m4 | 226 int zeros = 0; 230 zeros++; 235 fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros);
|
/PHP-8.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_64.c | 500 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 D | NEWS | 433 and PDO::ATTR_STRINGIFY_FETCHES is true, decimal zeros are no longer
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | magic | 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…
|
H A D | magic私はガラスを食べられます | 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 D | zend_jit_arm64.dasc | 4102 * either all zeros or all ones if no overflow occurred.
|
Completed in 210 milliseconds