Searched refs:specifier (Results 1 – 25 of 32) sorted by relevance
12
/PHP-8.3/ext/standard/tests/strings/ |
H A D | bug69751.phpt | 2 Bug #69751: Change Error message of sprintf/printf for missing/typo position specifier. 26 Argument number specifier must be greater than zero and less than %d 28 Argument number specifier must be greater than zero and less than %d
|
H A D | sprintf_variation52.phpt | 20 echo"\n-- Testing for invalid width(-15) specifier --\n"; 52 -- Testing for invalid width(-15) specifier -- 53 Unknown format specifier "-"
|
H A D | sprintf_variation5.phpt | 22 var_dump(sprintf("%%+d = '%+d'", $n)); // sign specifier on a positive integer 23 var_dump(sprintf("%%+d = '%+d'", $u)); // sign specifier on a negative integer
|
H A D | bug36392.phpt | 2 Bug #36392 (wrong number of decimal digits with %e specifier in sprintf)
|
H A D | vfprintf_error4.phpt | 38 Error found: Argument number specifier must be greater than zero and less than 2147483647.
|
H A D | vfprintf_error3.phpt | 52 Unknown format specifier "y"
|
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 | sprintf_error.phpt | 86 Missing format specifier at end of string
|
H A D | printf_64bit.phpt | 204 echo"\n\n*** Output for invalid width(-15) specifier ***\n"; 678 *** Output for invalid width(-15) specifier *** 679 Unknown format specifier "-"
|
H A D | printf.phpt | 204 echo"\n\n*** Output for invalid width(-15) specifier ***\n"; 678 *** Output for invalid width(-15) specifier *** 679 Unknown format specifier "-"
|
/PHP-8.3/ext/standard/tests/url/ |
H A D | parse_url_error_002.phpt | 2 Test parse_url() function: url component specifier out of range 5 echo "*** Testing parse_url() : error conditions: url component specifier out of range ***\n"; 21 *** Testing parse_url() : error conditions: url component specifier out of range ***
|
/PHP-8.3/ext/date/tests/ |
H A D | gh10447.phpt | 2 Bug GH-10447 ('p' format specifier does not yield 'Z' for 00:00)
|
H A D | bug75577.phpt | 2 Test for bug #75577: DateTime::createFromFormat does not accept 'v' format specifier
|
/PHP-8.3/ext/phar/tests/ |
H A D | frontcontroller12.phpt | 16 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
|
H A D | frontcontroller13.phpt | 16 Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only P…
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | gh8267.phpt | 2 Bug GH-8267 (MySQLi uses unsupported format specifier on Windows)
|
/PHP-8.3/ext/phar/tests/cache_list/ |
H A D | frontcontroller12.phpt | 17 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
|
H A D | frontcontroller13.phpt | 17 Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only P…
|
/PHP-8.3/ext/phar/tests/tar/ |
H A D | frontcontroller12.phar.phpt | 16 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
|
H A D | frontcontroller13.phar.phpt | 16 Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only P…
|
/PHP-8.3/ext/phar/tests/zip/ |
H A D | frontcontroller12.phar.phpt | 18 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
|
H A D | frontcontroller13.phar.phpt | 18 Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only P…
|
/PHP-8.3/docs/ |
H A D | parameter-parsing-api.md | 26 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-8.3/tests/strings/ |
H A D | 002.phpt | 85 printf test 30:Error found: Argument number specifier must be greater than zero and less than 21474…
|
/PHP-8.3/win32/ |
H A D | sendmail.c | 693 static int addToHeader(char **header_buffer, const char *specifier, const char *string) in addToHeader() argument 695 …*header_buffer = erealloc(*header_buffer, strlen(*header_buffer) + strlen(specifier) + strlen(stri… in addToHeader() 696 sprintf(*header_buffer + strlen(*header_buffer), specifier, string); in addToHeader()
|
Completed in 23 milliseconds
12