Home
last modified time | relevance | path

Searched refs:keep_flags (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_closures.c170 const zend_uint keep_flags = ZEND_ACC_RETURN_REFERENCE | ZEND_ACC_VARIADIC; in zend_get_closure_invoke_method() local
175 ZEND_ACC_PUBLIC | ZEND_ACC_CALL_VIA_HANDLER | (closure->func.common.fn_flags & keep_flags); in zend_get_closure_invoke_method()
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c607 …atic SLJIT_INLINE sljit_si emit_restore_flags(struct sljit_compiler *compiler, sljit_si keep_flags) in emit_restore_flags() argument
627 compiler->flags_saved = keep_flags; in emit_restore_flags()
1785 static sljit_si emit_lea_binary(struct sljit_compiler *compiler, sljit_si keep_flags, argument
1794 if (!keep_flags) {

Completed in 22 milliseconds