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.c287 zend_object *arg1_obj; in PHP_FUNCTION() local
290 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()
/php-src/ext/reflection/
H A Dphp_reflection.c3237 zend_object *arg1_obj = NULL; in instantiate_reflection_method() local
3262 Z_PARAM_OBJ_OR_STR(arg1_obj, arg1_str) in instantiate_reflection_method()
3272 if (arg1_obj) { in instantiate_reflection_method()
3278 orig_obj = arg1_obj; in instantiate_reflection_method()
3279 ce = arg1_obj->ce; in instantiate_reflection_method()

Completed in 35 milliseconds