Home
last modified time | relevance | path

Searched refs:SplObserver (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/Zend/tests/
H A Dns_056.phpt6 use \SplObserver;
8 class Foo implements SplObserver {
15 function attach(SplObserver $x) {
20 function detach(SplObserver $x) {
H A Dns_054.phpt7 class Foo implements \SplObserver {
14 function attach(\SplObserver $x) {
19 function detach(\SplObserver $x) {
/PHP-8.0/ext/spl/
H A Dspl_observer.stub.php5 interface SplObserver interface
14 public function attach(SplObserver $observer);
17 public function detach(SplObserver $observer);
H A Dspl_observer_arginfo.h9 ZEND_ARG_OBJ_INFO(0, observer, SplObserver, 0)
157 …ZEND_ABSTRACT_ME_WITH_FLAGS(SplObserver, update, arginfo_class_SplObserver_update, ZEND_ACC_PUBLIC…
H A Dphp_spl.c218 SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \
H A Dspl_observer.c1202 REGISTER_SPL_INTERFACE(SplObserver); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/spl/tests/
H A Dobserver_001.phpt2 SPL: SplObserver and SplSubject (empty notify)
6 class ObserverImpl implements SplObserver
36 function attach(SplObserver $observer)
45 function detach(SplObserver $observer)
H A Dobserver_002.phpt39 class ObserverImpl implements SplObserver
70 function attach(SplObserver $observer)
76 function detach(SplObserver $observer)
/PHP-8.0/ext/reflection/tests/
H A DReflectionType_001.phpt39 new ReflectionMethod('SplObserver', 'update'),
59 new ReflectionMethod('SplObserver', 'update'),

Completed in 16 milliseconds