Home
last modified time | relevance | path

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

12

/PHP-5.5/
H A DNEWS324 leading single quote). (Matteo)
406 . Fixed bug #60022 ("use statement [...] has no effect" depends on leading
1600 . Fixed bug #61759 (class_alias() should accept classes with leading
3334 . Fixed bug #54374 (Insufficient validating of upload name leading to
3648 . Fixed bug #54374 (Insufficient validating of upload name leading to
4356 . Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
4633 . Fixed bug #52327 (base64_decode() improper handling of leading padding in
4717 . Fixed the filter extension accepting IPv4 octets with a leading 0 as that
7069 - Fixed missing brackets leading to build warning and error in the log.
9355 - Fixed bug #34723 (array_count_values() strips leading zeroes). (Tony)
[all …]
H A DREADME.PARAMETER_PARSING_API160 * properly, leading to random crashes on platforms like
/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/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/build/
H A Dlibtool.m43998 # archive will be linked into the output, leading to subtle bugs.
/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/date/tests/
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 --
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 …]
/PHP-5.5/ext/ereg/regex/
H A Dtests5 # error name (minus the leading REG_).
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic13180 # leading/trailing nulls, zeros or non ASCII characters in 8-byte name field at offset 10 are skipp…
15660 # is a checksum that could (presumably) have any leading digit,
/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/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 …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1090 two-byte values are used for these offsets, leading to a maximum size
5099 syntax must not be introduced by a leading zero, because no more than
6029 some cases the pattern can contain special leading sequences such as
6033 (*UCP) leading sequences that can be used to set UTF and Unicode prop-
7316 sometimes leading to anomalous results.
7491 tered. (*SKIP) signifies that whatever text was matched leading up to
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1473 \) )* # optional leading comment
550 \) )* # leading <
690 # optional leading comment
858 # leading word
H A Dtestinput1499 \) )* # optional leading comment
176 \) )* # leading <
H A Dtestinput1717 \) )* # optional leading comment
94 \) )* # leading <
H A Dtestinput8957 \) )* # optional leading comment
1034 \) )* # leading <
1174 # optional leading comment
1342 # leading word
H A Dtestoutput1947 \) )* # optional leading comment
1024 \) )* # leading <
1173 # optional leading comment
1341 # leading word
H A Dtestoutput14166 \) )* # optional leading comment
243 \) )* # leading <
H A Dtestoutput1733 \) )* # optional leading comment
110 \) )* # leading <
H A Dtestoutput81802 \) )* # optional leading comment
1879 \) )* # leading <
2036 # optional leading comment
2204 # leading word
/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/
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()

Completed in 201 milliseconds

12