Lines Matching refs:ZVAL_STR_COPY
1093 ZVAL_STR_COPY(reflection_prop_name(object), ce->name); in zend_reflection_class_factory()
1150 ZVAL_STR_COPY(prop_name, arg_info->name); in reflection_parameter_factory()
1192 ZVAL_STR_COPY(reflection_prop_name(object), function->common.function_name); in reflection_function_factory()
1211 ZVAL_STR_COPY(reflection_prop_name(object), in reflection_method_factory()
1214 ZVAL_STR_COPY(reflection_prop_class(object), method->common.scope->name); in reflection_method_factory()
1256 ZVAL_STR_COPY(reflection_prop_name(object), name); in reflection_property_factory()
1257 ZVAL_STR_COPY(reflection_prop_class(object), prop->ce->name); in reflection_property_factory()
1280 ZVAL_STR_COPY(reflection_prop_name(object), name_str); in reflection_class_constant_factory()
1281 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in reflection_class_constant_factory()
1542 ZVAL_STR_COPY(reflection_prop_name(object), fptr->common.function_name); in ZEND_METHOD()
2162 ZVAL_STR_COPY(return_value, ex->func->op_array.filename); in ZEND_METHOD()
2415 ZVAL_STR_COPY(prop_name, arg_info[position].name); in ZEND_METHOD()
3011 ZVAL_STR_COPY(reflection_prop_name(object), mptr->common.function_name); in ZEND_METHOD()
3012 ZVAL_STR_COPY(reflection_prop_class(object), mptr->common.scope->name); in ZEND_METHOD()
3540 ZVAL_STR_COPY(reflection_prop_name(object), constname); in ZEND_METHOD()
3541 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in ZEND_METHOD()
3712 ZVAL_STR_COPY(reflection_prop_name(object), Z_OBJCE_P(argument)->name); in reflection_class_object_ctor()
3729 ZVAL_STR_COPY(reflection_prop_name(object), ce->name); in reflection_class_object_ctor()
4243 ZVAL_STR_COPY(&property, name); in ZEND_METHOD()
5334 ZVAL_STR_COPY(reflection_prop_name(object), name); in ZEND_METHOD()
5336 ZVAL_STR_COPY(reflection_prop_class(object), property_info->ce->name); in ZEND_METHOD()
5338 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in ZEND_METHOD()
5855 ZVAL_STR_COPY(&zv, ini_entry->value); in _addinientry()