/PHP-8.1/ext/standard/tests/strings/ |
H A D | htmlentities21.phpt | 136 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 139 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 142 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 145 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 148 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 151 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 154 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 157 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 160 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 163 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… [all …]
|
H A D | htmlentities23.phpt | 31 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 38 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 45 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 52 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 59 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 66 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 73 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 80 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 87 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 94 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… [all …]
|
H A D | strrpos_variation3.phpt | 2 Test strrpos() function : usage variations - multi line heredoc string for 'haystack' argument 5 /* Test strrpos() function by passing multi-line heredoc string for haystack and 10 echo "-- With heredoc string containing multi lines --\n"; 26 -- With heredoc string containing multi lines --
|
H A D | stripos_variation3.phpt | 2 Test stripos() function : usage variations - multi line heredoc string for 'haystack' argument 5 /* Test stripos() function by passing multi-line heredoc string for haystack and 10 echo "-- With heredoc string containing multi lines --\n"; 26 -- With heredoc string containing multi lines --
|
H A D | htmlentities22.phpt | 256 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 259 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 262 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 265 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 268 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 271 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 274 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 277 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 280 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 283 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… [all …]
|
H A D | strripos_variation3.phpt | 2 Test strripos() function : usage variations - multi line heredoc string for 'haystack' argument 5 /* Test strripos() function by passing multi-line heredoc string for haystack and 10 echo "-- With heredoc string containing multi lines --\n"; 36 -- With heredoc string containing multi lines --
|
H A D | strrchr_variation3.phpt | 2 Test strrchr() function : usage variations - multi line heredoc string for 'haystack' 5 /* Test strrchr() function by passing multi-line heredoc string for haystack and
|
/PHP-8.1/Zend/tests/ |
H A D | foreach_list_001.phpt | 20 $multi = array( 25 foreach ($multi as list(list($a, $b), list($c, $d))) { 29 foreach ($multi as $key => list(list($a, $b), list($c, $d))) {
|
/PHP-8.1/ext/standard/tests/array/ |
H A D | array_rand_variation3.phpt | 6 * Test behaviour of array_rand() function when multi-dimensional array 10 echo "*** Testing array_rand() : with multi-dimensional array ***\n"; 12 // initialise the multi-dimensional array 40 // calling array_rand() function with multi-dimensional array 43 // looping to test array_rand() with each sub-array in the multi-dimensional array 56 *** Testing array_rand() : with multi-dimensional array ***
|
H A D | array_diff_key_variation8.phpt | 2 Test array_diff_key() function : usage variation - Passing multi-dimensional array 26 echo "\n-- Testing array_diff_key() function with multi dimensional array --\n"; 33 -- Testing array_diff_key() function with multi dimensional array --
|
H A D | array_diff_ukey_variation5.phpt | 2 Test array_diff_ukey() function : usage variation - Passing multi-dimensional array 26 echo "\n-- Testing array_diff_ukey() function with multi dimensional array --\n"; 33 -- Testing array_diff_ukey() function with multi dimensional array --
|
H A D | shuffle_variation2.phpt | 6 * Test behaviour of shuffle() function when multi-dimensional array is 10 echo "*** Testing shuffle() : with multi-dimensional array ***\n"; 12 // initialise the multi-dimensional array 24 // calling shuffle() function with multi-dimensional array 30 // looping to test shuffle() with each sub-array in the multi-dimensional array 44 *** Testing shuffle() : with multi-dimensional array ***
|
H A D | array_merge_variation8.phpt | 2 Test array_merge() function : usage variations - multi-dimensional arrays 6 * Test array_merge() with multi-dimensional arrays
|
H A D | array_values_variation4.phpt | 2 Test array_values() function : usage variations - multi-dimensional arrays 9 * 3. Passed an infinitely recursive multi-dimensional array
|
/PHP-8.1/ext/curl/ |
H A D | multi.c | 68 mh->multi = curl_multi_init(); in PHP_FUNCTION() 98 error = curl_multi_add_handle(mh->multi, ch->cp); in PHP_FUNCTION() 159 error = curl_multi_remove_handle(mh->multi, ch->cp); in PHP_FUNCTION() 225 error = curl_multi_perform(mh->multi, &still_running); in PHP_FUNCTION() 275 tmp_msg = curl_multi_info_read(mh->multi, &queued_msgs); in PHP_FUNCTION() 322 curl_multi_remove_handle(mh->multi, ch->cp); in PHP_FUNCTION() 458 error = curl_multi_setopt(mh->multi, option, lval); in _php_curl_multi_setopt() 471 error = curl_multi_setopt(mh->multi, option, _php_server_push_callback); in _php_curl_multi_setopt() 475 error = curl_multi_setopt(mh->multi, CURLMOPT_PUSHDATA, mh); in _php_curl_multi_setopt() 540 if (!mh->multi) { in curl_multi_free_obj() [all …]
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | simpletest.phpt | 2 Simple multi-byte print test (EUC-JP) 10 * Test basic PHP functions to check if it works with multi-byte chars
|
/PHP-8.1/ext/hash/tests/ |
H A D | haval.phpt | 2 Hash: haval algorithm (multi-vector, multi-pass, multi-width)
|
/PHP-8.1/ext/phar/tests/ |
H A D | create_path_error.phpt | 32 "Font\xE5\x84\xB7\xE9\xBB\x91pro.ttf", //two valid multi-byte characters 34 "Font\xE9\xBBpro.ttf", //Invalid multi-byte character - missing last byte 35 "Font\xBB\x91pro.ttf", //Invalid multi-byte character - missing first byte 36 "Font\xC0\xAFpro.ttf", //Invalid multi-byte character - invalid first byte 37 "Font\xF0\x80\x90\x90pro.ttf", //Invalid multi-byte character - surrogate pair code point
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_multi_stmt_nextrowset.phpt | 44 foreach (array(false, true) as $multi) { 45 $value = $multi ? 'true' : 'false'; 50 $db = new PDO($dsn, $user, $pass, array(PDO::MYSQL_ATTR_MULTI_STATEMENTS => $multi)); 57 $db = new PDO($dsn, $user, $pass, array(PDO::MYSQL_ATTR_MULTI_STATEMENTS => $multi)); 65 // Switch back to emulated prepares to verify multi statement attribute. 67 // This will fail when $multi is false.
|
/PHP-8.1/ext/xml/tests/ |
H A D | bug26614.phpt | 28 multi 39 multi 50 multi
|
H A D | bug26614_libxml_gte2_11.phpt | 29 multi 40 multi 51 multi
|
H A D | bug26614_libxml_pre2_11.phpt | 29 multi 40 multi 51 multi
|
/PHP-8.1/ext/curl/tests/ |
H A D | curl_multi_strerror_001.phpt | 14 string(20) "invalid multi handle"
|
/PHP-8.1/ext/pcre/tests/ |
H A D | preg_match_basic_002.phpt | 2 preg_match() single line match with multi-line input
|
/PHP-8.1/ext/spl/tests/ |
H A D | SplFixedArray_fromarray_param_multiarray.phpt | 2 Tries to create a SplFixedArray using the fromArray() function and a multi dimensional array.
|