Searched refs:format (Results 401 – 425 of 798) sorted by relevance
1...<<11121314151617181920>>...32
11 echo $day->format('Y-m-d') . "\n";
9 \var_dump($datetime->format('j') === '0');
2 Test gmdate() function : usage variation - Passing predefined constants to format argument.26 // loop through each element of the array for format
9 var_dump($dt->format('U') === $timestamp);
10 var_dump($dt->format('c'));
10 $string = $date->format('Y-m-d H:i:s.u');
2 DateTimeImmutable::modify() with invalid format
9 Warning: date_interval_create_from_date_string(): Unknown or bad format (foobar) at position 0 (f):…
2 Bug #35456 (+ 1 [time unit] format did not work)
12 echo $day->format('Y-m-d') . "\n";
9 echo $date->diff($now)->format("%R %Y %M %D %H %I %S %F"), "\n";
67 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d69 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d
2 imagecreatefromstring() - PNG format
2 imagecreatefromstring() - GIF format
2 imagecreatefromstring() - WEBP format
48 foreach($formats as $format) {49 var_dump( fscanf($file_handle,$format) );
6 /* Test fscanf() to scan boolean data using different float format types */10 echo "*** Test fscanf(): different float format types with boolean data ***\n";69 *** Test fscanf(): different float format types with boolean data ***
6 /* Test fscanf() to scan resource type using different string format types */10 echo "*** Test fscanf(): different string format types with resource ***\n";80 *** Test fscanf(): different string format types with resource ***
6 /* Test fscanf() to scan boolean data using different string format types */10 echo "*** Test fscanf(): different string format types with boolean data ***\n";73 *** Test fscanf(): different string format types with boolean data ***
6 /* Test fscanf() to scan resource type using different char format types */10 echo "*** Test fscanf(): different char format types with resource ***\n";80 *** Test fscanf(): different char format types with resource ***
20 foreach($char_formats as $format) {21 var_dump( sprintf($format, $char_value) );
2 Bug #65689 (GeneralizedTime format parsing)
11 var_dump($formatter->format($params));
12 $result = $formatter->format($args);
24 extern void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...);
Completed in 30 milliseconds