Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/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-7.4/ext/date/tests/
H A Dbug75577.phpt2 Test for bug #75577: DateTime::createFromFormat does not accept 'v' format specifier
/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller12.phpt16 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
H A Dfrontcontroller13.phpt16 Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only P…
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller12.phpt17 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
H A Dfrontcontroller13.phpt17 Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only P…
/PHP-7.4/ext/phar/tests/tar/
H A Dfrontcontroller12.phar.phpt16 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
H A Dfrontcontroller13.phar.phpt16 Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only P…
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller12.phar.phpt17 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
H A Dfrontcontroller13.phar.phpt17 Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only P…
/PHP-7.4/docs/
H A Dparameter-parsing-api.md26 the extension function, the type specifier string, and the list of pointers to
61 The following list shows the type specifier, its meaning and the parameter types
91 The following characters also have a meaning in the specifier string:
/PHP-7.4/win32/
H A Dsendmail.c692 static int addToHeader(char **header_buffer, const char *specifier, char *string) in addToHeader() argument
694 …*header_buffer = erealloc(*header_buffer, strlen(*header_buffer) + strlen(specifier) + strlen(stri… in addToHeader()
695 sprintf(*header_buffer + strlen(*header_buffer), specifier, string); in addToHeader()
/PHP-7.4/ext/ffi/tests/
H A D002.phpt87 /* align specifier */
/PHP-7.4/ext/date/lib/
H A Dtimelib.h393 char specifier; member
H A Dparse_iso_intervals.re273 add_error(s, "Undefined period specifier");
H A Dparse_date.re1997 while (format_map && format_map->specifier != '\0') {
1998 if (format_map->specifier == input) {
2079 * character is the format specifier. */
H A Dparse_date.c25105 while (format_map && format_map->specifier != '\0') { in timelib_lookup_format()
25106 if (format_map->specifier == input) { in timelib_lookup_format()
/PHP-7.4/
H A DNEWS2566 specifier). (Derick)

Completed in 85 milliseconds