Searched refs:prop_copy (Results 1 – 2 of 2) sorted by relevance
670 zval *prop, prop_copy; in add_class_vars() local694 ZVAL_NULL(&prop_copy); in add_class_vars()697 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()699 prop = &prop_copy; in add_class_vars()
4066 zval *prop, prop_copy; in add_class_vars() local4087 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()4091 if (Z_TYPE(prop_copy) == IS_CONSTANT_AST) { in add_class_vars()4092 if (UNEXPECTED(zval_update_constant_ex(&prop_copy, ce) != SUCCESS)) { in add_class_vars()4097 zend_hash_update(Z_ARRVAL_P(return_value), key, &prop_copy); in add_class_vars()
Completed in 29 milliseconds