Searched refs:specifier (Results 1 – 19 of 19) sorted by relevance
/PHP-5.6/ext/standard/tests/url/ |
H A D | parse_url_error_002.phpt | 2 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.6/ext/standard/tests/strings/ |
H A D | bug36392.phpt | 2 Bug #36392 (wrong number of decimal digits with %e specifier in sprintf)
|
H A D | sprintf_variation52.phpt | 25 echo"\n-- Testing for invalid width(-15) specifier --\n"; 53 -- Testing for invalid width(-15) specifier --
|
H A D | sprintf_f_2.phpt | 54 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 D | printf.phpt | 201 echo"\n\n*** Output for invalid width(-15) specifier ***\n"; 676 *** Output for invalid width(-15) specifier ***
|
H A D | printf_64bit.phpt | 201 echo"\n\n*** Output for invalid width(-15) specifier ***\n"; 676 *** Output for invalid width(-15) specifier ***
|
/PHP-5.6/ext/phar/tests/ |
H A D | frontcontroller12.phpt | 16 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, onl…
|
H A D | frontcontroller13.phpt | 16 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not…
|
/PHP-5.6/ext/phar/tests/cache_list/ |
H A D | frontcontroller12.phpt | 17 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, onl…
|
H A D | frontcontroller13.phpt | 17 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not…
|
/PHP-5.6/ext/phar/tests/tar/ |
H A D | frontcontroller12.phar.phpt | 16 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, onl…
|
H A D | frontcontroller13.phar.phpt | 16 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not…
|
/PHP-5.6/ext/phar/tests/zip/ |
H A D | frontcontroller12.phar.phpt | 17 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, onl…
|
H A D | frontcontroller13.phar.phpt | 17 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not…
|
/PHP-5.6/win32/ |
H A D | sendmail.c | 665 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.6/ |
H A D | README.PARAMETER_PARSING_API | 20 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 D | NEWS | 7536 the 'e' format specifier, DateTime::__construct(), DateTime::getTimeZone() 9661 - Fixed bug #36392 (wrong number of decimal digits with %e specifier in
|
/PHP-5.6/ext/date/lib/ |
H A D | parse_iso_intervals.re | 353 add_error(s, "Undefined period specifier");
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | ChangeLog | 3657 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 85 milliseconds