Searched refs:SplObserver (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/Zend/tests/ |
H A D | ns_056.phpt | 6 use \SplObserver; 8 class Foo implements SplObserver { 15 function attach(SplObserver $x): void { 20 function detach(SplObserver $x): void {
|
H A D | ns_054.phpt | 7 class Foo implements \SplObserver { 14 function attach(\SplObserver $x): void { 19 function detach(\SplObserver $x): void {
|
/PHP-8.4/ext/spl/tests/ |
H A D | observer_001.phpt | 2 SPL: SplObserver and SplSubject (empty notify) 6 class ObserverImpl implements SplObserver 36 function attach(SplObserver $observer): void 45 function detach(SplObserver $observer): void
|
H A D | observer_002.phpt | 39 class ObserverImpl implements SplObserver 70 function attach(SplObserver $observer): void 76 function detach(SplObserver $observer): void
|
/PHP-8.4/ext/spl/ |
H A D | spl_observer.stub.php | 5 interface SplObserver interface 14 public function attach(SplObserver $observer): void; 17 public function detach(SplObserver $observer): void;
|
H A D | spl_observer_arginfo.h | 9 ZEND_ARG_OBJ_INFO(0, observer, SplObserver, 0)
|
H A D | php_spl.c | 207 SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \
|
/PHP-8.4/ext/reflection/tests/types/ |
H A D | ReflectionType_001.phpt | 39 new ReflectionMethod('SplObserver', 'update'), 59 new ReflectionMethod('SplObserver', 'update'),
|
Completed in 13 milliseconds