Lines Matching refs:date_format
2 Test date_format() function : usage variation - Passing unexpected values to second argument $forma…
5 /* Prototype : string date_format ( DateTime $object , string $format )
11 echo "*** Testing date_format() : usage variation - unexpected values to second argument \$format*…
102 var_dump( date_format($object, $format) );
111 *** Testing date_format() : usage variation - unexpected values to second argument $format***
136 Warning: date_format() expects parameter 2 to be string, array given in %s on line %d
141 Warning: date_format() expects parameter 2 to be string, array given in %s on line %d
146 Warning: date_format() expects parameter 2 to be string, array given in %s on line %d
151 Warning: date_format() expects parameter 2 to be string, array given in %s on line %d
195 Warning: date_format() expects parameter 2 to be string, object given in %s on line %d
206 Warning: date_format() expects parameter 2 to be string, resource given in %s on line %d