Home
last modified time | relevance | path

Searched refs:skip (Results 5501 – 5510 of 5510) sorted by relevance

1...<<221

/PHP-7.4/Zend/
H A Dzend_vm_execute.h2076 if (skip > 0) { in ZEND_SEND_ARRAY_SPEC_HANDLER()
2077 skip--; in ZEND_SEND_ARRAY_SPEC_HANDLER()
9822 if (arg_count < skip) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9828 skip = 0; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9840 uint32_t i = skip; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9859 skip = 0; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9861 skip -= first_extra_arg; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
34672 if (arg_count < skip) { in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
34678 skip = 0; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
34690 uint32_t i = skip; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dmkdir_rmdir_variation-win32-mb.phpt6 die('skip only for Windows');
H A Dmkdir_rmdir_variation-win32.phpt6 die('skip only for Windows');
H A Dmkdir_rmdir_variation1.phpt6 die('skip.. only on LINUX');
/PHP-7.4/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt5 if (!extension_loaded("phar")) die("skip");
6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
/PHP-7.4/ext/oci8/
H A Doci8.c326 ZEND_ARG_INFO(0, skip)
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1133 /* skip "last day of" or "first day of" */
/PHP-7.4/build/
H A Dlibtool.m41708 …system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c10156 struct sljit_jump *skip; in compile_bracket_matchingpath() local
10263 skip = JUMP(SLJIT_JUMP); in compile_bracket_matchingpath()
10277 JUMPHERE(skip); in compile_bracket_matchingpath()
/PHP-7.4/
H A DNEWS2011 . Fixed bug #77135 (Extract with EXTR_SKIP should skip $this).

Completed in 305 milliseconds

1...<<221