Home
last modified time | relevance | path

Searched refs:ReflectionGenerator (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/reflection/tests/
H A D028.phpt2 ReflectionGenerator::__construct()
13 $r = new ReflectionGenerator($g);
17 object(ReflectionGenerator)#%d (0) {
H A DReflectionGenerator_in_Generator.phpt2 ReflectionGenerator while being currently executed
6 function call(ReflectionGenerator $ref, $method, $rec = true) {
14 function doCalls(ReflectionGenerator $ref) {
24 $ref = new ReflectionGenerator($gen);
H A D027.phpt2 ReflectionGenerator::getTrace()
11 $r = new ReflectionGenerator($g);
H A DReflectionGenerator_after_termination.phpt2 Creating ReflectionGenerator is legal after termination.
25 $ref = new ReflectionGenerator($gen);
H A DReflectionGenerator_getTrace.phpt2 ReflectionGenerator::getTrace() over multiple Generators
24 var_dump((new ReflectionGenerator($gen))->getTrace());
H A DReflectionGenerator_isClosed_002.phpt2 ReflectionGenerator::isClosed: ->valid() terminates an empty generator.
19 $ref = new ReflectionGenerator($gen);
H A DReflectionGenerator_getFunction.phpt2 ReflectionGenerator::getFunction() is legal after termination.
23 $ref = new ReflectionGenerator($gen);
H A DReflectionGenerator_isClosed.phpt2 ReflectionGenerator::isClosed
19 $ref = new ReflectionGenerator($gen);
H A DReflectionGenerator_basic.phpt2 ReflectionGenerator basic test
26 $ref = new ReflectionGenerator($gen);
H A DReflectionExtension_getClasses_basic.phpt37 ["ReflectionGenerator"]=>
40 string(19) "ReflectionGenerator"
/php-src/ext/reflection/
H A Dphp_reflection_arginfo.h748 ZEND_METHOD(ReflectionGenerator, __construct);
749 ZEND_METHOD(ReflectionGenerator, getExecutingLine);
750 ZEND_METHOD(ReflectionGenerator, getExecutingFile);
751 ZEND_METHOD(ReflectionGenerator, getTrace);
752 ZEND_METHOD(ReflectionGenerator, getFunction);
753 ZEND_METHOD(ReflectionGenerator, getThis);
754 ZEND_METHOD(ReflectionGenerator, getExecutingGenerator);
755 ZEND_METHOD(ReflectionGenerator, isClosed);
1029 ZEND_ME(ReflectionGenerator, getTrace, arginfo_class_ReflectionGenerator_getTrace, ZEND_ACC_PUBLIC)
1031 ZEND_ME(ReflectionGenerator, getThis, arginfo_class_ReflectionGenerator_getThis, ZEND_ACC_PUBLIC)
[all …]
H A Dphp_reflection.stub.php145 final class ReflectionGenerator class
H A Dphp_reflection.c2262 ZEND_METHOD(ReflectionGenerator, __construct) in ZEND_METHOD() argument
2291 ZEND_METHOD(ReflectionGenerator, getTrace) in ZEND_METHOD() argument
2327 ZEND_METHOD(ReflectionGenerator, getExecutingLine) in ZEND_METHOD() argument
2343 ZEND_METHOD(ReflectionGenerator, getExecutingFile) in ZEND_METHOD() argument
2359 ZEND_METHOD(ReflectionGenerator, getFunction) in ZEND_METHOD() argument
2381 ZEND_METHOD(ReflectionGenerator, getThis) in ZEND_METHOD() argument
2401 ZEND_METHOD(ReflectionGenerator, getExecutingGenerator) in ZEND_METHOD() argument
2418 ZEND_METHOD(ReflectionGenerator, isClosed) in ZEND_METHOD() argument

Completed in 50 milliseconds