Home
last modified time | relevance | path

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

/PHP-7.3/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-7.3/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-7.3/ext/spl/
H A Dspl.php1131 interface SplObserver interface
1148 function attach(SplObserver $observer);
1153 function detach(SplObserver $observer);
H A Dspl_observer.c41 SPL_METHOD(SplObserver, update);
51 SPL_ABSTRACT_ME(SplObserver, update, arginfo_SplObserver_update)
56 ZEND_ARG_OBJ_INFO(0, SplObserver, SplObserver, 0)
1245 REGISTER_SPL_INTERFACE(SplObserver); in PHP_MINIT_FUNCTION()
H A Dphp_spl.c227 SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \
/PHP-7.3/ext/reflection/tests/
H A DReflectionType_001.phpt39 new ReflectionMethod('SplObserver', 'update'),
59 new ReflectionMethod('SplObserver', 'update'),

Completed in 55 milliseconds