Searched refs:leading (Results 1 – 25 of 31) sorted by relevance
12
/PHP-7.4/ext/date/tests/ |
H A D | gmdate_variation9.phpt | 22 '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 D | gmdate_variation3.phpt | 20 'Day with leading zeros' => 'd', 21 'Day without leading zeros' => 'j', 40 --Day with leading zeros-- 44 --Day without leading zeros--
|
H A D | gmdate_variation6.phpt | 29 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 D | strnatcmp.c | 98 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 D | ip2long_variation2_x64.phpt | 7 …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 D | static_prop_on_expr_class_with_backslash.phpt | 2 Static property on constexpr class with leading backslash
|
/PHP-7.4/ext/spl/tests/ |
H A D | spl_fileinfo_getextension_leadingdot.phpt | 2 SPL: Spl File Info test getExtension with leading dot
|
/PHP-7.4/Zend/tests/typehints/ |
H A D | fully_qualified_scalar.phpt | 2 Fully qualified (leading backslash) type names must fail
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | bug44929.phpt | 2 Bug #44929 (natsort doesn't handle leading zeros well)
|
/PHP-7.4/Zend/tests/ |
H A D | ns_096.phpt | 2 Group use declaration list should not contain leading separator
|
H A D | bug76439_2.phpt | 2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens (er…
|
H A D | bug80194.phpt | 2 Bug #80194: Assertion failure during block assembly of unreachable free with leading nop
|
H A D | bug76439.phpt | 2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | bug53848.phpt | 2 Bug #53848 (fgetcsv removes leading spaces from fields)
|
/PHP-7.4/ext/exif/tests/ |
H A D | bug71534.phpt | 2 Bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode)
|
/PHP-7.4/ext/standard/tests/url/ |
H A D | bug52327.phpt | 2 Bug #52327 (base64_decode() improper handling of leading padding)
|
/PHP-7.4/ext/pdo_pgsql/tests/ |
H A D | bug69362.phpt | 2 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 D | language014.phpt | 2 Aliasing leading to conflict should result in error message
|
H A D | language010.phpt | 2 Aliasing leading to conflict should result in error message
|
/PHP-7.4/ext/pgsql/tests/ |
H A D | bug81720.phpt | 2 Bug #81720 (Uninitialized array in pg_query_params() leading to RCE)
|
/PHP-7.4/ext/json/tests/ |
H A D | fail001.phpt | 23 '{"Numbers cannot have leading zeroes": 013}', 107 Testing: {"Numbers cannot have leading zeroes": 013}
|
/PHP-7.4/Zend/ |
H A D | Zend.m4 | 134 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 D | parse_date.re | 2101 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 D | parameter-parsing-api.md | 180 * properly, leading to random crashes on platforms like
|
/PHP-7.4/sapi/fpm/ |
H A D | www.conf.in | 235 ; 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 34 milliseconds
12