Home
last modified time | relevance | path

Searched refs:ZEND_CALL_RELEASE_THIS (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_generators.c130 if (EX_CALL_INFO() & ZEND_CALL_RELEASE_THIS) { in zend_generator_close()
292 size += (EX_CALL_INFO() & ZEND_CALL_RELEASE_THIS) != 0; /* $this */ in calc_gc_buffer_size()
383 if (EX_CALL_INFO() & ZEND_CALL_RELEASE_THIS) { in zend_generator_get_gc()
H A Dzend_vm_def.h2875 if (UNEXPECTED(call_info & ZEND_CALL_RELEASE_THIS)) { in ZEND_VM_HOT_HELPER()
2905 if (UNEXPECTED(call_info & ZEND_CALL_RELEASE_THIS)) { in ZEND_VM_HOT_HELPER()
3879 call_info |= ZEND_CALL_RELEASE_THIS | ZEND_CALL_HAS_THIS;
3886 } else if (call_info & ZEND_CALL_RELEASE_THIS) {
4228 if (UNEXPECTED(ZEND_CALL_INFO(call) & ZEND_CALL_RELEASE_THIS)) {
4471 && (!(call_info & (ZEND_CALL_CLOSURE|ZEND_CALL_RELEASE_THIS))
4474 ZEND_ADD_CALL_FLAG_EX(call_info, ZEND_CALL_RELEASE_THIS);
5089 } else if (ZEND_CALL_INFO(EX(call)) & ZEND_CALL_RELEASE_THIS) {
5094 ZEND_CALL_INFO(EX(call)) &= ~(ZEND_CALL_RELEASE_THIS | ZEND_CALL_HAS_THIS);
5497 ZEND_CALL_FUNCTION | ZEND_CALL_RELEASE_THIS | ZEND_CALL_HAS_THIS,
[all …]
H A Dzend_compile.h524 #define ZEND_CALL_RELEASE_THIS (1 << 21) macro
H A Dzend_execute.c3921 if (ZEND_CALL_INFO(call) & ZEND_CALL_RELEASE_THIS) { in cleanup_unfinished_calls()
4132 call_info |= ZEND_CALL_RELEASE_THIS | ZEND_CALL_HAS_THIS; in zend_init_dynamic_call_object()
4218 call_info |= ZEND_CALL_RELEASE_THIS | ZEND_CALL_HAS_THIS; in zend_init_dynamic_call_array()
H A Dzend_vm_execute.h1142 if (UNEXPECTED(call_info & ZEND_CALL_RELEASE_THIS)) { in zend_leave_helper_SPEC()
1172 if (UNEXPECTED(call_info & ZEND_CALL_RELEASE_THIS)) { in zend_leave_helper_SPEC()
1828 ZEND_ADD_CALL_FLAG_EX(call_info, ZEND_CALL_RELEASE_THIS); in ZEND_GENERATOR_CREATE_SPEC_HANDLER()
2867 if (UNEXPECTED(call_info & ZEND_CALL_RELEASE_THIS)) { in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
6043 call_info |= ZEND_CALL_RELEASE_THIS | ZEND_CALL_HAS_THIS; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
6049 } else if (call_info & ZEND_CALL_RELEASE_THIS) { in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
8314 call_info |= ZEND_CALL_RELEASE_THIS | ZEND_CALL_HAS_THIS; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
8321 } else if (call_info & ZEND_CALL_RELEASE_THIS) { in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
10781 } else if (call_info & ZEND_CALL_RELEASE_THIS) { in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
53388 if (UNEXPECTED(call_info & ZEND_CALL_RELEASE_THIS)) {
[all …]

Completed in 180 milliseconds