Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/tests/
H A Dbug67068.phpt10 $reflector = new \ReflectionMethod($object, 'method');
11 $closure = $reflector->getClosure($object);
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c1300 zval reflector; in _reflection_export() local
1331 fci.object = Z_OBJ(reflector); in _reflection_export()
1338 fcc.called_scope = Z_OBJCE(reflector); in _reflection_export()
1339 fcc.object = Z_OBJ(reflector); in _reflection_export()
1346 zval_ptr_dtor(&reflector); in _reflection_export()
1350 zval_ptr_dtor(&reflector); in _reflection_export()
1355 ZVAL_COPY_VALUE(&params[0], &reflector); in _reflection_export()
1370 zval_ptr_dtor(&reflector); in _reflection_export()
1382 zval_ptr_dtor(&reflector); in _reflection_export()
6137 ZEND_ARG_OBJ_INFO(0, reflector, Reflector, 0)
[all …]

Completed in 24 milliseconds