Home
last modified time | relevance | path

Searched refs:getClosure (Results 101 – 125 of 411) sorted by relevance

12345678910>>...17

/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dbug70681.phpt6 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
9 $c = (new ReflectionFunction('strlen'))->getClosure();
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dbug70681.phpt6 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
9 $c = (new ReflectionFunction('strlen'))->getClosure();
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dbug70681.phpt6 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
9 $c = (new ReflectionFunction('strlen'))->getClosure();
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dbug70681.phpt6 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
9 $c = (new ReflectionFunction('strlen'))->getClosure();
/dports/lang/php73/php-7.3.33/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt10 public static function getClosure() {
15 $closure = A::getClosure();
H A DReflectionMethod_getClosureThis.phpt28 $closure = $method->getClosure();
35 $closure = $method->getClosure( $object );
/dports/www/mod_php81/php-8.1.1/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt10 public static function getClosure() {
15 $closure = A::getClosure();
H A DReflectionMethod_getClosureThis.phpt28 $closure = $method->getClosure();
35 $closure = $method->getClosure( $object );
/dports/lang/php80/php-8.0.15/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt10 public static function getClosure() {
15 $closure = A::getClosure();
H A DReflectionMethod_getClosureThis.phpt28 $closure = $method->getClosure();
35 $closure = $method->getClosure( $object );
/dports/lang/php81/php-8.1.1/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt10 public static function getClosure() {
15 $closure = A::getClosure();
/dports/lang/php74/php-7.4.27/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt10 public static function getClosure() {
15 $closure = A::getClosure();
/dports/www/mod_php73/php-7.3.33/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt10 public static function getClosure() {
15 $closure = A::getClosure();
/dports/www/mod_php74/php-7.4.27/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt10 public static function getClosure() {
15 $closure = A::getClosure();
/dports/www/mod_php80/php-8.0.15/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt10 public static function getClosure() {
15 $closure = A::getClosure();
/dports/mail/nextcloud-mail/mail/vendor/amphp/amp/lib/
H A DCallableMaker.php35 return self::$__reflectionMethods[$method]->getClosure($this);
57 return self::$__reflectionMethods[$method]->getClosure();
/dports/lang/php73/php-7.3.33/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt7 public function getClosure() {
18 $a2 = $x->getClosure();
/dports/lang/php81/php-8.1.1/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt7 public function getClosure() {
18 $a2 = $x->getClosure();
/dports/www/mod_php81/php-8.1.1/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt7 public function getClosure() {
18 $a2 = $x->getClosure();
/dports/lang/php80/php-8.0.15/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt7 public function getClosure() {
18 $a2 = $x->getClosure();
/dports/lang/php74/php-7.4.27/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt7 public function getClosure() {
18 $a2 = $x->getClosure();
/dports/www/mod_php73/php-7.3.33/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt7 public function getClosure() {
18 $a2 = $x->getClosure();
/dports/www/mod_php74/php-7.4.27/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt7 public function getClosure() {
18 $a2 = $x->getClosure();
/dports/www/mod_php80/php-8.0.15/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt7 public function getClosure() {
18 $a2 = $x->getClosure();
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DExpandItem.java318 OS.g_signal_connect_closure (handle, OS.activate, display.getClosure (ACTIVATE), false); in hookEvents()
319 OS.g_signal_connect_closure (handle, OS.activate, display.getClosure (ACTIVATE_INVERSE), true); in hookEvents()
334 …OS.g_signal_connect_closure(clientHandle, OS.size_allocate, display.getClosure(SIZE_ALLOCATE), tru… in hookEvents()
336 …sure_by_id (handle, display.signalIds [ENTER_NOTIFY_EVENT], 0, display.getClosure (ENTER_NOTIFY_EV… in hookEvents()
337 …sure_by_id (handle, display.signalIds [BUTTON_PRESS_EVENT], 0, display.getClosure (BUTTON_PRESS_EV… in hookEvents()
338 …closure_by_id (handle, display.signalIds [FOCUS_OUT_EVENT], 0, display.getClosure (FOCUS_OUT_EVENT… in hookEvents()

12345678910>>...17