Searched refs:format (Results 451 – 475 of 798) sorted by relevance
1...<<11121314151617181920>>...32
/php-src/ext/standard/tests/strings/ |
H A D | unpack_bug68225.phpt | 2 Bug #68225 unpack and X format code
|
H A D | printf_variation2.phpt | 8 $format = '%s'; 87 $result = printf($format, $value); 92 $result = printf($format, $value, $arg2);
|
H A D | sprintf_variation2.phpt | 8 $format = '%s'; 87 var_dump( sprintf($format, $value) ); 90 var_dump( sprintf($format, $value, $arg2) );
|
/php-src/ext/date/tests/ |
H A D | bug51096.phpt | 23 echo '- ', $date->format( DateTime::ISO8601 ); 25 echo ' -> ', $date->format( DateTime::ISO8601 ), "\n\n";
|
H A D | bug53437_var0.phpt | 9 echo $dt->format('Y-m-d H:i:s')."\r\n"; 22 echo $dt->format('Y-m-d H:i:s')."\r\n";
|
H A D | bug51994.phpt | 2 Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format)
|
H A D | bug52577.phpt | 13 echo "DateTime(PHP Class): ".$date->format($date_format);
|
H A D | date_interval_create_from_date_string_nullparam.phpt | 13 Warning: date_interval_create_from_date_string(): Unknown or bad format () at position 0 ( ): Empty…
|
H A D | bug26320.phpt | 2 Bug #26320 (strtotime handling of XML Schema/ISO 8601 format)
|
H A D | bug34087.phpt | 2 Bug #34087 (strtotime() does not work with date format "Y/m/d")
|
H A D | DateTime_modify_invalid_format.phpt | 2 DateTime::modify() with empty string as format
|
H A D | bug54283.phpt | 17 string(24) "Unknown or bad format ()"
|
H A D | bug62500.phpt | 29 string(28) "Unknown or bad format (blah)"
|
H A D | call_function_from_method.phpt | 20 return call_user_func([$this->date, 'format'], 'Y');
|
H A D | gh9866.phpt | 18 echo $diff->format("%R %Y %M %D (%a) %H %I %S %F"), "\n";
|
H A D | DatePeriod_by_ref_iterator.phpt | 14 echo $item->format(DateTime::ISO8601), "\n";
|
/php-src/Zend/tests/parameter_default_values/ |
H A D | internal_declaration_error_null.phpt | 13 …ateTime|false must be compatible with DateTime::createFromFormat(string $format, string $datetime,…
|
/php-src/ext/standard/tests/image/ |
H A D | getimagesize_variation4.phpt | 2 Test getimagesize() function : variation - For shockwave-flash format
|
/php-src/ext/opcache/tests/ |
H A D | bug75556.phpt | 11 function createFromFormat($format, $date, ?\DateTimeZone $tz = null): ?\DateTimeInterface
|
H A D | jmp_elim_002.phpt | 10 'format' => 'html', 'before' => '',
|
/php-src/ext/exif/tests/ |
H A D | bug73737.phpt | 2 Bug #73737 (Crash when parsing a tag format)
|
/php-src/ext/standard/tests/serialize/ |
H A D | serialization_objects_017.phpt | 2 Object serialization / unserialization: Strict format
|
/php-src/ext/standard/tests/file/ |
H A D | fscanf_variation26.phpt | 6 /* Test fscanf() to scan different chars using different char format types */ 10 echo "*** Test fscanf(): different char format types with chars ***\n"; 68 *** Test fscanf(): different char format types with chars ***
|
/php-src/ext/session/tests/ |
H A D | gh9200.phpt | 2 GH-9200: setcookie has an obsolete expires date format
|
/php-src/ext/intl/tests/ |
H A D | calendar_toDateTime_basic.phpt | 15 var_dump($dt->format("c"), $dt->getTimeZone()->getName());
|
Completed in 29 milliseconds
1...<<11121314151617181920>>...32