Home
last modified time | relevance | path

Searched refs:reflection_method_ptr (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/reflection/
H A Dphp_reflection.h44 extern PHPAPI zend_class_entry *reflection_method_ptr;
H A Dphp_reflection.c66 PHPAPI zend_class_entry *reflection_method_ptr; variable
1351 reflection_instantiate(reflection_method_ptr, object); in reflection_method_factory()
3086 _reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_method_ptr, 2); in ZEND_METHOD()
3212 METHOD_NOTSTATIC(reflection_method_ptr); in ZEND_METHOD()
3252 METHOD_NOTSTATIC(reflection_method_ptr); in reflection_method_invoke()
3618 METHOD_NOTSTATIC(reflection_method_ptr); in ZEND_METHOD()
3636 METHOD_NOTSTATIC(reflection_method_ptr); in ZEND_METHOD()
6879reflection_method_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_function_ab… in PHP_MINIT_FUNCTION()
6880 zend_declare_property_string(reflection_method_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
6881 …zend_declare_property_string(reflection_method_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION()
/PHP-7.1/sapi/cli/
H A Dphp_cli.c1087 pce = reflection_method_ptr; in do_cli()

Completed in 24 milliseconds