Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 25 of 80) sorted by relevance

1234

/PHP-5.5/ext/standard/tests/array/
H A Darray_map_variation11.phpt2 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 Darray_values_variation4.phpt14 * 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 Dcount_variation3.phpt2 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 Dnatcasesort_variation7.phpt2 Test natcasesort() function : usage variations - recursive arrays
11 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
H A Dkey_variation4.phpt11 * Test how key() behaves with muti-dimensional and recursive arrays
35 //create a recursive array
H A Dcurrent_variation4.phpt12 * Test how current() behaves with muti-dimensional and recursive arrays
36 //create a recursive array
H A Dbug43495.phpt2 Bug #43495 (array_merge_recursive() crashes with recursive arrays)
/PHP-5.5/ext/simplexml/tests/
H A Dbug41861.phpt18 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:
H A Dfeature55218.phpt31 echo "\nnon recursive:\n";
44 echo "\nnon recursive:\n";
76 non recursive:
106 non recursive:
/PHP-5.5/tests/lang/
H A D008.phpt2 Testing recursive function
/PHP-5.5/ext/spl/tests/
H A Ddllist_012.phpt2 SPL: DoublyLinkedList: recursive var_dump
H A DSplObjectStorage_var_dump.phpt2 SPL: SplObjectStorage: recursive var_dump
H A Dheap_012.phpt2 SPL: SplHeap recursive var_dump
/PHP-5.5/Zend/tests/
H A Dforeach_002.phpt2 Creating recursive array on foreach using same variable
H A Dbug63882.phpt15 Fatal error: Nesting level too deep - recursive dependency? in %sbug63882.php on line 9
/PHP-5.5/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
H A Dmkdir-004.phpt2 recursive mkdir() tests
H A Dmkdir-005.phpt2 recursive mkdir() tests
H A Dmkdir-006.phpt2 recursive mkdir() with unclean paths
H A Dmkdir_variation3.phpt2 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
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export_error3.phpt2 Test var_export() function : error conditions - recursive array
H A Dvar_export_error2.phpt2 Test var_export() function : error conditions - recursive object
/PHP-5.5/ext/spl/internal/
H A Dparentiterator.inc18 * This extended FilterIterator allows a recursive iteration using
H A Drecursiveiterator.inc13 * @brief Interface for recursive iteration with RecursiveIteratorIterator
/PHP-5.5/ext/zip/tests/
H A Dbug40228.phpt2 Bug #40228 (extractTo does not create recursive empty path)

Completed in 27 milliseconds

1234