Home
last modified time | relevance | path

Searched refs:format (Results 551 – 575 of 681) sorted by relevance

1...<<2122232425262728

/PHP-5.3/ext/gd/tests/
H A Dcreatefromstring.phpt64 Warning: imagecreatefromstring(): Data is not in a recognized format in %screatefromstring.php on l…
/PHP-5.3/ext/date/tests/
H A Dstrftime_variation22.phpt14 /* Prototype : string strftime(string format [, int timestamp])
H A Dgmdate_variation12.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
H A Dgmstrftime_variation22.phpt14 /* Prototype : string gmstrftime(string format [, int timestamp])
H A Ddate_modify_variation1.phpt6 … the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtot…
98 $format = "D, d M Y";
102 var_dump( date_modify($object, $format) );
H A Ddate_sunrise_variation9.phpt5 /* Prototype : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [,…
H A Ddate_sunset_variation9.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
H A DDateTime_modify_variation1.phpt6 … the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtot…
100 foreach($inputs as $variation =>$format) {
102 var_dump( $object->modify($format) );
H A Ddate_sunrise_variation8.phpt5 /* Prototype : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [,…
H A Ddate_sunset_error.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
H A Ddate_sunset_variation7.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
H A Ddate_sunset_variation8.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
/PHP-5.3/ext/dom/
H A Ddocument.c1747 int file_len = 0, bytes, format, saveempty = 0; in PHP_FUNCTION() local
1767 format = doc_props->formatoutput; in PHP_FUNCTION()
1796 int size, format, saveempty = 0; in PHP_FUNCTION() local
1806 format = doc_props->formatoutput; in PHP_FUNCTION()
1824 xmlNodeDump(buf, docp, node, 0, format); in PHP_FUNCTION()
1841 xmlDocDumpFormatMemory(docp, &mem, &size, format); in PHP_FUNCTION()
2251 int file_len, bytes, format; in PHP_FUNCTION() local
2272 format = doc_props->formatoutput; in PHP_FUNCTION()
2293 int size, format; in PHP_FUNCTION() local
2305 format = doc_props->formatoutput; in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/phar/tests/
H A Dphar_bz2.phpt64 Unknown file format specified
/PHP-5.3/ext/intl/doc/
H A Ddatefmt_api.php91 public function format($value) {} function in DateFormatter
/PHP-5.3/ext/dba/
H A DREADME15 original dbm format.
33 may use this where files were created in this format. That happens
/PHP-5.3/TSRM/
H A DTSRM.c58 int tsrm_error(int level, const char *format, ...);
738 int tsrm_error(int level, const char *format, ...) in tsrm_error() argument
745 va_start(args, format); in tsrm_error()
746 size = vfprintf(tsrm_error_file, format, args); in tsrm_error()
H A DTSRM.h132 TSRM_API int tsrm_error(int level, const char *format, ...);
/PHP-5.3/ext/mysqli/
H A Dmysqli_priv.h75 extern void php_mysqli_throw_sql_exception(char *sqlstate, int errorno TSRMLS_DC, char *format, ...…
/PHP-5.3/ext/standard/tests/file/
H A Dfscanf_variation8.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan different float values using different format types */
15 echo "*** Test fscanf(): different float format types with different float values ***\n";
102 *** Test fscanf(): different float format types with different float values ***
/PHP-5.3/ext/filter/docs/
H A Dfilter.txt126 - ALLOW_OCTAL: allow octal numbers with the format
129 format 0xnn or 0Xnn too.
143 validate_url URL string Validates an URL's format.
270 the correct format, use the validate_email filter
277 format, use the validate_url filter for that.
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic21 # RISC OS new format font files
962 # DL animation format
2731 # Yamaha SMAF format
3935 # on format.
7615 #file format 1
7617 #file format 2
7635 #file format 3
7653 #file format >3
12968 # RIFF Palette format
12985 # RIFF MIDI format
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_error.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
/PHP-5.3/ext/phar/tests/zip/
H A Dphar_oo_compressallbz2.phpt2 Phar::compressFiles(Phar::BZ2) zip format
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_ssl_set.phpt45 'The pathname to a directory that contains trusted SSL CA certificates in PEM format.',

Completed in 114 milliseconds

1...<<2122232425262728