Searched refs:unknown (Results 1 – 25 of 210) sorted by relevance
123456789
/PHP-8.3/Zend/tests/ |
H A D | ns_076.phpt | 9 $a = array(unknown => unknown); 15 echo unknown; 21 echo \unknown; 28 Undefined constant "foo\unknown" 29 Undefined constant "foo\unknown" 30 Undefined constant "unknown"
|
H A D | ns_077_8.phpt | 6 function foo($a = array(namespace\unknown => unknown)) 13 Fatal error: Uncaught Error: Undefined constant "unknown" in %s:%d
|
H A D | ns_077_2.phpt | 7 function foo($a = array(\unknown => unknown)) 14 Fatal error: Uncaught Error: Undefined constant "unknown" in %s:%d
|
/PHP-8.3/build/ |
H A D | config.guess | 154 LIBC=unknown 177 if [ "$LIBC" = unknown ] && 185 if [ "$LIBC" = unknown ]; then 208 echo unknown)` 373 GUESS=m68k-unknown-sysv4 394 GUESS=arm-unknown-riscos 1507 GUESS=pdp10-unknown-tops10 1510 GUESS=pdp10-unknown-tenex 1519 GUESS=pdp10-unknown-tops20 1522 GUESS=pdp10-unknown-its [all …]
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_substr_count_error2.phpt | 2 Test mb_substr_count() function : error conditions - pass unknown encoding 8 * Test behaviour of mb_substr_count() function when passed an unknown encoding 15 $encoding = 'unknown-encoding'; 17 echo "\n-- Testing mb_substr_count() function with an unknown encoding --\n"; 29 -- Testing mb_substr_count() function with an unknown encoding -- 30 mb_substr_count(): Argument #3 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_internal_encoding_error2.phpt | 2 Test mb_internal_encoding() function : error conditions - pass an unknown encoding 8 * Pass mb_internal_encoding an unknown encoding 14 var_dump(mb_internal_encoding('unknown-encoding')); 22 mb_internal_encoding(): Argument #1 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_strlen_error2.phpt | 2 Test mb_strlen() function : error conditions - pass an unknown encoding 8 * Test mb_strlen when passed an unknown encoding 15 $encoding = 'unknown-encoding'; 26 mb_strlen(): Argument #2 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_strtolower_error2.phpt | 2 Test mb_strtolower() function : error conditions - pass an unknown encoding 8 * Pass an unknown encoding to mb_strtolower() to test behaviour 14 $encoding = 'unknown-encoding'; 25 mb_strtolower(): Argument #2 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_regex_encoding_error2.phpt | 2 Test mb_regex_encoding() function : error conditions - Pass an unknown encoding 12 * Pass mb_regex_encoding an unknown type of encoding 18 var_dump(mb_regex_encoding('unknown')); 26 mb_regex_encoding(): Argument #1 ($encoding) must be a valid encoding, "unknown" given
|
H A D | mb_strripos_error2.phpt | 2 Test mb_strripos() function : error conditions - Pass unknown encoding 8 * Pass an unknown encoding to mb_strripos() to test behaviour 15 $encoding = 'unknown-encoding'; 26 mb_strripos(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_strtoupper_error2.phpt | 2 Test mb_strtoupper() function : error conditions - pass an unknown encoding 8 * Pass an unknown encoding as $encoding argument to check behaviour of mbstrtoupper() 14 $encoding = 'unknown-encoding'; 25 mb_strtoupper(): Argument #2 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_substr_error2.phpt | 2 Test mb_substr() function : error conditions - Pass an unknown encoding 8 * Pass an unknown encoding to mb_substr() to test behaviour 16 $encoding = 'unknown-encoding'; 27 mb_substr(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_stripos_error2.phpt | 2 Test mb_stripos() function : error conditions - Pass unknown encoding 8 * Pass an unknown encoding to mb_stripos() to test behaviour 15 $encoding = 'unknown-encoding'; 26 mb_stripos(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_strpos_error2.phpt | 2 Test mb_strpos() function : error conditions - Pass unknown encoding 8 * Pass an unknown encoding to mb_strpos() to test behaviour 15 $encoding = 'unknown-encoding'; 26 mb_strpos(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_stristr_error2.phpt | 10 echo "\n-- Testing mb_stristr() with unknown encoding --\n"; 13 $encoding = 'unknown-encoding'; 26 -- Testing mb_stristr() with unknown encoding -- 27 mb_stristr(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_strrichr_error2.phpt | 10 echo "\n-- Testing mb_strrichr() with unknown encoding --\n"; 13 $encoding = 'unknown-encoding'; 26 -- Testing mb_strrichr() with unknown encoding -- 27 mb_strrichr(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_strrchr_error2.phpt | 10 echo "\n-- Testing mb_strrchr() with unknown encoding --\n"; 13 $encoding = 'unknown-encoding'; 26 -- Testing mb_strrchr() with unknown encoding -- 27 mb_strrchr(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
|
H A D | mb_strstr_error2.phpt | 10 echo "\n-- Testing mb_strstr() with unknown encoding --\n"; 13 $encoding = 'unknown-encoding'; 26 -- Testing mb_strstr() with unknown encoding -- 27 mb_strstr(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
|
/PHP-8.3/ext/iconv/tests/ |
H A D | iconv_strlen_error2.phpt | 2 Test iconv_strlen() function : error conditions - pass an unknown encoding 8 * Test iconv_strlen when passed an unknown encoding 15 $encoding = 'unknown-encoding'; 23 Warning: iconv_strlen(): Wrong encoding, conversion from "unknown-encoding" to "UCS-4LE" is not all…
|
H A D | iconv_strpos_error2.phpt | 2 Test iconv_strpos() function : error conditions - Pass unknown encoding 8 * Pass an unknown encoding to iconv_strpos() to test behaviour 15 $encoding = 'unknown-encoding'; 24 Warning: iconv_strpos(): Wrong encoding, conversion from "unknown-encoding" to "UCS-4LE" is not all…
|
H A D | iconv_substr_error2.phpt | 2 Test iconv_substr() function : error conditions - Pass an unknown encoding 8 * Pass an unknown encoding to iconv_substr() to test behaviour 16 $encoding = 'unknown-encoding'; 25 Warning: iconv_substr(): Wrong encoding, conversion from "unknown-encoding" to "UCS-4LE" is not all…
|
/PHP-8.3/sapi/phpdbg/tests/ |
H A D | bug81135.phpt | 2 Bug #81135: unknown help topic fails assertion 4 help unknown 12 prompt> [No help topic found for unknown]
|
/PHP-8.3/ext/phar/tests/ |
H A D | frontcontroller26.phpt | 2 Phar front controller with unknown extension mime type 7 REQUEST_URI=/frontcontroller26.php/unknown.ext 8 PATH_INFO=/unknown.ext
|
/PHP-8.3/ext/phar/tests/cache_list/ |
H A D | frontcontroller26.phpt | 2 Phar front controller with unknown extension mime type [cache_list] 9 REQUEST_URI=/frontcontroller26.php/unknown.ext 10 PATH_INFO=/unknown.ext
|
/PHP-8.3/sapi/cli/tests/ |
H A D | ext_loading.phpt | 35 echo "Unknown extension name (unknown):\n"; 38 echo "Name with file extension (unknown):\n"; 42 echo "Absolute path (unknown):\n"; 60 Unknown extension name (unknown): 66 Name with file extension (unknown): 72 Absolute path (unknown):
|
Completed in 26 milliseconds
123456789