Home
last modified time | relevance | path

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

1234

/PHP-7.3/ext/mbstring/oniguruma/
H A DINSTALL326 '--help=recursive'
329 in the top level, while the 'recursive' variant lists options also
H A DHISTORY216 2016/12/13: fix: illegal capture after recursive call
916 a non-recursive call alternative.
1892 2003/05/26: [bug] OP_REPEAT in recursive subexp call.
2013 only if subexp is recursive.
2019 2003/02/28: [impl] check recursive subexp call.
/PHP-7.3/main/streams/
H A Dplain_wrapper.c1273 int ret, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_plain_files_mkdir() local
1280 if (!recursive) { in php_plain_files_mkdir()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_watch.c121 …PHPDBG_COMMAND_D_EX(recursive, "create recursive watchpoints", 'r', watch_recursive, &phpdbg_pro…
1350 PHPDBG_WATCH(recursive) /* {{{ */ argument
H A Dxml.md498 … />, <watchrecursive variable="" /> and <watcharray variable="" /> (normal, array, recursive)
510 …- type: values are recursive or simple, depending on whether the watchpoint is checked recursively…
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c3873 int recursive, in zend_func_return_info() argument
3905 if (!recursive && in zend_func_return_info()
3909 info->ssa.var_info[info->ssa.ops[opline - op_array->opcodes].op1_use].recursive) { in zend_func_return_info()
4161 if (call_info->recursive && call_info->caller_call_opline && in zend_inference_check_recursive_dependencies()
4168 if (!info->ssa.var_info[i].recursive) { in zend_inference_check_recursive_dependencies()
4169 info->ssa.var_info[i].recursive = 1; in zend_inference_check_recursive_dependencies()
/PHP-7.3/ext/standard/
H A Darray.c1355 static int php_array_walk(zval *array, zval *userdata, int recursive) /* {{{ */ in php_array_walk() argument
1409 if (recursive && Z_TYPE_P(Z_REFVAL_P(zv)) == IS_ARRAY) { in php_array_walk()
1431 result = php_array_walk(zv, userdata, recursive); in php_array_walk()
3740 static inline void php_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, … argument
3767 if (recursive) {
3826 if (recursive) {
H A Dbasic_functions.c1149 ZEND_ARG_INFO(0, recursive)
/PHP-7.3/ext/standard/tests/array/
H A Dbug34066_1.phpt2 Bug #34066 (recursive array_walk causes segfault)
H A Dbug34066.phpt2 Bug #34066 (recursive array_walk causes segfault)
/PHP-7.3/ext/standard/tests/general_functions/
H A Dprint_r.phpt195 $this->class_object5 = $this; //recursive reference
H A Dprint_r_64bit.phpt199 $this->class_object5 = $this; //recursive reference
H A Dvar_dump.phpt193 $this->class_object5 = $this; //recursive reference
H A Dvar_dump_64bit.phpt193 $this->class_object5 = $this; //recursive reference
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE452 * Left-most recursive calls are not allowed.
/PHP-7.3/
H A DUPGRADING379 . debug_zval_dump() was changed to display recursive arrays and objects
/PHP-7.3/ext/standard/tests/file/
H A Dmkdir_rmdir_variation-win32-mb.phpt11 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
H A Dmkdir_rmdir_variation-win32.phpt11 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
H A Dmkdir_rmdir_variation1.phpt21 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1513 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, … in get_framesize() argument
1518 BOOL setsom_found = recursive; in get_framesize()
1519 BOOL setmark_found = recursive; in get_framesize()
1533 if (!recursive && (*cc == OP_CBRAPOS || *cc == OP_SCBRAPOS)) in get_framesize()

Completed in 97 milliseconds

1234