Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/reflection/
H A Dphp_reflection.c3191 zend_object *arg1_obj = NULL; in instantiate_reflection_method() local
3208 Z_PARAM_OBJ_OR_STR(arg1_obj, arg1_str) in instantiate_reflection_method()
3218 if (arg1_obj) { in instantiate_reflection_method()
3224 orig_obj = arg1_obj; in instantiate_reflection_method()
3225 ce = arg1_obj->ce; in instantiate_reflection_method()

Completed in 40 milliseconds