/PHP-7.1/ext/standard/tests/strings/ |
H A D | strrpos_variation3.phpt | 2 Test strrpos() function : usage variations - multi line heredoc string for 'haystack' argument 10 /* Test strrpos() function by passing multi-line heredoc string for haystack and 15 echo "-- With heredoc string containing multi lines --\n"; 31 -- 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 10 /* Test stripos() function by passing multi-line heredoc string for haystack and 15 echo "-- With heredoc string containing multi lines --\n"; 31 -- With heredoc string containing multi lines --
|
H A D | strripos_variation3.phpt | 2 Test strripos() function : usage variations - multi line heredoc string for 'haystack' argument 10 /* Test strripos() function by passing multi-line heredoc string for haystack and 15 echo "-- With heredoc string containing multi lines --\n"; 42 -- With heredoc string containing multi lines --
|
H A D | strrchr_variation3.phpt | 2 Test strrchr() function : usage variations - multi line heredoc string for 'haystack' 10 /* Test strrchr() function by passing multi-line heredoc string for haystack and
|
/PHP-7.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-7.1/ext/standard/tests/array/ |
H A D | array_rand_variation3.phpt | 11 * Test behaviour of array_rand() function when multi-dimensional array 15 echo "*** Testing array_rand() : with multi-dimensional array ***\n"; 17 // initialise the multi-dimensional array 45 // calling array_rand() function with multi-dimensional array 48 // looping to test array_rand() with each sub-array in the multi-dimensional array 61 *** Testing array_rand() : with multi-dimensional array ***
|
H A D | shuffle_variation2.phpt | 11 * Test behaviour of shuffle() function when multi-dimensional array is 15 echo "*** Testing shuffle() : with multi-dimensional array ***\n"; 17 // initialise the multi-dimensional array 29 // calling shuffle() function with multi-dimensional array 35 // looping to test shuffle() with each sub-array in the multi-dimensional array 49 *** Testing shuffle() : with multi-dimensional array ***
|
H A D | array_diff_key_variation8.phpt | 2 Test array_diff_key() function : usage variation - Passing multi-dimensional array 31 echo "\n-- Testing array_diff_key() function with multi dimensional array --\n"; 39 -- 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 31 echo "\n-- Testing array_diff_ukey() function with multi dimensional array --\n"; 39 -- Testing array_diff_ukey() function with multi dimensional array --
|
H A D | array_merge_variation8.phpt | 2 Test array_merge() function : usage variations - multi-dimensional arrays 11 * Test array_merge() with multi-dimensional arrays
|
H A D | array_values_variation4.phpt | 2 Test array_values() function : usage variations - multi-dimensional arrays 14 * 3. Passed an infinitely recursive multi-dimensional array
|
/PHP-7.1/ext/curl/ |
H A D | multi.c | 65 mh->multi = curl_multi_init(); in PHP_FUNCTION() 104 error = curl_multi_add_handle(mh->multi, ch->cp); in PHP_FUNCTION() 184 error = curl_multi_remove_handle(mh->multi, ch->cp); in PHP_FUNCTION() 232 error = curl_multi_wait(mh->multi, NULL, 0, (unsigned long) timeout * 1000.0, &numfds); in PHP_FUNCTION() 246 error = curl_multi_fdset(mh->multi, &readfds, &writefds, &exceptfds, &maxfd); in PHP_FUNCTION() 293 error = curl_multi_perform(mh->multi, &still_running); in PHP_FUNCTION() 346 tmp_msg = curl_multi_info_read(mh->multi, &queued_msgs); in PHP_FUNCTION() 418 curl_multi_cleanup(mh->multi); in _php_curl_multi_close() 569 error = curl_multi_setopt(mh->multi, option, zval_get_long(zvalue)); in _php_curl_multi_setopt() 587 error = curl_multi_setopt(mh->multi, option, _php_server_push_callback); in _php_curl_multi_setopt() [all …]
|
/PHP-7.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-7.1/ext/curl/tests/ |
H A D | curl_multi_init_basic.phpt | 11 * Description : Returns a new cURL multi handle 12 * Source code : ext/curl/multi.c
|
H A D | curl_multi_init_param.phpt | 11 * Description : Returns a new cURL multi handle 12 * Source code : ext/curl/multi.c
|
H A D | curl_multi_strerror_001.phpt | 22 string(20) "invalid multi handle"
|
/PHP-7.1/ext/hash/tests/ |
H A D | haval.phpt | 2 haval algorithm (multi-vector, multi-pass, multi-width)
|
/PHP-7.1/ext/phar/tests/ |
H A D | create_path_error.phpt | 33 "Font\xE5\x84\xB7\xE9\xBB\x91pro.ttf", //two valid multi-byte characters 35 "Font\xE9\xBBpro.ttf", //Invalid multi-byte character - missing last byte 36 "Font\xBB\x91pro.ttf", //Invalid multi-byte character - missing first byte 37 "Font\xC0\xAFpro.ttf", //Invalid multi-byte character - invalid first byte 38 "Font\xF0\x80\x90\x90pro.ttf", //Invalid multi-byte character - surrogate pair code point
|
/PHP-7.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_multi_stmt_nextrowset.phpt | 46 foreach (array(false, true) as $multi) { 47 $value = $multi ? 'true' : 'false'; 52 $db = new PDO($dsn, $user, $pass, array(PDO::MYSQL_ATTR_MULTI_STATEMENTS => $multi)); 58 $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-7.1/ext/xml/tests/ |
H A D | bug26614.phpt | 27 multi 38 multi 49 multi
|
H A D | bug26614_libxml.phpt | 27 multi 38 multi 49 multi
|
/PHP-7.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.
|
/PHP-7.1/Zend/tests/try/ |
H A D | catch_finally_005.phpt | 2 Try catch finally (with multi-returns and exception)
|
/PHP-7.1/ext/oci8/tests/ |
H A D | bind_long.phpt | 38 echo "Test 2 - test multi chunk fetch\n"; 66 Test 2 - test multi chunk fetch
|
/PHP-7.1/sapi/cli/tests/ |
H A D | bug44564.phpt | 2 Bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)
|