Home
last modified time | relevance | path

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

1234

/PHP-7.4/Zend/tests/
H A Dconstant_arrays.phpt30 $recursive = [];
31 $recursive[0] = &$recursive;
32 var_dump(define('RECURSION', $recursive));
99 Warning: Constants cannot be recursive arrays in %s on line %d
H A Drecursive_debug_info.phpt2 Test recursive __debugInfo() method
H A Dbug69756.phpt2 Fixed bug #69756 (Fatal error: Nesting level too deep - recursive dependency? with ===).
H A Dforeach_002.phpt2 Creating recursive array on foreach using same variable
H A Dexception_set_previous_leak.phpt2 Leak when setting recursive previous exception in finally handling
H A Dbug63882.phpt15 Fatal error: Nesting level too deep - recursive dependency? in %sbug63882.php on line 9
H A Dbug69388.phpt2 Bug #69388: Use after free on recursive calls to PHP compiler
H A Dbug72508.phpt2 Bug #72508 (strange references after recursive function call and "switch" statement)
/PHP-7.4/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 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 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";
64 -- Array values of 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
/PHP-7.4/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-7.4/sapi/phpdbg/tests/
H A Dwatch_001.phpt2 Test simple recursive watchpoint
30 prompt> [Added recursive watchpoint #0 for $b]
/PHP-7.4/tests/lang/
H A D008.phpt2 Testing recursive function
/PHP-7.4/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-7.4/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
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export_error3.phpt2 Test var_export() function : error conditions - recursive array

Completed in 58 milliseconds

1234