Searched refs:recursive (Results 1 – 25 of 89) sorted by relevance
1234
/PHP-7.0/Zend/tests/ |
H A D | constant_arrays.phpt | 30 $recursive = []; 31 $recursive[0] = &$recursive; 32 var_dump(define('RECURSION', $recursive)); 100 Warning: Constants cannot be recursive arrays in %s on line %d
|
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 | bug63882.phpt | 15 Fatal error: Nesting level too deep - recursive dependency? in %sbug63882.php on line 9
|
H A D | bug72508.phpt | 2 Bug #72508 (strange references after recursive function call and "switch" statement)
|
H A D | bug69388.phpt | 2 Bug #69388: Use after free on recursive calls to PHP compiler
|
/PHP-7.0/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
|
/PHP-7.0/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:
|
H A D | feature55218.phpt | 31 echo "\nnon recursive:\n"; 44 echo "\nnon recursive:\n"; 76 non recursive: 106 non recursive:
|
/PHP-7.0/sapi/phpdbg/tests/ |
H A D | watch_001.phpt | 2 Test simple recursive watchpoint 19 prompt> [Set recursive watchpoint on $b]
|
/PHP-7.0/tests/lang/ |
H A D | 008.phpt | 2 Testing recursive function
|
/PHP-7.0/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
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | bug55124.phpt | 2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
|
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
|
/PHP-7.0/ext/pcre/tests/ |
H A D | bug75539.phpt | 11 Warning: preg_match(): Compilation failed: recursive call could loop indefinitely at offset %s in %…
|
Completed in 28 milliseconds
1234