Home
last modified time | relevance | path

Searched refs:specifier (Results 1 – 19 of 19) sorted by last modified time

/PHP-5.3/win32/
H A Dsendmail.c664 static int addToHeader(char **header_buffer, const char *specifier, char *string) in addToHeader() argument
666 …if (NULL == (*header_buffer = erealloc(*header_buffer, strlen(*header_buffer) + strlen(specifier) … in addToHeader()
669 sprintf(*header_buffer + strlen(*header_buffer), specifier, string); in addToHeader()
/PHP-5.3/ext/standard/tests/url/
H A Dparse_url_error_002.phpt2 Test parse_url() function: url component specifier out of range
11 echo "*** Testing parse_url() : error conditions: url component specifier out of range ***\n";
23 *** Testing parse_url() : error conditions: url component specifier out of range ***
/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation52.phpt25 echo"\n-- Testing for invalid width(-15) specifier --\n";
53 -- Testing for invalid width(-15) specifier --
H A Dsprintf_f_2.phpt54 var_dump(sprintf("%%+d = '%+d'", $n)); // sign specifier on a positive integer
55 var_dump(sprintf("%%+d = '%+d'", $u)); // sign specifier on a negative integer
H A Dprintf.phpt201 echo"\n\n*** Output for invalid width(-15) specifier ***\n";
676 *** Output for invalid width(-15) specifier ***
H A Dprintf_64bit.phpt201 echo"\n\n*** Output for invalid width(-15) specifier ***\n";
676 *** Output for invalid width(-15) specifier ***
H A Dbug36392.phpt2 Bug #36392 (wrong number of decimal digits with %e specifier in sprintf)
/PHP-5.3/ext/phar/tests/zip/
H A Dfrontcontroller12.phar.phpt17 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, onl…
H A Dfrontcontroller13.phar.phpt17 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not…
/PHP-5.3/ext/phar/tests/tar/
H A Dfrontcontroller12.phar.phpt16 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, onl…
H A Dfrontcontroller13.phar.phpt16 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not…
/PHP-5.3/ext/phar/tests/
H A Dfrontcontroller12.phpt17 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, onl…
H A Dfrontcontroller13.phpt17 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not…
/PHP-5.3/ext/phar/tests/cache_list/
H A Dfrontcontroller12.phpt18 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, onl…
H A Dfrontcontroller13.phpt18 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not…
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog2720 was missing a "static" storage class specifier.
3083 23. Recognize \x{...} as a code point specifier, even when not in UTF-8 mode,
/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.re382 add_error(s, "Undefined period specifier");
/PHP-5.3/
H A DREADME.PARAMETER_PARSING_API20 passed to the extension function, the type specifier string, and the
34 The following list shows the type specifier, its meaning and the parameter
61 The following characters also have a meaning in the specifier string:
H A DNEWS2908 the 'e' format specifier, DateTime::__construct(), DateTime::getTimeZone()
5033 - Fixed bug #36392 (wrong number of decimal digits with %e specifier in

Completed in 79 milliseconds