Home
last modified time | relevance | path

Searched refs:recursive (Results 26 – 50 of 95) sorted by relevance

1234

/PHP-7.3/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-7.3/ext/standard/tests/array/
H A Dbug43495.phpt2 Bug #43495 (array_merge_recursive() crashes with recursive arrays)
/PHP-7.3/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
H A Drecursivearrayiterator.inc13 * @brief A recursive array iterator
/PHP-7.3/ext/zip/tests/
H A Dbug40228-mb.phpt2 Bug #40228 (extractTo does not create recursive empty path)
H A Dbug40228.phpt2 Bug #40228 (extractTo does not create recursive empty path)
/PHP-7.3/ext/standard/tests/file/
H A Dmkdir-003.phpt2 recursive mkdir() tests
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
H A Dmkdir_variation4.phpt7 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
27 $recursive = false;
116 $h = mkdir($pathname, $mode, $recursive, $value);
/PHP-7.3/ext/standard/tests/serialize/
H A Dbug69793.phpt2 Bug #69793: Remotely triggerable stack exhaustion via recursive method calls
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_call_graph.h43 int recursive; member
H A Dzend_call_graph.c203 call_info->recursive = 1; in zend_is_indirectly_recursive()
228 call_info->recursive = 1; in zend_analyze_recursion()
233 call_info->recursive = 1; in zend_analyze_recursion()
/PHP-7.3/ext/pdo_firebird/tests/
H A Dbug_76488.phpt11 with recursive r(n) as (
/PHP-7.3/ext/spl/examples/
H A Ddirectoryfilterdots.inc18 * and makes it recursive. Further more it filters the entries '.' and '..'.
H A Drecursivedualiterator.inc13 * @brief Synchronous iteration over two recursive iterators
/PHP-7.3/ext/dom/tests/
H A Dbug43364.phpt2 Bug #43364 (recursive xincludes don't remove internal xml nodes properly)
/PHP-7.3/ext/session/tests/
H A Dbug60634_error_3.phpt53 Warning: Unknown: Cannot call session save handler in a recursive manner in Unknown on line 0
H A Dbug60634_error_4.phpt53 Warning: Unknown: Cannot call session save handler in a recursive manner in Unknown on line 0
H A Dbug60634.phpt56 Warning: Unknown: Cannot call session save handler in a recursive manner in Unknown on line 0
/PHP-7.3/sapi/phpdbg/tests/
H A Dwatch_005.phpt19 prompt> [Added recursive watchpoint #0 for $a]
H A Dwatch_006.phpt24 prompt> [Added recursive watchpoint #1 for $b]
/PHP-7.3/tests/classes/
H A Dautoload_018.phpt2 Ensure __autoload() allows for recursive calls if the class name differs.
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_watch.h37 PHPDBG_WATCH(recursive);

Completed in 25 milliseconds

1234