/PHP-7.3/ext/mbstring/oniguruma/ |
H A D | INSTALL | 326 '--help=recursive' 329 in the top level, while the 'recursive' variant lists options also
|
H A D | HISTORY | 216 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 D | plain_wrapper.c | 1273 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 D | phpdbg_watch.c | 121 …PHPDBG_COMMAND_D_EX(recursive, "create recursive watchpoints", 'r', watch_recursive, &phpdbg_pro… 1350 PHPDBG_WATCH(recursive) /* {{{ */ argument
|
H A D | xml.md | 498 … />, <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 D | zend_inference.c | 3873 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 D | array.c | 1355 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 D | basic_functions.c | 1149 ZEND_ARG_INFO(0, recursive)
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | bug34066_1.phpt | 2 Bug #34066 (recursive array_walk causes segfault)
|
H A D | bug34066.phpt | 2 Bug #34066 (recursive array_walk causes segfault)
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | print_r.phpt | 195 $this->class_object5 = $this; //recursive reference
|
H A D | print_r_64bit.phpt | 199 $this->class_object5 = $this; //recursive reference
|
H A D | var_dump.phpt | 193 $this->class_object5 = $this; //recursive reference
|
H A D | var_dump_64bit.phpt | 193 $this->class_object5 = $this; //recursive reference
|
/PHP-7.3/ext/mbstring/oniguruma/doc/ |
H A D | RE | 452 * Left-most recursive calls are not allowed.
|
/PHP-7.3/ |
H A D | UPGRADING | 379 . debug_zval_dump() was changed to display recursive arrays and objects
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | mkdir_rmdir_variation-win32-mb.phpt | 11 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
|
H A D | mkdir_rmdir_variation-win32.phpt | 11 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
|
H A D | mkdir_rmdir_variation1.phpt | 21 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 1513 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()
|