Home
last modified time | relevance | path

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

12

/PHP-5.4/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.4/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.4/ext/standard/tests/array/
H A Dbug44929.phpt2 Bug #44929 (natsort doesn't handle leading zeros well)
/PHP-5.4/ext/standard/tests/file/
H A Dbug53848.phpt2 Bug #53848 (fgetcsv removes leading spaces from fields)
/PHP-5.4/ext/standard/tests/url/
H A Dbug52327.phpt2 Bug #52327 (base64_decode() improper handling of leading padding)
/PHP-5.4/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.4/ext/json/tests/
H A Dfail001.phpt22 '{"Numbers cannot have leading zeroes": 013}',
106 Testing: {"Numbers cannot have leading zeroes": 013}
/PHP-5.4/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.4/ext/date/lib/
H A Dparse_date.re1947 case 'd': /* two digit day, with leading zero */
1948 case 'j': /* two digit day, without leading zero */
1968 case 'm': /* two digit month, with leading zero */
1969 case 'n': /* two digit month, without leading zero */
2000 case 'g': /* two digit hour, with leading zero */
2001 case 'h': /* two digit hour, without leading zero */
2010 case 'G': /* two digit hour, with leading zero */
2011 case 'H': /* two digit hour, without leading zero */
2027 case 'i': /* two digit minute, with leading zero */
2041 case 's': /* two digit second, with leading zero */
/PHP-5.4/
H A DREADME.PARAMETER_PARSING_API145 * properly, leading to random crashes on platforms like
H A DNEWS818 . Fixed bug #61759 (class_alias() should accept classes with leading
2145 . Fixed bug #54374 (Insufficient validating of upload name leading to
2459 . Fixed bug #54374 (Insufficient validating of upload name leading to
3167 . Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
3444 . Fixed bug #52327 (base64_decode() improper handling of leading padding in
3528 . Fixed the filter extension accepting IPv4 octets with a leading 0 as that
3530 . Fixed bug #53236 (problems in the validation of IPv6 addresses with leading
5880 - Fixed missing brackets leading to build warning and error in the log.
8166 - Fixed bug #34723 (array_count_values() strips leading zeroes). (Tony)
8205 - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).
H A Dphp.ini-development548 ; leading '/'. You must also specify the file extension being used including
H A Dphp.ini-production548 ; leading '/'. You must also specify the file extension being used including
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in346 ; Note: The value must start with a leading slash (/). The value can be
358 ; Note: The value must start with a leading slash (/). The value can be
/PHP-5.4/ext/pcre/pcrelib/testdata/
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
H A Dtestoutput1947 \) )* # optional leading comment
1024 \) )* # leading <
1173 # optional leading comment
1341 # leading word
/PHP-5.4/ext/ereg/regex/
H A Dtests5 # error name (minus the leading REG_).
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog43 FALSE when the capture could not be consulted, leading to a incorrect
49 to be incorrectly calculated, leading to overwriting.
81 code to be compiled, leading to the error "internal error:
123 compile the pattern, leading to a buffer overflow. This bug was discovered
132 leading to buffer overflow or other errors. This bug was discovered by the
438 leading to a segfault or an incorrect match result.
1778 memory required was incorrectly computed, leading to "Failed: internal
3494 in lookbehind assertions such as (?<=[^f]), leading to an incorrect
3940 compiled pattern went wrong, leading to an overflow error. (b) Numerical
4364 studied, the wrong optimizing data was generated, leading to matching
[all …]
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch422 /* Remove any leading slashes. */
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1079 two-byte values are used for these offsets, leading to a maximum size
5075 syntax must not be introduced by a leading zero, because no more than
6005 some cases the pattern can contain special leading sequences such as
6009 (*UCP) leading sequences that can be used to set UTF and Unicode prop-
7292 sometimes leading to anomalous results.
7467 tered. (*SKIP) signifies that whatever text was matched leading up to

Completed in 201 milliseconds

12