Home
last modified time | relevance | path

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

/PHP-7.2/ext/reflection/tests/
H A Dbug67068.phpt10 $reflector = new \ReflectionMethod($object, 'method');
11 $closure = $reflector->getClosure($object);
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1332 zval reflector; in _reflection_export() local
1363 fci.object = Z_OBJ(reflector); in _reflection_export()
1372 fcc.called_scope = Z_OBJCE(reflector); in _reflection_export()
1373 fcc.object = Z_OBJ(reflector); in _reflection_export()
1380 zval_ptr_dtor(&reflector); in _reflection_export()
1384 zval_ptr_dtor(&reflector); in _reflection_export()
1389 ZVAL_COPY_VALUE(&params[0], &reflector); in _reflection_export()
1404 zval_ptr_dtor(&reflector); in _reflection_export()
1416 zval_ptr_dtor(&reflector); in _reflection_export()
6237 ZEND_ARG_OBJ_INFO(0, reflector, Reflector, 0)
[all …]

Completed in 32 milliseconds