Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/tests/
H A Dbug67068.phpt10 $reflector = new \ReflectionMethod($object, 'method');
11 $closure = $reflector->getClosure($object);
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1435 zval reflector; in _reflection_export() local
1466 fci.object = Z_OBJ(reflector); in _reflection_export()
1475 fcc.called_scope = Z_OBJCE(reflector); in _reflection_export()
1476 fcc.object = Z_OBJ(reflector); in _reflection_export()
1483 zval_ptr_dtor(&reflector); in _reflection_export()
1487 zval_ptr_dtor(&reflector); in _reflection_export()
1492 ZVAL_COPY_VALUE(&params[0], &reflector); in _reflection_export()
1507 zval_ptr_dtor(&reflector); in _reflection_export()
1519 zval_ptr_dtor(&reflector); in _reflection_export()
6338 ZEND_ARG_OBJ_INFO(0, reflector, Reflector, 0)
[all …]

Completed in 44 milliseconds