Lines Matching refs:ZVAL_STR_COPY
1174 ZVAL_STR_COPY(reflection_prop_name(object), data->name); in reflection_attribute_factory()
1317 ZVAL_STR_COPY(reflection_prop_name(object), ce->name); in zend_reflection_class_factory()
1377 ZVAL_STR_COPY(prop_name, arg_info->name); in reflection_parameter_factory()
1475 ZVAL_STR_COPY(reflection_prop_name(object), function->common.function_name); in reflection_function_factory()
1493 ZVAL_STR_COPY(reflection_prop_name(object), method->common.function_name); in reflection_method_factory()
1494 ZVAL_STR_COPY(reflection_prop_class(object), method->common.scope->name); in reflection_method_factory()
1512 ZVAL_STR_COPY(reflection_prop_name(object), name); in reflection_property_factory()
1513 ZVAL_STR_COPY(reflection_prop_class(object), prop ? prop->ce->name : ce->name); in reflection_property_factory()
1535 ZVAL_STR_COPY(reflection_prop_name(object), name_str); in reflection_class_constant_factory()
1536 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in reflection_class_constant_factory()
1553 ZVAL_STR_COPY(reflection_prop_name(object), name_str); in reflection_enum_case_factory()
1554 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in reflection_enum_case_factory()
1672 ZVAL_STR_COPY(reflection_prop_name(object), fptr->common.function_name); in ZEND_METHOD()
2314 ZVAL_STR_COPY(return_value, ex->func->op_array.filename); in ZEND_METHOD()
2562 ZVAL_STR_COPY(prop_name, arg_info[position].name); in ZEND_METHOD()
3260 ZVAL_STR_COPY(reflection_prop_name(object), mptr->common.function_name); in instantiate_reflection_method()
3261 ZVAL_STR_COPY(reflection_prop_class(object), mptr->common.scope->name); in instantiate_reflection_method()
3747 ZVAL_STR_COPY(reflection_prop_name(object), constname); in ZEND_METHOD()
3748 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in ZEND_METHOD()
3992 ZVAL_STR_COPY(reflection_prop_name(object), arg_obj->ce->name); in reflection_class_object_ctor()
4006 ZVAL_STR_COPY(reflection_prop_name(object), ce->name); in reflection_class_object_ctor()
5626 ZVAL_STR_COPY(prop_name, name); in ZEND_METHOD()
5629 ZVAL_STR_COPY(reflection_prop_class(object), property_info->ce->name); in ZEND_METHOD()
5631 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in ZEND_METHOD()
6562 ZVAL_STR_COPY(&zv, ini_entry->value); in _addinientry()
7507 ZVAL_STR_COPY(name_zv, name); in ZEND_METHOD()