Home
last modified time | relevance | path

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

/PHP-7.2/Zend/tests/
H A Dns_054.phpt10 function update(\SplSubject $x) {
15 class Bar implements \SplSubject {
H A Dns_056.phpt11 function update(\SplSubject $x) {
16 class Bar implements \SplSubject {
/PHP-7.2/ext/spl/tests/
H A Dobserver_001.phpt2 SPL: SplObserver and SplSubject (empty notify)
15 function update(SplSubject $subject)
26 class SubjectImpl implements SplSubject
H A Dobserver_002.phpt48 function update(SplSubject $subject)
59 class SubjectImpl implements SplSubject
/PHP-7.2/ext/spl/
H A Dspl.php1136 function update(SplSubject $subject);
1144 interface SplSubject interface
H A Dspl_observer.c44 SPL_METHOD(SplSubject, attach);
45 SPL_METHOD(SplSubject, detach);
46 SPL_METHOD(SplSubject, notify);
49 ZEND_ARG_OBJ_INFO(0, SplSubject, SplSubject, 0)
69 SPL_ABSTRACT_ME(SplSubject, attach, arginfo_SplSubject_attach)
70 SPL_ABSTRACT_ME(SplSubject, detach, arginfo_SplSubject_attach)
71 SPL_ABSTRACT_ME(SplSubject, notify, arginfo_SplSubject_void)
1250 REGISTER_SPL_INTERFACE(SplSubject); in PHP_MINIT_FUNCTION()
H A Dphp_spl.c231 SPL_ADD_CLASS(SplSubject, z_list, sub, allow, ce_flags); \
/PHP-7.2/ext/reflection/tests/
H A DReflectionType_001.phpt138 string(10) "SplSubject"

Completed in 16 milliseconds