Searched refs:delayed (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/ext/spl/tests/ |
H A D | iterator_041b.phpt | 2 SPL: iterator_to_array() and exceptions from delayed destruct
|
/PHP-7.0/ext/opcache/ |
H A D | README | 177 2) Code that does not work well when accelerated, due to some delayed
|
/PHP-7.0/sapi/fpm/tests/ |
H A D | fcgi.inc | 445 * In that case it is possible that a delayed response to a request made by a previous script
|
/PHP-7.0/Zend/ |
H A D | zend_compile.c | 2234 … *zend_compile_simple_var_no_cv(znode *result, zend_ast *ast, uint32_t type, int delayed) /* {{{ */ in zend_compile_simple_var_no_cv() argument 2245 if (delayed) { in zend_compile_simple_var_no_cv() 2270 static void zend_compile_simple_var(znode *result, zend_ast *ast, uint32_t type, int delayed) /* {{… in zend_compile_simple_var() argument 2273 zend_op *opline = zend_compile_simple_var_no_cv(result, ast, type, delayed); in zend_compile_simple_var() 2405 zend_op *zend_compile_static_prop_common(znode *result, zend_ast *ast, uint32_t type, int delayed) … in zend_compile_static_prop_common() argument 2422 if (delayed) { in zend_compile_static_prop_common() 2444 void zend_compile_static_prop(znode *result, zend_ast *ast, uint32_t type, int delayed) /* {{{ */ in zend_compile_static_prop() argument 2446 zend_op *opline = zend_compile_static_prop_common(result, ast, type, delayed); in zend_compile_static_prop()
|
/PHP-7.0/ext/standard/ |
H A D | var_unserializer.re | 169 /* Perform delayed __wakeup calls */
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 8741 is delayed until the entire string has been entered. Partial matching
|
Completed in 67 milliseconds