Home
last modified time | relevance | path

Searched refs:getClosure (Results 26 – 50 of 411) sorted by relevance

12345678910>>...17

/dports/lang/php81/php-8.1.1/ext/reflection/tests/
H A DReflectionMethod_getClosure_basic.phpt2 Test ReflectionMethod::getClosure() function : basic functionality
5 echo "*** Testing ReflectionMethod::getClosure() : basic functionality ***\n";
32 $closure = $method->getClosure();
37 $closure = $method->getClosure( $object );
44 *** Testing ReflectionMethod::getClosure() : basic functionality ***
H A Dclosures_004.phpt2 Reflection on closures: Segfault with getClosure() on closure itself
9 $closure2 = $method->getClosure ();
22 $closure2 = $method->getClosure ($closure);
/dports/lang/php80/php-8.0.15/ext/reflection/tests/
H A DReflectionMethod_getClosure_basic.phpt2 Test ReflectionMethod::getClosure() function : basic functionality
5 echo "*** Testing ReflectionMethod::getClosure() : basic functionality ***\n";
32 $closure = $method->getClosure();
37 $closure = $method->getClosure( $object );
44 *** Testing ReflectionMethod::getClosure() : basic functionality ***
H A Dclosures_004.phpt2 Reflection on closures: Segfault with getClosure() on closure itself
9 $closure2 = $method->getClosure ();
22 $closure2 = $method->getClosure ($closure);
/dports/www/mod_php80/php-8.0.15/ext/reflection/tests/
H A DReflectionMethod_getClosure_basic.phpt2 Test ReflectionMethod::getClosure() function : basic functionality
5 echo "*** Testing ReflectionMethod::getClosure() : basic functionality ***\n";
32 $closure = $method->getClosure();
37 $closure = $method->getClosure( $object );
44 *** Testing ReflectionMethod::getClosure() : basic functionality ***
H A Dclosures_004.phpt2 Reflection on closures: Segfault with getClosure() on closure itself
9 $closure2 = $method->getClosure ();
22 $closure2 = $method->getClosure ($closure);
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dbug70685.phpt2 Bug #70685: Segfault for getClosure() internal method rebind with invalid $this
8 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
12 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
21 Warning: Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure() in %s o…
H A Dbug70630.phpt2 Bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())
6 $x = (new ReflectionFunction("substr"))->getClosure();
10 Warning: Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure() in %s o…
H A Dclosure_037.phpt8 function getClosure () {
33 $closure = $a->getClosure();
36 $closure = $b->getClosure();
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dbug70685.phpt2 Bug #70685: Segfault for getClosure() internal method rebind with invalid $this
8 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
12 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
21 Warning: Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure() in %s o…
H A Dbug70630.phpt2 Bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())
6 $x = (new ReflectionFunction("substr"))->getClosure();
10 Warning: Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure() in %s o…
H A Dclosure_037.phpt8 function getClosure () {
33 $closure = $a->getClosure();
36 $closure = $b->getClosure();
/dports/www/mod_php81/php-8.1.1/ext/reflection/tests/
H A Dclosures_004.phpt2 Reflection on closures: Segfault with getClosure() on closure itself
9 $closure2 = $method->getClosure ();
22 $closure2 = $method->getClosure ($closure);
/dports/lang/php73/php-7.3.33/ext/reflection/tests/
H A Dclosures_004.phpt2 Reflection on closures: Segfault with getClosure() on closure itself
9 $closure2 = $method->getClosure ();
22 $closure2 = $method->getClosure ($closure);
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dclosure_037.phpt8 function getClosure () {
33 $closure = $a->getClosure();
36 $closure = $b->getClosure();
H A Dbug70685.phpt2 Bug #70685: Segfault for getClosure() internal method rebind with invalid $this
8 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
12 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dclosure_037.phpt8 function getClosure () {
33 $closure = $a->getClosure();
36 $closure = $b->getClosure();
H A Dbug70685.phpt2 Bug #70685: Segfault for getClosure() internal method rebind with invalid $this
8 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
12 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
/dports/lang/php74/php-7.4.27/ext/reflection/tests/
H A Dclosures_004.phpt2 Reflection on closures: Segfault with getClosure() on closure itself
9 $closure2 = $method->getClosure ();
22 $closure2 = $method->getClosure ($closure);
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dclosure_037.phpt8 function getClosure () {
33 $closure = $a->getClosure();
36 $closure = $b->getClosure();
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dclosure_037.phpt8 function getClosure () {
33 $closure = $a->getClosure();
36 $closure = $b->getClosure();
/dports/www/mod_php73/php-7.3.33/ext/reflection/tests/
H A Dclosures_004.phpt2 Reflection on closures: Segfault with getClosure() on closure itself
9 $closure2 = $method->getClosure ();
22 $closure2 = $method->getClosure ($closure);
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dclosure_037.phpt8 function getClosure () {
33 $closure = $a->getClosure();
36 $closure = $b->getClosure();
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Dclosure_037.phpt8 function getClosure () {
33 $closure = $a->getClosure();
36 $closure = $b->getClosure();
/dports/www/mod_php74/php-7.4.27/ext/reflection/tests/
H A Dclosures_004.phpt2 Reflection on closures: Segfault with getClosure() on closure itself
9 $closure2 = $method->getClosure ();
22 $closure2 = $method->getClosure ($closure);

12345678910>>...17