Searched refs:arg1_obj (Results 1 – 2 of 2) sorted by relevance
284 zend_object *arg1_obj; in PHP_FUNCTION() local287 Z_PARAM_OBJ_OF_CLASS_OR_STR(arg1_obj, Transliterator_ce_ptr, arg1_str) in PHP_FUNCTION()310 ZVAL_OBJ_COPY(&tmp_object, arg1_obj); in PHP_FUNCTION()
3160 zend_object *arg1_obj = NULL; in instantiate_reflection_method() local3185 Z_PARAM_OBJ_OR_STR(arg1_obj, arg1_str) in instantiate_reflection_method()3195 if (arg1_obj) { in instantiate_reflection_method()3201 orig_obj = arg1_obj; in instantiate_reflection_method()3202 ce = arg1_obj->ce; in instantiate_reflection_method()
Completed in 22 milliseconds