Lines Matching refs:ZVAL_STR_COPY

1269 	ZVAL_STR_COPY(reflection_prop_name(object), ce->name);  in zend_reflection_class_factory()
1323 ZVAL_STR_COPY(prop_name, arg_info->name); in reflection_parameter_factory()
1421 ZVAL_STR_COPY(reflection_prop_name(object), function->common.function_name); in reflection_function_factory()
1439 ZVAL_STR_COPY(reflection_prop_name(object), method->common.function_name); in reflection_method_factory()
1440 ZVAL_STR_COPY(reflection_prop_class(object), method->common.scope->name); in reflection_method_factory()
1458 ZVAL_STR_COPY(reflection_prop_name(object), name); in reflection_property_factory()
1459 ZVAL_STR_COPY(reflection_prop_class(object), prop ? prop->ce->name : ce->name); in reflection_property_factory()
1481 ZVAL_STR_COPY(reflection_prop_name(object), name_str); in reflection_class_constant_factory()
1482 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in reflection_class_constant_factory()
1499 ZVAL_STR_COPY(reflection_prop_name(object), name_str); in reflection_enum_case_factory()
1500 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in reflection_enum_case_factory()
1615 ZVAL_STR_COPY(reflection_prop_name(object), fptr->common.function_name); in ZEND_METHOD()
2303 ZVAL_STR_COPY(return_value, ex->func->op_array.filename); in ZEND_METHOD()
2541 ZVAL_STR_COPY(prop_name, arg_info[position].name); in ZEND_METHOD()
3283 ZVAL_STR_COPY(reflection_prop_name(object), mptr->common.function_name); in instantiate_reflection_method()
3284 ZVAL_STR_COPY(reflection_prop_class(object), mptr->common.scope->name); in instantiate_reflection_method()
3787 ZVAL_STR_COPY(reflection_prop_name(object), constname); in ZEND_METHOD()
3788 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in ZEND_METHOD()
4036 ZVAL_STR_COPY(reflection_prop_name(object), arg_obj->ce->name); in reflection_class_object_ctor()
4049 ZVAL_STR_COPY(reflection_prop_name(object), ce->name); in reflection_class_object_ctor()
5530 ZVAL_STR_COPY(reflection_prop_name(object), name); in ZEND_METHOD()
5532 ZVAL_STR_COPY(reflection_prop_class(object), property_info->ce->name); in ZEND_METHOD()
5534 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in ZEND_METHOD()
6096 ZVAL_STR_COPY(&zv, ini_entry->value); in _addinientry()