Searched refs:prop_copy (Results 1 – 2 of 2) sorted by relevance
688 zval *prop, prop_copy; in add_class_vars() local712 ZVAL_NULL(&prop_copy); in add_class_vars()715 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()717 prop = &prop_copy; in add_class_vars()
4083 zval *prop, prop_copy; in add_class_vars() local4104 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()4108 if (Z_TYPE(prop_copy) == IS_CONSTANT_AST) { in add_class_vars()4109 if (UNEXPECTED(zval_update_constant_ex(&prop_copy, ce) != SUCCESS)) { in add_class_vars()4114 zend_hash_update(Z_ARRVAL_P(return_value), key, &prop_copy); in add_class_vars()
Completed in 28 milliseconds