Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.h42 extern PHPAPI zend_class_entry *reflection_method_ptr;
H A Dphp_reflection.c71 PHPAPI zend_class_entry *reflection_method_ptr; variable
1212 reflection_instantiate(reflection_method_ptr, object); in reflection_method_factory()
2939 _reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_method_ptr, 2); in ZEND_METHOD()
6676reflection_method_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_function_ab… in PHP_MINIT_FUNCTION()
6677 zend_declare_property_string(reflection_method_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
6678 …zend_declare_property_string(reflection_method_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION()
/PHP-7.3/sapi/cli/
H A Dphp_cli.c1094 pce = reflection_method_ptr; in do_cli()

Completed in 30 milliseconds