Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_execute.h57 static zend_always_inline zval* zend_assign_to_variable(zval *variable_ptr, zval *value, zend_uchar… in zend_assign_to_variable() function
H A Dzend_object_handlers.c669 zend_assign_to_variable(variable_ptr, value, IS_CV); in zend_std_write_property()
H A Dzend_execute.c1149 value = zend_assign_to_variable(property, value, value_type); in zend_assign_to_object()
H A Dzend_vm_execute.h16172 zend_assign_to_variable(variable_ptr, value, IS_CV);
17648 value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
17729 value = zend_assign_to_variable(variable_ptr, value, IS_CONST);
18457 value = zend_assign_to_variable(variable_ptr, value, IS_TMP_VAR);
18663 value = zend_assign_to_variable(variable_ptr, value, IS_VAR);
19315 value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
20955 value = zend_assign_to_variable(variable_ptr, value, IS_CV);
32206 value = zend_assign_to_variable(variable_ptr, value, IS_CONST);
33447 value = zend_assign_to_variable(variable_ptr, value, IS_TMP_VAR);
33849 value = zend_assign_to_variable(variable_ptr, value, IS_VAR);
[all …]
H A Dzend_vm_def.h2218 value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
2299 value = zend_assign_to_variable(variable_ptr, value, OP2_TYPE);
6215 zend_assign_to_variable(variable_ptr, value, IS_CV);

Completed in 150 milliseconds