Home
last modified time | relevance | path

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

12

/PHP-7.1/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-7.1/ext/standard/
H A Dstrnatcmp.c109 short leading = 1; in strnatcmp_ex() local
121 while (leading && ca == '0' && (ap+1 < aend) && isdigit((int)(unsigned char)*(ap+1))) { in strnatcmp_ex()
125 while (leading && cb == '0' && (bp+1 < bend) && isdigit((int)(unsigned char)*(bp+1))) { in strnatcmp_ex()
129 leading = 0; in strnatcmp_ex()
/PHP-7.1/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-7.1/Zend/tests/varSyntax/
H A Dstatic_prop_on_expr_class_with_backslash.phpt2 Static property on constexpr class with leading backslash
/PHP-7.1/ext/spl/tests/
H A Dspl_fileinfo_getextension_leadingdot.phpt2 SPL: Spl File Info test getExtension with leading dot
/PHP-7.1/Zend/tests/typehints/
H A Dfully_qualified_scalar.phpt2 Fully qualified (leading backslash) type names must fail
/PHP-7.1/Zend/tests/
H A Dns_096.phpt2 Group use declaration list should not contain leading separator
/PHP-7.1/ext/standard/tests/array/
H A Dbug44929.phpt2 Bug #44929 (natsort doesn't handle leading zeros well)
/PHP-7.1/ext/standard/tests/file/
H A Dbug53848.phpt2 Bug #53848 (fgetcsv removes leading spaces from fields)
/PHP-7.1/ext/standard/tests/url/
H A Dbug52327.phpt2 Bug #52327 (base64_decode() improper handling of leading padding)
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug69362.phpt2 PDO PgSQL Bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
50 // Create temp user with leading single quote
/PHP-7.1/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-7.1/ext/json/tests/
H A Dfail001.phpt23 '{"Numbers cannot have leading zeroes": 013}',
107 Testing: {"Numbers cannot have leading zeroes": 013}
/PHP-7.1/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-7.1/ext/date/lib/
H A Dparse_date.re1945 case 'd': /* two digit day, with leading zero */
1946 case 'j': /* two digit day, without leading zero */
1966 case 'm': /* two digit month, with leading zero */
1967 case 'n': /* two digit month, without leading zero */
1998 case 'g': /* two digit hour, with leading zero */
1999 case 'h': /* two digit hour, without leading zero */
2008 case 'G': /* two digit hour, with leading zero */
2009 case 'H': /* two digit hour, without leading zero */
2025 case 'i': /* two digit minute, with leading zero */
2039 case 's': /* two digit second, with leading zero */
/PHP-7.1/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
/PHP-7.1/
H A DREADME.PARAMETER_PARSING_API159 * properly, leading to random crashes on platforms like
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in234 ; Note: The value must start with a leading slash (/). The value can be
246 ; Note: The value must start with a leading slash (/). The value can be

Completed in 55 milliseconds

12