Home
last modified time | relevance | path

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

1234

/php-src/ext/standard/tests/array/
H A Darray_map_variation11.phpt2 Test array_map() function : usage variations - with recursive callback
6 * Test array_map() by passing subarrays and recursive callback function
9 echo "*** Testing array_map() : recursive callback function ***\n";
24 *** Testing array_map() : recursive callback function ***
H A Dcount_variation3.phpt2 Test count() function : usage variations - Infinitely recursive array
6 * Pass count() an infinitely recursive array as $var argument
13 // get an infinitely recursive array
H A Darray_values_variation4.phpt9 * 3. Passed an infinitely recursive multi-dimensional array
22 // get an infinitely recursive array
24 echo "\n-- Array values of an infinitely recursive array --\n";
59 -- Array values of an infinitely recursive array --
H A Dnatcasesort_variation7.phpt2 Test natcasesort() function : usage variations - recursive arrays
6 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
H A Dcurrent_variation4.phpt6 * Test how current() behaves with muti-dimensional and recursive arrays
30 //create a recursive array
H A Dkey_variation4.phpt6 * Test how key() behaves with muti-dimensional and recursive arrays
30 //create a recursive array
/php-src/Zend/tests/
H A Dconstant_arrays.phpt31 $recursive = [];
32 $recursive[0] = &$recursive;
35 define('RECURSION', $recursive);
107 define(): Argument #2 ($value) cannot be a recursive array
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
/php-src/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";
34 root(recursive): 'root' -- namespaces: #ns1, #ns2, #ns3
35 root(non-recursive): 'root' -- namespaces:
H A Dfeature55218.phpt28 echo "\nnon recursive:\n";
41 echo "\nnon recursive:\n";
72 non recursive:
102 non recursive:
/php-src/Zend/tests/fibers/
H A Dout-of-memory-in-recursive-fiber.phpt2 Out of Memory from recursive fiber creation
26 … %d bytes exhausted%s(tried to allocate %d bytes) in %sout-of-memory-in-recursive-fiber.php on lin…
/php-src/sapi/phpdbg/tests/
H A Dwatch_001.phpt2 Test simple recursive watchpoint
27 prompt> [Added recursive watchpoint #0 for $b]
/php-src/tests/lang/
H A D008.phpt2 Testing recursive function
/php-src/ext/simplexml/
H A Dsimplexml.stub.php30 public function getNamespaces(bool $recursive = false): array {} argument
33 public function getDocNamespaces(bool $recursive = false, bool $fromRoot = true): array|false {} argument
/php-src/ext/spl/tests/
H A Ddllist_012.phpt2 SPL: DoublyLinkedList: recursive var_dump
H A Dheap_012.phpt2 SPL: SplHeap recursive var_dump
/php-src/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-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_var_dump.phpt2 SPL: SplObjectStorage: recursive var_dump
/php-src/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() with unclean paths

Completed in 23 milliseconds

1234