Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/standard/tests/strings/
H A Dbug69751.phpt2 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 Dsprintf_variation52.phpt20 echo"\n-- Testing for invalid width(-15) specifier --\n";
52 -- Testing for invalid width(-15) specifier --
53 Unknown format specifier "-"
H A Dbug36392.phpt2 Bug #36392 (wrong number of decimal digits with %e specifier in sprintf)
H A Dvfprintf_error4.phpt38 Error found: Argument number specifier must be greater than zero and less than 2147483647.
H A Dvfprintf_error3.phpt52 Unknown format specifier "y"
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 Dsprintf_error.phpt86 Missing format specifier at end of string
H A Dprintf.phpt209 echo"\n\n*** Output for invalid width(-15) specifier ***\n";
685 *** Output for invalid width(-15) specifier ***
686 Unknown format specifier "-"
H A Dprintf_64bit.phpt209 echo"\n\n*** Output for invalid width(-15) specifier ***\n";
685 *** Output for invalid width(-15) specifier ***
686 Unknown format specifier "-"
/PHP-8.0/ext/standard/tests/url/
H A Dparse_url_error_002.phpt2 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.0/ext/date/tests/
H A Dbug75577.phpt2 Test for bug #75577: DateTime::createFromFormat does not accept 'v' format specifier
/PHP-8.0/ext/mysqli/tests/
H A Dgh8267.phpt2 Bug GH-8267 (MySQLi uses unsupported format specifier on Windows)
/PHP-8.0/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-8.0/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-8.0/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-8.0/ext/phar/tests/zip/
H A Dfrontcontroller12.phar.phpt18 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
H A Dfrontcontroller13.phar.phpt18 Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only P…
/PHP-8.0/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-8.0/tests/strings/
H A D002.phpt85 printf test 30:Error found: Argument number specifier must be greater than zero and less than 21474…
/PHP-8.0/win32/
H A Dsendmail.c693 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()
/PHP-8.0/ext/ffi/tests/
H A D002.phpt87 /* align specifier */
/PHP-8.0/
H A DUPGRADING.INTERNALS8 e. zend_parse_parameters 'L' specifier
70 e. The zend_parse_parameters 'L' specifier and the Z_PARAM_STRICT_LONG()

Completed in 70 milliseconds

12