Home
last modified time | relevance | path

Searched refs:o (Results 201 – 225 of 473) sorted by last modified time

12345678910>>...19

/PHP-5.5/ext/spl/tests/
H A Dheap_005.phpt14 foreach ($h as $k => $o) {
15 echo "$k => $o\n";
H A Dheap_006.phpt14 foreach ($h as $k => $o) {
15 echo "$k => $o\n";
H A Dfileobject_001.phpt8 var_dump($o->key());
11 var_dump($o->key());
13 var_dump($o->key());
14 $o->next();
15 var_dump($o->key());
17 var_dump($o->key());
18 $o->rewind();
19 var_dump($o->key());
21 var_dump($o->key());
22 $o->seek(4);
[all …]
H A Ddit_006.phpt24 $o = 0;
27 $o++;
31 echo "Without seek we get $o\n";
34 $di->seek($o+1);
40 var_dump($n !== $m, $m === $o, $p === 0);
H A Dfileobject_002.phpt10 $o = new SplFileObject(dirname(__FILE__) . '/' . $name);
12 var_dump($o->key());
13 while(($c = $o->fgetc()) !== false)
15 var_dump($o->key(), $c, $o->eof());
18 var_dump($o->eof());
19 var_dump($o->key());
20 var_dump($o->eof());
H A Dfileobject_003.phpt12 $o = new SplFileInfo($name);
14 var_dump($o);
15 $c = clone $o;
17 var_dump($o === $c);
18 var_dump($o == $c);
19 var_dump($o->getPathname() == $c->getPathname());
37 $fo = $o->openFile();
H A Dbug65213.phpt6 $o = new SplFileInfo('.');
7 var_dump((bool) $o);
H A Dbug45826.phpt7 $o->append($y);
8 $o->append($y);
9 $o->append($o);
11 var_dump($o[0] === $o[1]);
12 var_dump($o[2] === $o);
14 $s1 = serialize($o);
45 $o->append($y);
46 $o->append($y);
47 $o->append($o);
49 var_dump($o[0] === $o[1]);
[all …]
H A Dbug53515.phpt7 $o = new ArrayObject($a, ArrayObject::ARRAY_AS_PROPS);
15 ' property_exists: ' . (property_exists($o, $key) ? 'true' : 'false'),"\n";
H A Dbug54384.phpt21 $o->rewind();
31 $o->rewind();
50 $o->accept();
59 $o->rewind();
68 $o->rewind();
77 $o->rewind();
86 $o->valid();
95 $o->rewind();
113 $o->count();
122 $o->rewind();
[all …]
H A Darray_012.phpt30 $o = new test;
31 $it = new ArrayIterator($o);
H A Darray_013.phpt42 $o = new test;
43 $it = new ArrayIterator($o);
60 var_dump($o->{0}); /* doesn't wotk anyway */
H A DSplObjectStorage_unserialize_nested.phpt5 $o = new StdClass();
8 $o->a = $a;
12 $so[$o] = 1;
H A DArrayObject_unserialize_empty_string.phpt5 #PHPTestFest2009 Norway 2009-06-09 \o/
H A DDirectoryIterator_by_reference.phpt5 #PHPTestFest2009 Norway 2009-06-09 \o/
H A DDirectoryIterator_empty_constructor.phpt5 #PHPTestFest2009 Norway 2009-06-09 \o/
H A DSplDoublyLinkedList_lifoMode.phpt9 $list->push('o');
10 $list->push('o');
/PHP-5.5/ext/sockets/tests/
H A Dsocket_connect_error.phpt5 #PHPTestFest2009 Norway 2009-06-09 \o/
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29795.phpt28 echo "o";
/PHP-5.5/ext/snmp/tests/
H A Dsnmpd.conf8 Do not enable them - being set here they make appropriate OID switch into r/o
/PHP-5.5/ext/simplexml/tests/
H A Dfeature55218.phpt18 <o>
20 </o>
H A D031.phpt24 /* Add new attribute w/o namespace */
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt5 #PHPTestFest2009 Norway 2009-06-09 \o/
H A Dbug46003.phpt10 <o d='h'>
13 </o>
20 var_dump(isset($x->p->o));
21 var_dump(isset($x->o->yy));
22 var_dump(isset($x->o->zz));
23 var_dump(isset($x->o->text));
24 var_dump(isset($x->o->xx));
/PHP-5.5/ext/reflection/tests/
H A Dbug29828.phpt25 $o=new BlaMore;
26 $o->bla();

Completed in 100 milliseconds

12345678910>>...19