Searched refs:attach (Results 1 – 25 of 35) sorted by relevance
12
/php-src/ext/spl/tests/ |
H A D | observer_001.phpt | 36 function attach(SplObserver $observer): void 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 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); 142 $sub->SubjectImpl::attach($ob1); 144 $sub->SubjectImpl::attach($ob1); 145 $sub->SubjectImpl::attach($ob2); 146 $sub->SubjectImpl::attach($ob3); [all …]
|
H A D | observer_009.phpt | 8 $storageA->attach(new \Foo); 9 $storageA->attach(new \Foo);
|
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 | observer_003.phpt | 20 $storage->attach(new TestClass($value));
|
H A D | gh14639.phpt | 25 $b->attach($object);
|
H A D | observer_004.phpt | 30 $storage->attach(new TestClass($value));
|
/php-src/ext/spl/tests/SplObjectStorage/ |
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 | 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 | bug69108.phpt | 12 $b->attach($object);
|
H A D | bug67582.phpt | 14 $list->attach(new TestObject());
|
/php-src/Zend/tests/namespaces/ |
H A D | ns_054.phpt | 14 function attach(\SplObserver $x): void { 24 $bar->attach($foo);
|
H A D | ns_056.phpt | 15 function attach(SplObserver $x): void { 25 $bar->attach($foo);
|
/php-src/ext/pdo_sqlite/tests/ |
H A D | gh9032.phpt | 11 $db->exec('attach database \':memory:\' AS "db1"'); 15 $st = $db->prepare('attach database :a AS "db2"');
|
/php-src/ext/sqlite3/tests/ |
H A D | gh9032.phpt | 12 $db->exec('attach database \':memory:\' AS "db1"'); 16 $st = $db->prepare('attach database :a AS "db2"');
|
/php-src/ext/shmop/tests/ |
H A D | 002.phpt | 25 // Warning outputs: Unable to attach or create shared memory segment 76 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d 79 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
|
H A D | bug81407.phpt | 2 Bug #81407 (shmop_open won't attach and causes php to crash)
|
H A D | gh14537.phpt | 26 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
|
/php-src/ext/spl/ |
H A D | spl_observer.stub.php | 14 public function attach(SplObserver $observer): void; function 26 public function attach(object $object, mixed $info = null): void {} function in SplObjectStorage
|
/php-src/ext/pdo_pgsql/tests/ |
H A D | issue78621.inc | 11 attach($db, array_shift($rounds)); 21 attach($db, array_shift($rounds));
|
H A D | issue78621.phpt | 14 function attach($db, $prefix = '')
|
H A D | pdopgsql_setNoticeCallback.phpt | 19 function attach($db, $callback) { $db->setNoticeCallback($callback); }
|
/php-src/ext/sysvsem/tests/ |
H A D | sysv.phpt | 31 echo "Fail to attach shared memory.\n"; 35 echo "Success to attach shared memory.\n"; 96 Success to attach shared memory.
|
Completed in 30 milliseconds
12