Searched refs:arg_obj (Results 1 – 1 of 1) sorted by relevance
3973 zend_object *arg_obj; in reflection_class_object_ctor() local3979 Z_PARAM_OBJ(arg_obj) in reflection_class_object_ctor()3983 Z_PARAM_OBJ_OR_STR(arg_obj, arg_class) in reflection_class_object_ctor()3991 if (arg_obj) { in reflection_class_object_ctor()3992 ZVAL_STR_COPY(reflection_prop_name(object), arg_obj->ce->name); in reflection_class_object_ctor()3993 intern->ptr = arg_obj->ce; in reflection_class_object_ctor()3996 ZVAL_OBJ_COPY(&intern->obj, arg_obj); in reflection_class_object_ctor()
Completed in 31 milliseconds