Home
last modified time | relevance | path

Searched refs:ReflectionGenerator (Results 1 – 15 of 15) 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 DReflectionExtension_getClasses_basic.phpt37 ["ReflectionGenerator"]=>
40 string(19) "ReflectionGenerator"
H A DReflectionGenerator_basic.phpt2 ReflectionGenerator basic test
26 $ref = new ReflectionGenerator($gen);
/php-src/ext/reflection/
H A Dphp_reflection_arginfo.h675 ZEND_METHOD(ReflectionGenerator, __construct);
676 ZEND_METHOD(ReflectionGenerator, getExecutingLine);
677 ZEND_METHOD(ReflectionGenerator, getExecutingFile);
678 ZEND_METHOD(ReflectionGenerator, getTrace);
679 ZEND_METHOD(ReflectionGenerator, getFunction);
680 ZEND_METHOD(ReflectionGenerator, getThis);
681 ZEND_METHOD(ReflectionGenerator, getExecutingGenerator);
682 ZEND_METHOD(ReflectionGenerator, isClosed);
941 ZEND_ME(ReflectionGenerator, getTrace, arginfo_class_ReflectionGenerator_getTrace, ZEND_ACC_PUBLIC)
943 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.c2242 ZEND_METHOD(ReflectionGenerator, __construct) in ZEND_METHOD() argument
2271 ZEND_METHOD(ReflectionGenerator, getTrace) in ZEND_METHOD() argument
2307 ZEND_METHOD(ReflectionGenerator, getExecutingLine) in ZEND_METHOD() argument
2323 ZEND_METHOD(ReflectionGenerator, getExecutingFile) in ZEND_METHOD() argument
2339 ZEND_METHOD(ReflectionGenerator, getFunction) in ZEND_METHOD() argument
2361 ZEND_METHOD(ReflectionGenerator, getThis) in ZEND_METHOD() argument
2381 ZEND_METHOD(ReflectionGenerator, getExecutingGenerator) in ZEND_METHOD() argument
2398 ZEND_METHOD(ReflectionGenerator, isClosed) in ZEND_METHOD() argument
/php-src/
H A DNEWS253 . Make ReflectionGenerator::getFunction() legal after generator termination.
255 . Added ReflectionGenerator::isClosed(). (timwolla)
H A DUPGRADING339 . ReflectionGenerator::isClosed() was introduced.
518 . ReflectionGenerator::getFunction() may now be called after the generator

Completed in 52 milliseconds