Searched refs:attach (Results 1 – 24 of 24) sorted by relevance
/PHP-7.4/ext/spl/tests/ |
H A D | observer_001.phpt | 36 function attach(SplObserver $observer) 76 $sub->attach($ob1); 77 $sub->attach($ob1); 78 $sub->attach($ob2); 79 $sub->attach($ob3); 92 $sub->attach($ob3); 98 $sub->SubjectImpl::attach($ob1); 99 $sub->SubjectImpl::attach($ob1); 100 $sub->SubjectImpl::attach($ob2); 101 $sub->SubjectImpl::attach($ob3); [all …]
|
H A D | SplObjectStorage_removeAllExcept_basic.phpt | 13 $foo->attach($a); 14 $foo->attach($b); 17 $bar->attach($b); 18 $bar->attach($c);
|
H A D | observer_008.phpt | 12 $a->attach($o1); 13 $a->attach($o2); 16 $b->attach($o2); 17 $b->attach($o3);
|
H A D | observer_002.phpt | 73 $this->observers->attach($observer); 114 $sub->attach($ob1); 116 $sub->attach($ob1); 117 $sub->attach($ob2); 118 $sub->attach($ob3); 134 $sub->attach($ob3); 144 $sub->SubjectImpl::attach($ob1); 146 $sub->SubjectImpl::attach($ob1); 147 $sub->SubjectImpl::attach($ob2); 148 $sub->SubjectImpl::attach($ob3); [all …]
|
H A D | observer_009.phpt | 8 $storageA->attach(new \Foo); 9 $storageA->attach(new \Foo);
|
H A D | bug49263.phpt | 10 $s->attach($o1, array('prev' => 2, 'next' => $o2)); 11 $s->attach($o2, array('prev' => $o1));
|
H A D | bug69227.phpt | 9 $s->attach($s);
|
H A D | observer_006.phpt | 30 $storage->attach(new TestClass($key), $value); 55 $storage->attach(new TestClass(3), new stdClass); 56 $storage->attach(new TestClass(4), new TestClass(5)); 73 $storage->attach($storage->current(), "replaced");
|
H A D | bug69108.phpt | 12 $b->attach($object);
|
H A D | bug67582.phpt | 14 $list->attach(new TestObject());
|
H A D | observer_003.phpt | 20 $storage->attach(new TestClass($value));
|
H A D | observer_004.phpt | 30 $storage->attach(new TestClass($value));
|
H A D | observer_005.phpt | 48 $storage->attach(new TestClass($value[0], $value[1], $value[2]));
|
/PHP-7.4/Zend/tests/ |
H A D | ns_054.phpt | 14 function attach(\SplObserver $x) { 24 $bar->attach($foo);
|
H A D | ns_056.phpt | 15 function attach(SplObserver $x) { 25 $bar->attach($foo);
|
/PHP-7.4/ext/shmop/tests/ |
H A D | bug81407.phpt | 2 Bug #81407 (shmop_open won't attach and causes php to crash)
|
H A D | 002.phpt | 27 // warning outputs: unable to attach or create shared memory segment 79 Warning: shmop_open(): unable to attach or create shared memory segment 'Invalid argument' in %s on…
|
/PHP-7.4/ext/sysvsem/tests/ |
H A D | sysv.phpt | 34 echo "Fail to attach shared memory.\n"; 38 echo "Success to attach shared memory : $shm_id.\n"; 104 Success to attach shared memory : %s.
|
/PHP-7.4/ext/spl/ |
H A D | spl_observer.c | 42 SPL_METHOD(SplSubject, attach); 67 SPL_ABSTRACT_ME(SplSubject, attach, arginfo_SplSubject_attach) 396 SPL_METHOD(SplObjectStorage, attach) in SPL_METHOD() argument 986 SPL_ME(SplObjectStorage, attach, arginfo_attach, 0) 1011 SPL_MA(SplObjectStorage, offsetSet, SplObjectStorage, attach, arginfo_attach, 0)
|
/PHP-7.4/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 181 To apply the Apache License to your work, attach the following
|
/PHP-7.4/ext/bcmath/libbcmath/ |
H A D | LICENSE | 472 To apply these terms, attach the following notices to the library. 473 It is safest to attach them to the start of each source file to most
|
/PHP-7.4/ |
H A D | NEWS | 158 . Fixed bug #81407 (shmop_open won't attach and causes php to crash). (cmb)
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 5779 # CIT is the proprietary raster format (similar to TIFF) used to attach 18904 # Thereby the Finder attach documents types to applications.
|
H A D | magic | 5779 # CIT is the proprietary raster format (similar to TIFF) used to attach 18904 # Thereby the Finder attach documents types to applications.
|
Completed in 286 milliseconds