Home
last modified time | relevance | path

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

12

/PHP-7.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-7.4/ext/standard/
H A Dstrnatcmp.c98 short leading = 1; in strnatcmp_ex() local
110 while (leading && ca == '0' && (ap+1 < aend) && isdigit((int)(unsigned char)*(ap+1))) { in strnatcmp_ex()
114 while (leading && cb == '0' && (bp+1 < bend) && isdigit((int)(unsigned char)*(bp+1))) { in strnatcmp_ex()
118 leading = 0; in strnatcmp_ex()
/PHP-7.4/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.4/Zend/tests/varSyntax/
H A Dstatic_prop_on_expr_class_with_backslash.phpt2 Static property on constexpr class with leading backslash
/PHP-7.4/ext/spl/tests/
H A Dspl_fileinfo_getextension_leadingdot.phpt2 SPL: Spl File Info test getExtension with leading dot
/PHP-7.4/Zend/tests/typehints/
H A Dfully_qualified_scalar.phpt2 Fully qualified (leading backslash) type names must fail
/PHP-7.4/ext/standard/tests/array/
H A Dbug44929.phpt2 Bug #44929 (natsort doesn't handle leading zeros well)
/PHP-7.4/Zend/tests/
H A Dns_096.phpt2 Group use declaration list should not contain leading separator
H A Dbug76439_2.phpt2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens (er…
H A Dbug80194.phpt2 Bug #80194: Assertion failure during block assembly of unreachable free with leading nop
H A Dbug76439.phpt2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens
/PHP-7.4/ext/standard/tests/file/
H A Dbug53848.phpt2 Bug #53848 (fgetcsv removes leading spaces from fields)
/PHP-7.4/ext/exif/tests/
H A Dbug71534.phpt2 Bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode)
/PHP-7.4/ext/standard/tests/url/
H A Dbug52327.phpt2 Bug #52327 (base64_decode() improper handling of leading padding)
/PHP-7.4/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.4/Zend/tests/traits/
H A Dlanguage014.phpt2 Aliasing leading to conflict should result in error message
H A Dlanguage010.phpt2 Aliasing leading to conflict should result in error message
/PHP-7.4/ext/pgsql/tests/
H A Dbug81720.phpt2 Bug #81720 (Uninitialized array in pg_query_params() leading to RCE)
/PHP-7.4/ext/json/tests/
H A Dfail001.phpt23 '{"Numbers cannot have leading zeroes": 013}',
107 Testing: {"Numbers cannot have leading zeroes": 013}
/PHP-7.4/Zend/
H A DZend.m4134 dnl Ugly hack to check if dlsym() requires a leading underscore in symbol name.
137 AC_MSG_CHECKING([whether dlsym() requires a leading underscore in symbol names])
142 …AC_DEFINE(DLSYM_NEEDS_UNDERSCORE, 1, [Define if dlsym() requires a leading underscore in symbol na…
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2101 case TIMELIB_FORMAT_DAY_TWO_DIGIT: /* two digit day, without leading zero */
2102 case TIMELIB_FORMAT_DAY_TWO_DIGIT_PADDED: /* two digit day, with leading zero */
2122 case TIMELIB_FORMAT_MONTH_TWO_DIGIT: /* two digit month, without leading zero */
2123 case TIMELIB_FORMAT_MONTH_TWO_DIGIT_PADDED: /* two digit month, with leading zero */
2154 case TIMELIB_FORMAT_HOUR_TWO_DIGIT_12_MAX: /* two digit hour, without leading zero */
2155 case TIMELIB_FORMAT_HOUR_TWO_DIGIT_12_MAX_PADDED: /* two digit hour, with leading zero */
2164 case TIMELIB_FORMAT_HOUR_TWO_DIGIT_24_MAX_PADDED: /* two digit hour, with leading zero */
2165 case TIMELIB_FORMAT_HOUR_TWO_DIGIT_24_MAX: /* two digit hour, without leading zero */
2180 case TIMELIB_FORMAT_MINUTE_TWO_DIGIT: /* two digit minute, with leading zero */
2194 case TIMELIB_FORMAT_SECOND_TWO_DIGIT: /* two digit second, with leading zero */
/PHP-7.4/docs/
H A Dparameter-parsing-api.md180 * properly, leading to random crashes on platforms like
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in235 ; Note: The value must start with a leading slash (/). The value can be
247 ; Note: The value must start with a leading slash (/). The value can be

Completed in 44 milliseconds

12