Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/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-5.5/ext/spl/
H A Dspl.php1136 function update(SplSubject $subject);
1144 interface SplSubject interface
H A Dspl_observer.c43 SPL_METHOD(SplSubject, attach);
44 SPL_METHOD(SplSubject, detach);
45 SPL_METHOD(SplSubject, notify);
48 ZEND_ARG_OBJ_INFO(0, SplSubject, SplSubject, 0)
68 SPL_ABSTRACT_ME(SplSubject, attach, arginfo_SplSubject_attach)
69 SPL_ABSTRACT_ME(SplSubject, detach, arginfo_SplSubject_attach)
70 SPL_ABSTRACT_ME(SplSubject, notify, arginfo_SplSubject_void)
1301 REGISTER_SPL_INTERFACE(SplSubject); in PHP_MINIT_FUNCTION()
H A Dphp_spl.c238 SPL_ADD_CLASS(SplSubject, z_list, sub, allow, ce_flags); \

Completed in 15 milliseconds