Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 473) sorted by path

12345678910>>...19

/PHP-5.5/
H A D.gdbinit523 printf "\\%o", $str[$tmp]
H A D.gitignore12 *.o
H A DINSTALL1131 Noteworthy nano commands: ^w (search), ^o (save), and ^x (exit)
H A DMakefile.global23 …XTRA_CFLAGS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(PHP_GLOBAL_OBJS:.lo=.o) $(PHP_SAPI_OBJS:.lo=.o) $(PHP_F…
114 find . -name \*.lo -o -name \*.o | xargs rm -f
H A DNEWS6369 - Fixed bug #48256 (Crash due to double-linking of history.o).
9024 - Fixed bug #35406 (eval hangs when evall'ed code ends with comment w/o
H A DREADME.PARAMETER_PARSING_API63 o - object of any type (zval*)
140 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "o!a",
/PHP-5.5/Zend/
H A DZEND_CHANGES129 $o = new Bar;
130 $o->aPublicMethod();
156 $o = new ImplementedClass;
157 $o->test();
/PHP-5.5/Zend/tests/
H A Dadd_002.phpt8 $o = new stdclass;
9 $o->prop = "value";
11 $c = $a + $o;
H A Dadd_003.phpt8 $o = new stdclass;
9 $o->prop = "value";
11 $c = $o + $a;
H A Dbug22725.phpt25 $o = new Bar;
26 $o->aPublicMethod();
H A Dbug26166.phpt29 $o = new Bar;
30 echo $o;
46 $o = new None;
47 echo $o;
58 $o = new Error;
60 echo $o;
H A Dbug34064.phpt25 $o = new XmlTest();
26 $o->run();
H A Dbug36006.phpt25 $o = new Dad;
26 unset($o);
H A Dbug43200_2.phpt20 $o = new C();
21 $o->foo();
H A Dbug45805.phpt37 $o = new B;
38 $o->bar();
H A Dbug53748.phpt26 $o= myHelloWorld::getInstance(1);
27 $o= myHelloWorld::getInstance(1);
28 $o= myHelloWorld::getInstance(2);
29 $o= myHelloWorld::getInstance(array(1=>2));
30 $o= myHelloWorld::getInstance(array(1=>2));
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
H A Dbug60362.phpt64 sub-key 1 is set: string(1) "o"
67 sub-sub-key 0 is set: string(1) "o"
70 sub-key 1 is not empty: string(1) "o"
73 sub-sub-key 0 is not empty: string(1) "o"
H A Dbug64417.phpt33 $o = new obj;
34 $o['x'] = 1;
35 ++$o['x'];
36 echo $o['x'], "\n";
H A Dbug64988.phpt25 $o = new Smooth1();
H A Dcast_to_array.phpt18 $o = new test;
33 $o
H A Dcast_to_bool.phpt14 $o = new test;
29 $o
H A Dcast_to_double.phpt16 $o = new test;
31 $o
H A Dcast_to_int.phpt14 $o = new test;
29 $o
H A Dcast_to_object.phpt14 $o = new test;
29 $o

Completed in 102 milliseconds

12345678910>>...19