Home
last modified time | relevance | path

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

1234

/PHP-8.3/Zend/tests/
H A Dbug69388.phpt2 Bug #69388: Use after free on recursive calls to PHP compiler
H A Dstatic_variables_recursive.phpt2 Static variable with recursive initializer
H A Dbug72508.phpt2 Bug #72508 (strange references after recursive function call and "switch" statement)
H A Dbug78502.phpt2 Bug #78502: Incorrect stack size calculation for indirectly recursive function call
/PHP-8.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-8.3/ext/standard/tests/array/
H A Dbug43495.phpt2 Bug #43495 (array_merge_recursive() crashes with recursive arrays)
H A Dcount_recursive.phpt84 echo "Count recursive" . \PHP_EOL;
151 Count recursive
/PHP-8.3/ext/ffi/tests/
H A D018.phpt2 FFI 018: Indirectly recursive structure
/PHP-8.3/ext/spl/tests/
H A Dbug42654_2.phpt12 case 'key2': // recursive level
H A Drecursivedualiterator.inc13 * @brief Synchronous iteration over two recursive iterators
/PHP-8.3/ext/standard/tests/file/
H A Dmkdir-003.phpt2 recursive mkdir() tests
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug69793.phpt2 Bug #69793: Remotely triggerable stack exhaustion via recursive method calls
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_76488.phpt14 with recursive r(n) as (
/PHP-8.3/Zend/Optimizer/
H A Dzend_call_graph.c173 call_info->recursive = 1; in zend_is_indirectly_recursive()
202 call_info->recursive = 1; in zend_analyze_recursion()
207 call_info->recursive = 1; in zend_analyze_recursion()
H A Dzend_call_graph.h37 bool recursive; member
/PHP-8.3/ext/dom/tests/
H A Dbug43364.phpt2 Bug #43364 (recursive xincludes don't remove internal xml nodes properly)
/PHP-8.3/tests/classes/
H A Dautoload_018.phpt2 Ensure __autoload() allows for recursive calls if the class name differs.
/PHP-8.3/ext/session/tests/user_session_module/
H A Dbug60634_error_3.phpt53 Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on…
H A Dbug60634_error_4.phpt53 Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on…
/PHP-8.3/sapi/phpdbg/tests/
H A Dwatch_005.phpt28 prompt> [Added recursive watchpoint #0 for $a]
H A Dwatch_006.phpt33 prompt> [Added recursive watchpoint #1 for $b]
/PHP-8.3/ext/simplexml/
H A Dsimplexml_arginfo.h41 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, recursive, _IS_BOOL, 0, "false")
45 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, recursive, _IS_BOOL, 0, "false")
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.h35 PHPDBG_WATCH(recursive);
/PHP-8.3/ext/ftp/
H A Dftp.h161 char** ftp_list(ftpbuf_t *ftp, const char *path, const size_t path_len, int recursive);

Completed in 25 milliseconds

1234