Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.0/ext/spl/tests/
H A Dobserver_001.phpt36 function attach(SplObserver $observer)
76 $sub->attach($ob1);
77 $sub->attach($ob1);
78 $sub->attach($ob2);
79 $sub->attach($ob3);
92 $sub->attach($ob3);
97 $sub->SubjectImpl::attach($ob1);
98 $sub->SubjectImpl::attach($ob1);
99 $sub->SubjectImpl::attach($ob2);
100 $sub->SubjectImpl::attach($ob3);
[all …]
H A DSplObjectStorage_removeAllExcept_basic.phpt13 $foo->attach($a);
14 $foo->attach($b);
17 $bar->attach($b);
18 $bar->attach($c);
H A Dobserver_008.phpt12 $a->attach($o1);
13 $a->attach($o2);
16 $b->attach($o2);
17 $b->attach($o3);
H A Dobserver_002.phpt70 function attach(SplObserver $observer)
114 $sub->attach($ob1);
116 $sub->attach($ob1);
117 $sub->attach($ob2);
118 $sub->attach($ob3);
134 $sub->attach($ob3);
142 $sub->SubjectImpl::attach($ob1);
144 $sub->SubjectImpl::attach($ob1);
145 $sub->SubjectImpl::attach($ob2);
146 $sub->SubjectImpl::attach($ob3);
[all …]
H A Dobserver_009.phpt8 $storageA->attach(new \Foo);
9 $storageA->attach(new \Foo);
H A Dbug49263.phpt10 $s->attach($o1, array('prev' => 2, 'next' => $o2));
11 $s->attach($o2, array('prev' => $o1));
H A Dbug69227.phpt9 $s->attach($s);
H A Dobserver_006.phpt30 $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 Dbug69108.phpt12 $b->attach($object);
H A Dbug67582.phpt14 $list->attach(new TestObject());
H A Dobserver_003.phpt20 $storage->attach(new TestClass($value));
H A Dobserver_004.phpt30 $storage->attach(new TestClass($value));
H A Dobserver_005.phpt48 $storage->attach(new TestClass($value[0], $value[1], $value[2]));
/PHP-8.0/Zend/tests/
H A Dns_054.phpt14 function attach(\SplObserver $x) {
24 $bar->attach($foo);
H A Dns_056.phpt15 function attach(SplObserver $x) {
25 $bar->attach($foo);
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dgh9032.phpt13 $db->exec('attach database \':memory:\' AS "db1"');
17 $st = $db->prepare('attach database :a AS "db2"');
/PHP-8.0/ext/sqlite3/tests/
H A Dgh9032.phpt14 $db->exec('attach database \':memory:\' AS "db1"');
18 $st = $db->prepare('attach database :a AS "db2"');
/PHP-8.0/ext/spl/
H A Dspl_observer.stub.php14 public function attach(SplObserver $observer); function
26 public function attach(object $object, mixed $info = null) {} function in SplObjectStorage
H A Dspl_observer_arginfo.h121 ZEND_METHOD(SplObjectStorage, attach);
163 …ZEND_ABSTRACT_ME_WITH_FLAGS(SplSubject, attach, arginfo_class_SplSubject_attach, ZEND_ACC_PUBLIC|Z…
171 ZEND_ME(SplObjectStorage, attach, arginfo_class_SplObjectStorage_attach, ZEND_ACC_PUBLIC)
189 …ZEND_MALIAS(SplObjectStorage, offsetSet, attach, arginfo_class_SplObjectStorage_offsetSet, ZEND_AC…
H A Dspl_observer.c347 PHP_METHOD(SplObjectStorage, attach) in PHP_METHOD() argument
/PHP-8.0/ext/shmop/tests/
H A D002.phpt29 // Warning outputs: Unable to attach or create shared memory segment
80 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
83 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
H A Dbug81407.phpt2 Bug #81407 (shmop_open won't attach and causes php to crash)
/PHP-8.0/ext/sysvsem/tests/
H A Dsysv.phpt34 echo "Fail to attach shared memory.\n";
38 echo "Success to attach shared memory.\n";
99 Success to attach shared memory.
/PHP-8.0/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt181 To apply the Apache License to your work, attach the following
/PHP-8.0/ext/bcmath/libbcmath/
H A DLICENSE472 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

Completed in 41 milliseconds

12