Home
last modified time | relevance | path

Searched refs:zend_fetch_static_property_address (Results 1 – 3 of 3) sorted by last modified time

/PHP-8.1/Zend/
H A Dzend_vm_execute.h767 …if (UNEXPECTED(zend_fetch_static_property_address(&prop, &prop_info, (opline+1)->extended_value, B… in ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER()
810 …if (zend_fetch_static_property_address(&prop, &prop_info, opline->extended_value, BP_VAR_RW, 0 OPL… in ZEND_PRE_INC_STATIC_PROP_SPEC_HANDLER()
830 …if (zend_fetch_static_property_address(&prop, &prop_info, opline->extended_value, BP_VAR_RW, 0 OPL… in ZEND_POST_INC_STATIC_PROP_SPEC_HANDLER()
849 …if (UNEXPECTED(zend_fetch_static_property_address(&prop, NULL, opline->extended_value & ~ZEND_FETC… in zend_fetch_static_prop_helper_SPEC()
933 …if (zend_fetch_static_property_address(&prop, &prop_info, opline->extended_value, BP_VAR_W, 0 OPLI… in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CONST_HANDLER()
964 …if (zend_fetch_static_property_address(&prop, &prop_info, opline->extended_value, BP_VAR_W, 0 OPLI… in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_TMP_HANDLER()
995 …if (zend_fetch_static_property_address(&prop, &prop_info, opline->extended_value, BP_VAR_W, 0 OPLI… in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_VAR_HANDLER()
1026 …if (zend_fetch_static_property_address(&prop, &prop_info, opline->extended_value, BP_VAR_W, 0 OPLI… in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CV_HANDLER()
1057 …if (zend_fetch_static_property_address(&prop, &prop_info, opline->extended_value & ~ZEND_RETURNS_F… in ZEND_ASSIGN_STATIC_PROP_REF_SPEC_HANDLER()
2828 …fetch_result = zend_fetch_static_property_address(&value, NULL, opline->extended_value & ~ZEND_ISE… in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER()
H A Dzend_vm_def.h1113 …if (UNEXPECTED(zend_fetch_static_property_address(&prop, &prop_info, (opline+1)->extended_value, B…
1434 …if (zend_fetch_static_property_address(&prop, &prop_info, opline->extended_value, BP_VAR_RW, 0 OPL…
1460 …if (zend_fetch_static_property_address(&prop, &prop_info, opline->extended_value, BP_VAR_RW, 0 OPL…
1847 …if (UNEXPECTED(zend_fetch_static_property_address(&prop, NULL, opline->extended_value & ~ZEND_FETC… in ZEND_VM_HELPER()
2513 …if (zend_fetch_static_property_address(&prop, &prop_info, opline->extended_value, BP_VAR_W, 0 OPLI…
2784 …if (zend_fetch_static_property_address(&prop, &prop_info, opline->extended_value & ~ZEND_RETURNS_F…
7199 …fetch_result = zend_fetch_static_property_address(&value, NULL, opline->extended_value & ~ZEND_ISE…
H A Dzend_execute.c3361 static zend_always_inline zend_result zend_fetch_static_property_address(zval **retval, zend_proper… in zend_fetch_static_property_address() function

Completed in 190 milliseconds