Searched refs:recursive (Results 1 – 25 of 79) sorted by relevance
1234
/PHP-5.3/ext/standard/tests/array/ |
H A D | array_map_variation11.phpt | 2 Test array_map() function : usage variations - with recursive callback 11 * Test array_map() by passing subarrays and recursive callback function 14 echo "*** Testing array_map() : recursive callback function ***\n"; 30 *** Testing array_map() : recursive callback function ***
|
H A D | array_values_variation4.phpt | 14 * 3. Passed an infinitely recursive multi-dimensional array 27 // get an infinitely recursive array 29 echo "\n-- Array values of an infinitely recursive array --\n"; 65 -- Array values of an infinitely recursive array --
|
H A D | count_variation3.phpt | 2 Test count() function : usage variations - Infinitely recursive array 11 * Pass count() an infinitely recursive array as $var argument 18 // get an infinitely recursive array
|
H A D | natcasesort_variation7.phpt | 2 Test natcasesort() function : usage variations - recursive arrays 11 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
|
H A D | key_variation4.phpt | 11 * Test how key() behaves with muti-dimensional and recursive arrays 35 //create a recursive array
|
H A D | current_variation4.phpt | 12 * Test how current() behaves with muti-dimensional and recursive arrays 36 //create a recursive array
|
H A D | bug43495.phpt | 2 Bug #43495 (array_merge_recursive() crashes with recursive arrays)
|
/PHP-5.3/ext/simplexml/tests/ |
H A D | bug41861.phpt | 18 echo "root(recursive): '$name' -- namespaces: ", implode(', ', $namespaces), "\n"; 20 echo "root(non-recursive): '$name' -- namespaces: ", implode(', ', $namespaces), "\n"; 35 root(recursive): 'root' -- namespaces: #ns1, #ns2, #ns3 36 root(non-recursive): 'root' -- namespaces:
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | var_export_error3.phpt | 2 Test var_export() function : error conditions - recursive array 18 Fatal error: Nesting level too deep - recursive dependency? in %s on line 9
|
H A D | var_export_error2.phpt | 2 Test var_export() function : error conditions - recursive object 18 Fatal error: Nesting level too deep - recursive dependency? in %s on line 9
|
/PHP-5.3/tests/lang/ |
H A D | 008.phpt | 2 Testing recursive function
|
/PHP-5.3/ext/spl/tests/ |
H A D | dllist_012.phpt | 2 SPL: DoublyLinkedList: recursive var_dump
|
H A D | SplObjectStorage_var_dump.phpt | 2 SPL: SplObjectStorage: recursive var_dump
|
H A D | heap_012.phpt | 2 SPL: SplHeap recursive var_dump
|
H A D | bug60082.phpt | 23 Fatal error: main(): Nesting level too deep - recursive dependency? in %sbug60082.php on line %d
|
/PHP-5.3/Zend/tests/ |
H A D | foreach_002.phpt | 2 Creating recursive array on foreach using same variable
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | mkdir-004.phpt | 2 recursive mkdir() tests
|
H A D | mkdir-005.phpt | 2 recursive mkdir() tests
|
H A D | mkdir-006.phpt | 2 recursive mkdir() with unclean paths
|
H A D | mkdir_variation3.phpt | 2 Test mkdir() function : usage variation: different types for recursive 7 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]]) 106 // loop through each element of the array for recursive
|
H A D | mkdir-003.phpt | 2 recursive mkdir() tests
|
/PHP-5.3/ext/spl/internal/ |
H A D | parentiterator.inc | 18 * This extended FilterIterator allows a recursive iteration using
|
H A D | recursiveiterator.inc | 13 * @brief Interface for recursive iteration with RecursiveIteratorIterator
|
/PHP-5.3/ext/zip/tests/ |
H A D | bug40228.phpt | 2 Bug #40228 (extractTo does not create recursive empty path)
|
/PHP-5.3/ext/spl/examples/ |
H A D | directoryfilterdots.inc | 18 * and makes it recursive. Further more it filters the entries '.' and '..'.
|
Completed in 25 milliseconds
1234