Searched refs:date_parse_from_format (Results 1 – 15 of 15) sorted by relevance
/php-src/ext/date/tests/ |
H A D | date-lenient.phpt | 6 print_r( date_parse_from_format( 'm/d/y', $date ) ); 7 print_r( date_parse_from_format( 'm/d/y+', $date ) ); 8 print_r( date_parse_from_format( '+m/d/y', $date ) ); 9 print_r( date_parse_from_format( 'm/d/y++', $date ) ); 12 print_r( date_parse_from_format( 'm/d/y+', $date ) ); 13 print_r( date_parse_from_format( '+m/d/y', $date ) );
|
H A D | date-parse-by-format001.phpt | 6 print_r( date_parse_from_format( '!m/d/y', $date ) ); 7 print_r( date_parse_from_format( '!m*d*y', $date ) );
|
H A D | bug51994.phpt | 2 Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format) 6 $a_date = date_parse_from_format('yz', $trans_date);
|
H A D | bug67251.phpt | 2 Bug #67251 (date_parse_from_format out-of-bounds read) 7 var_dump(date_parse_from_format("\\","AAAABBBB"));
|
H A D | bug72963.phpt | 29 $d3 = date_parse_from_format('m/d/Y', $string); 89 date_parse_from_format(): Argument #2 ($datetime) must not contain any null bytes
|
H A D | bug50392.phpt | 12 $result = date_parse_from_format('Y-m-d H:i:s.u', $string);
|
H A D | bug67253.phpt | 8 var_dump(date_parse_from_format("aHa0", "0=G{$z}9UCNnF"));
|
H A D | test-parse-from-format.phpt | 2 date_create_from_format() and date_parse_from_format(). 21 var_dump(date_parse_from_format( $format, $formatted ) );
|
/php-src/ext/standard/tests/time/ |
H A D | strptime_basic.phpt | 39 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i… 63 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i… 87 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i…
|
H A D | strptime_parts.phpt | 55 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i… 65 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i… 75 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i…
|
H A D | bug38524.phpt | 15 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i…
|
H A D | strptime_error.phpt | 26 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i…
|
/php-src/ext/date/ |
H A D | php_date.stub.php | 175 function date_parse_from_format(string $format, string $datetime): array {} function
|
H A D | php_date_arginfo.h | 536 ZEND_FUNCTION(date_parse_from_format); 637 ZEND_FE(date_parse_from_format, arginfo_date_parse_from_format)
|
H A D | php_date.c | 3190 PHP_FUNCTION(date_parse_from_format) in PHP_FUNCTION() argument
|
Completed in 49 milliseconds