Home
last modified time | relevance | path

Searched refs:specifier (Results 1 – 19 of 19) sorted by relevance

/PHP-5.5/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.5/ext/standard/tests/strings/
H A Dbug36392.phpt2 Bug #36392 (wrong number of decimal digits with %e specifier in sprintf)
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 ***
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller12.phpt16 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, onl…
H A Dfrontcontroller13.phpt16 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not…
/PHP-5.5/ext/phar/tests/cache_list/
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.5/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.5/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.5/win32/
H A Dsendmail.c665 static int addToHeader(char **header_buffer, const char *specifier, char *string) in addToHeader() argument
667 …if (NULL == (*header_buffer = erealloc(*header_buffer, strlen(*header_buffer) + strlen(specifier) … in addToHeader()
670 sprintf(*header_buffer + strlen(*header_buffer), specifier, string); in addToHeader()
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API20 passed to the extension function, the type specifier string, and the
45 The following list shows the type specifier, its meaning and the parameter
73 The following characters also have a meaning in the specifier string:
H A DNEWS5958 the 'e' format specifier, DateTime::__construct(), DateTime::getTimeZone()
8083 - Fixed bug #36392 (wrong number of decimal digits with %e specifier in
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re347 add_error(s, "Undefined period specifier");
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog3657 was missing a "static" storage class specifier.
4020 23. Recognize \x{...} as a code point specifier, even when not in UTF-8 mode,

Completed in 91 milliseconds