Searched refs:arg1_obj (Results 1 – 2 of 2) sorted by relevance
287 zend_object *arg1_obj; in PHP_FUNCTION() local290 Z_PARAM_OBJ_OF_CLASS_OR_STR(arg1_obj, Transliterator_ce_ptr, arg1_str) in PHP_FUNCTION()313 ZVAL_OBJ_COPY(&tmp_object, arg1_obj); in PHP_FUNCTION()
3205 zend_object *arg1_obj = NULL; in instantiate_reflection_method() local3222 Z_PARAM_OBJ_OR_STR(arg1_obj, arg1_str) in instantiate_reflection_method()3232 if (arg1_obj) { in instantiate_reflection_method()3238 orig_obj = arg1_obj; in instantiate_reflection_method()3239 ce = arg1_obj->ce; in instantiate_reflection_method()
Completed in 40 milliseconds