Home
last modified time | relevance | path

Searched refs:calling (Results 76 – 100 of 185) sorted by last modified time

12345678

/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_002.phpt2 fputcsv(): Checking data after calling the function
/PHP-5.5/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt2 forward_static_call() calling outside of the inheritance chain.
/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_variation10.phpt11 * Check position of internal array pointer after calling natcasesort()
H A Dreset_variation3.phpt28 echo "\n-- Position after calling next() --\n";
34 echo "\n-- Position after calling reset() --\n";
48 -- Position after calling next() --
52 -- Position after calling reset() --
H A Dshuffle_variation2.phpt29 // calling shuffle() function with multi-dimensional array
H A Dend_variation3.phpt25 echo "\n-- Position after calling end() --\n";
38 -- Position after calling end() --
H A Dkey_exists_basic.phpt2 Test function key_exists() by calling it with its expected arguments
8 echo "*** test key_exists() by calling it with its expected arguments ***\n";
13 *** test key_exists() by calling it with its expected arguments ***
H A Dkey_exists_error.phpt2 Test function key_exists() by calling it more than or less than its expected arguments
9 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
17 *** Test by calling method or function with incorrect numbers of arguments ***
H A Dkey_exists_variation1.phpt2 Test function key_exists() by calling it with its expected arguments
8 echo "*** test key_exists() by calling it with its expected arguments ***\n";
13 *** test key_exists() by calling it with its expected arguments ***
H A Dkey_exists_variation2.phpt2 Test function key_exists() by calling it with its expected arguments
H A Dkey_variation3.phpt27 echo "\n-- Position after calling next() --\n";
40 -- Position after calling next() --
H A Dcurrent_variation3.phpt26 echo "\n-- Position after calling next() --\n";
39 -- Position after calling next() --
H A Darray_reverse_variation6.phpt29 // calling array_reverse() with various types of 2-d arrays
H A Darray_shift_variation7.phpt11 * Test that the internal pointer is reset after calling array_shift()
H A Darray_slice_variation10.phpt11 * Check position of internal array pointer after calling array_slice()
H A Darray_push_variation5.phpt11 * Check the position of the internal array pointer after calling array_push()
H A Darray_rand_variation3.phpt45 // calling array_rand() function with multi-dimensional array
H A Darray_map_variation14.phpt26 /* calling array_map() with null callback */
H A Darray_map_variation7.phpt26 // calling array_map with different arrays
H A Darray_merge_variation10.phpt11 * Check the position of the internal array pointer after calling array_merge().
H A Darray_key_exists_variation7.phpt12 * Check the position of the internal array pointer after calling array_key_exists()
H A Darray_fill_basic.phpt12 // calling the array_fill with all possible valid values for 'val' argument
H A Darray_fill_error.phpt31 //calling array_fill with negative values for 'num' parameter
H A Darray_change_key_case_variation5.phpt11 * Check the position of the internal array pointer after calling the function
/PHP-5.5/ext/standard/
H A Dbasic_functions.c124 int calling; member
5025 if (! tick_fe->calling) {
5026 tick_fe->calling = 1;
5052 tick_fe->calling = 0;
5086 if (ret && tick_fe1->calling) {
5729 tick_fe.calling = 0;

Completed in 35 milliseconds

12345678