Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 34) sorted by relevance

12

/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/ext/standard/
H A Dstrnatcmp.c109 short leading = 1; in strnatcmp_ex() local
120 while (leading && ca == '0' && (ap+1 < aend) && isdigit((int)(unsigned char)*(ap+1))) { in strnatcmp_ex()
124 while (leading && cb == '0' && (bp+1 < bend) && isdigit((int)(unsigned char)*(bp+1))) { in strnatcmp_ex()
128 leading = 0; in strnatcmp_ex()
/PHP-5.5/ext/standard/tests/network/
H A Dip2long_variation2_x64.phpt7 …in the C language (i.e., a leading 0x or 0X implies hexadecimal; otherwise, a leading 0 implies oc…
/PHP-5.5/ext/standard/tests/array/
H A Dbug44929.phpt2 Bug #44929 (natsort doesn't handle leading zeros well)
/PHP-5.5/ext/standard/tests/file/
H A Dbug53848.phpt2 Bug #53848 (fgetcsv removes leading spaces from fields)
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69362.phpt2 PDO PgSQL Bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
49 // Create temp user with leading single quote
/PHP-5.5/ext/standard/tests/url/
H A Dbug52327.phpt2 Bug #52327 (base64_decode() improper handling of leading padding)
/PHP-5.5/Zend/tests/traits/
H A Dlanguage010.phpt2 Aliasing leading to conflict should result in error message
H A Dlanguage014.phpt2 Aliasing leading to conflict should result in error message
/PHP-5.5/ext/json/tests/
H A Dfail001.phpt22 '{"Numbers cannot have leading zeroes": 013}',
106 Testing: {"Numbers cannot have leading zeroes": 013}
/PHP-5.5/Zend/
H A DZend.m475 dnl Ugly hack to check if dlsym() requires a leading underscore in symbol name.
77 AC_MSG_CHECKING([whether dlsym() requires a leading underscore in symbol names])
82 …AC_DEFINE(DLSYM_NEEDS_UNDERSCORE, 1, [Define if dlsym() requires a leading underscore in symbol na…
/PHP-5.5/ext/date/lib/
H A Dparse_date.re1887 case 'd': /* two digit day, with leading zero */
1888 case 'j': /* two digit day, without leading zero */
1908 case 'm': /* two digit month, with leading zero */
1909 case 'n': /* two digit month, without leading zero */
1940 case 'g': /* two digit hour, with leading zero */
1941 case 'h': /* two digit hour, without leading zero */
1950 case 'G': /* two digit hour, with leading zero */
1951 case 'H': /* two digit hour, without leading zero */
1967 case 'i': /* two digit minute, with leading zero */
1981 case 's': /* two digit second, with leading zero */
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1499 \) )* # optional leading comment
176 \) )* # leading <
H A Dtestinput1717 \) )* # optional leading comment
94 \) )* # leading <
H A Dtestoutput14166 \) )* # optional leading comment
243 \) )* # leading <
H A Dtestoutput1733 \) )* # optional leading comment
110 \) )* # leading <
H A Dtestinput8957 \) )* # optional leading comment
1034 \) )* # leading <
1174 # optional leading comment
1342 # leading word
H A Dtestinput1473 \) )* # optional leading comment
550 \) )* # leading <
690 # optional leading comment
858 # leading word
H A Dtestoutput81802 \) )* # optional leading comment
1879 \) )* # leading <
2036 # optional leading comment
2204 # leading word
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API160 * properly, leading to random crashes on platforms like
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in351 ; Note: The value must start with a leading slash (/). The value can be
363 ; Note: The value must start with a leading slash (/). The value can be
/PHP-5.5/ext/ereg/regex/
H A Dtests5 # error name (minus the leading REG_).
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog13 compile correct code, leading to undefined behaviour or an internally
45 9. The table entry for \l in EBCDIC environments was incorrect, leading to its
219 FALSE when the capture could not be consulted, leading to a incorrect
225 to be incorrectly calculated, leading to overwriting.
257 code to be compiled, leading to the error "internal error:
299 compile the pattern, leading to a buffer overflow. This bug was discovered
308 leading to buffer overflow or other errors. This bug was discovered by the
614 leading to a segfault or an incorrect match result.
1954 memory required was incorrectly computed, leading to "Failed: internal
3670 in lookbehind assertions such as (?<=[^f]), leading to an incorrect
[all …]

Completed in 85 milliseconds

12