Home
last modified time | relevance | path

Searched refs:format (Results 451 – 475 of 798) sorted by relevance

1...<<11121314151617181920>>...32

/php-src/ext/standard/tests/strings/
H A Dunpack_bug68225.phpt2 Bug #68225 unpack and X format code
H A Dprintf_variation2.phpt8 $format = '%s';
87 $result = printf($format, $value);
92 $result = printf($format, $value, $arg2);
H A Dsprintf_variation2.phpt8 $format = '%s';
87 var_dump( sprintf($format, $value) );
90 var_dump( sprintf($format, $value, $arg2) );
/php-src/ext/date/tests/
H A Dbug51096.phpt23 echo '- ', $date->format( DateTime::ISO8601 );
25 echo ' -> ', $date->format( DateTime::ISO8601 ), "\n\n";
H A Dbug53437_var0.phpt9 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 Dbug51994.phpt2 Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format)
H A Dbug52577.phpt13 echo "DateTime(PHP Class): ".$date->format($date_format);
H A Ddate_interval_create_from_date_string_nullparam.phpt13 Warning: date_interval_create_from_date_string(): Unknown or bad format () at position 0 ( ): Empty…
H A Dbug26320.phpt2 Bug #26320 (strtotime handling of XML Schema/ISO 8601 format)
H A Dbug34087.phpt2 Bug #34087 (strtotime() does not work with date format "Y/m/d")
H A DDateTime_modify_invalid_format.phpt2 DateTime::modify() with empty string as format
H A Dbug54283.phpt17 string(24) "Unknown or bad format ()"
H A Dbug62500.phpt29 string(28) "Unknown or bad format (blah)"
H A Dcall_function_from_method.phpt20 return call_user_func([$this->date, 'format'], 'Y');
H A Dgh9866.phpt18 echo $diff->format("%R %Y %M %D (%a) %H %I %S %F"), "\n";
H A DDatePeriod_by_ref_iterator.phpt14 echo $item->format(DateTime::ISO8601), "\n";
/php-src/Zend/tests/parameter_default_values/
H A Dinternal_declaration_error_null.phpt13 …ateTime|false must be compatible with DateTime::createFromFormat(string $format, string $datetime,…
/php-src/ext/standard/tests/image/
H A Dgetimagesize_variation4.phpt2 Test getimagesize() function : variation - For shockwave-flash format
/php-src/ext/opcache/tests/
H A Dbug75556.phpt11 function createFromFormat($format, $date, ?\DateTimeZone $tz = null): ?\DateTimeInterface
H A Djmp_elim_002.phpt10 'format' => 'html', 'before' => '',
/php-src/ext/exif/tests/
H A Dbug73737.phpt2 Bug #73737 (Crash when parsing a tag format)
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_017.phpt2 Object serialization / unserialization: Strict format
/php-src/ext/standard/tests/file/
H A Dfscanf_variation26.phpt6 /* 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 Dgh9200.phpt2 GH-9200: setcookie has an obsolete expires date format
/php-src/ext/intl/tests/
H A Dcalendar_toDateTime_basic.phpt15 var_dump($dt->format("c"), $dt->getTimeZone()->getName());

Completed in 29 milliseconds

1...<<11121314151617181920>>...32