Home
last modified time | relevance | path

Searched refs:arg1_obj (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c284 zend_object *arg1_obj; in PHP_FUNCTION() local
287 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()
/php-src/ext/reflection/
H A Dphp_reflection.c3160 zend_object *arg1_obj = NULL; in instantiate_reflection_method() local
3185 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