Searched refs:recursive (Results 1 – 25 of 80) sorted by relevance
1234
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_map_variation11.phpt | 2 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 D | count_variation3.phpt | 2 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 D | array_values_variation4.phpt | 9 * 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 D | natcasesort_variation7.phpt | 2 Test natcasesort() function : usage variations - recursive arrays 6 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
|
H A D | current_variation4.phpt | 6 * Test how current() behaves with muti-dimensional and recursive arrays 30 //create a recursive array
|
H A D | key_variation4.phpt | 6 * Test how key() behaves with muti-dimensional and recursive arrays 30 //create a recursive array
|
/PHP-8.3/Zend/tests/ |
H A D | constant_arrays.phpt | 31 $recursive = []; 32 $recursive[0] = &$recursive; 35 define('RECURSION', $recursive); 107 define(): Argument #2 ($value) cannot be a recursive array
|
H A D | recursive_debug_info.phpt | 2 Test recursive __debugInfo() method
|
H A D | bug69756.phpt | 2 Fixed bug #69756 (Fatal error: Nesting level too deep - recursive dependency? with ===).
|
H A D | foreach_002.phpt | 2 Creating recursive array on foreach using same variable
|
H A D | exception_set_previous_leak.phpt | 2 Leak when setting recursive previous exception in finally handling
|
H A D | bug63882.phpt | 15 Fatal error: Nesting level too deep - recursive dependency? in %sbug63882.php on line 9
|
/PHP-8.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"; 34 root(recursive): 'root' -- namespaces: #ns1, #ns2, #ns3 35 root(non-recursive): 'root' -- namespaces:
|
H A D | feature55218.phpt | 28 echo "\nnon recursive:\n"; 41 echo "\nnon recursive:\n"; 72 non recursive: 102 non recursive:
|
/PHP-8.3/Zend/tests/fibers/ |
H A D | out-of-memory-in-recursive-fiber.phpt | 2 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-8.3/sapi/phpdbg/tests/ |
H A D | watch_001.phpt | 2 Test simple recursive watchpoint 27 prompt> [Added recursive watchpoint #0 for $b]
|
/PHP-8.3/tests/lang/ |
H A D | 008.phpt | 2 Testing recursive function
|
/PHP-8.3/ext/simplexml/ |
H A D | simplexml.stub.php | 30 public function getNamespaces(bool $recursive = false): array {} argument 33 public function getDocNamespaces(bool $recursive = false, bool $fromRoot = true): array|false {} argument
|
/PHP-8.3/ext/spl/tests/ |
H A D | dllist_012.phpt | 2 SPL: DoublyLinkedList: recursive var_dump
|
H A D | gh16604_1.phpt | 2 GH-16604 (Memory leaks in SPL constructors) - recursive iterators
|
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
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | var_export_error3.phpt | 2 Test var_export() function : error conditions - recursive array
|
H A D | var_export_error2.phpt | 2 Test var_export() function : error conditions - recursive object
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | bug55124.phpt | 2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
|
Completed in 31 milliseconds
1234