Searched refs:prop_copy (Results 1 – 2 of 2) sorted by relevance
1094 zval *prop, prop_copy; in add_class_vars() local1120 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()1121 prop = &prop_copy; in add_class_vars()
3770 zval *prop, prop_copy; in add_class_vars() local3795 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()3799 if (Z_TYPE(prop_copy) == IS_CONSTANT_AST) { in add_class_vars()3800 if (UNEXPECTED(zval_update_constant_ex(&prop_copy, NULL) != SUCCESS)) { in add_class_vars()3805 zend_hash_update(Z_ARRVAL_P(return_value), key, &prop_copy); in add_class_vars()
Completed in 27 milliseconds