Home
last modified time | relevance | path

Searched refs:zend_wrong_assign_to_variable_reference (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_execute.c588 static zend_never_inline ZEND_COLD zval *zend_wrong_assign_to_variable_reference(zval *variable_ptr… in zend_wrong_assign_to_variable_reference() function
2949 variable_ptr = zend_wrong_assign_to_variable_reference( in zend_assign_to_property_reference()
H A Dzend_vm_def.h2767 variable_ptr = zend_wrong_assign_to_variable_reference(
2845 …if (UNEXPECTED(!zend_wrong_assign_to_variable_reference(prop, value_ptr OPLINE_CC EXECUTE_DATA_CC)…
H A Dzend_vm_execute.h1112 …if (UNEXPECTED(!zend_wrong_assign_to_variable_reference(prop, value_ptr OPLINE_CC EXECUTE_DATA_CC)… in ZEND_ASSIGN_STATIC_PROP_REF_SPEC_HANDLER()
26696 variable_ptr = zend_wrong_assign_to_variable_reference( in ZEND_ASSIGN_REF_SPEC_VAR_VAR_HANDLER()
29583 variable_ptr = zend_wrong_assign_to_variable_reference( in ZEND_ASSIGN_REF_SPEC_VAR_CV_HANDLER()
45121 variable_ptr = zend_wrong_assign_to_variable_reference( in ZEND_ASSIGN_REF_SPEC_CV_VAR_HANDLER()
49135 variable_ptr = zend_wrong_assign_to_variable_reference( in ZEND_ASSIGN_REF_SPEC_CV_CV_HANDLER()

Completed in 221 milliseconds