Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 473) sorted by last modified time

12345678910>>...19

/PHP-5.5/tests/strings/
H A Doffsets_general.phpt23 string(1) "o"
31 string(1) "o"
/PHP-5.5/tests/lang/
H A Dtype_hints_002.phpt15 $o=new T();
16 $o->f(new P);
17 $o->f();
18 $o->f(NULL);
H A Dforeach_with_object_001.phpt2 foreach() with foreach($o->mthd()->arr)
H A Dbug7515.phpt13 $o->root=new obj();
16 var_dump($o);
20 $o->root->method();
23 var_dump($o);
H A Dengine_assignExecutionOrder_002.phpt54 list($o,$p) = 20;
55 echo "O=$o and P=$p\n";
H A Dengine_assignExecutionOrder_007.phpt9 $o = new stdClass;
10 $o->a =& new $a[$i=2][++$i];
11 $o->a->b =& new $a[$i=2][++$i];
12 print_r($o);
H A D031.phpt11 while(list(,$o) = each($arrayOuter)){
14 print "inloop $i for $o\n";
22 while(list(,$o) = each($arrayOuter)){
24 print "inloop $i for $o\n";
32 while(list(,$o) = each($arrayOuter)){
35 print "inloop $i for $o\n";
43 while(list(,$o) = each($arrayOuter)){
46 print "inloop $i for $o\n";
/PHP-5.5/tests/classes/
H A Dtostring_001.phpt35 print_r($o);
37 var_dump($o);
41 print_r($o);
42 print $o;
43 var_dump($o);
45 echo $o;
51 echo 1 . $o;
52 echo 1 , $o;
55 echo $o . $o;
56 echo $o , $o;
[all …]
H A Dtostring_002.phpt21 $o = new Test;
22 $o = NULL;
24 $o = new Test;
H A Dtostring_003.phpt22 $o = new Test;
23 $o = NULL;
H A Dtype_hinting_002.phpt12 $o = new Foo;
13 $o->a($o);
H A Dunset_properties.phpt74 $o = new Test;
75 echo $o->publicProperty;
79 unset($o->publicProperty);
80 isset($o->publicProperty);
82 echo $o->publicProperty;
84 echo $o->getPublicProperty();
88 echo $o->publicProperty;
90 unset($o->publicProperty);
95 echo $o->publicProperty;
101 $o->unsetProtectedProperty();
[all …]
H A Dinterface_and_extends.phpt20 $o = new Tester;
21 $o->show();
H A Dinterfaces_003.phpt10 public function __construct(MyObject $o);
15 public function __construct(MyObject $o)
H A Dautoload_005.phpt25 $o = new autoload_derived;
26 var_dump($o);
30 $o = new Test;
31 unset($o);
H A Dautoload_006.phpt20 $o = new Autoload_Implements;
21 var_dump($o);
22 var_dump($o instanceof autoload_interface);
23 unset($o);
H A Dctor_failure.phpt20 $o = new Test('Hello');
21 unset($o);
H A Ddestructor_and_echo.phpt17 $o = new Test;
H A Ddestructor_and_exceptions.phpt33 $o = new FailClass;
34 unset($o);
H A Dabstract_user_call.phpt19 $o = new test;
21 $o->func();
23 call_user_func(array($o, 'test_base::func'));
/PHP-5.5/
H A Dserver-tests.php128 $o = explode("\n", $output);
129 $w1 = array_diff_assoc($w,$o);
130 $o1 = array_diff_assoc($o,$w);
839 $o = opendir($dir) or $this->error("cannot open directory: $dir");
840 while (($name = readdir($o)) !== FALSE) {
866 closedir($o);
/PHP-5.5/scripts/dev/generate-phpt/tests/
H A DgtFunctionTest.php22 $o = $f->getOptionalArgumentNames();
25 $this->assertEquals($o[0], 'oper');
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar8 …knownClass.txti�����Ji���o�p�����������texts/testTypeNotSpecified.txt2�����J2����?���������…
10 …���y˶������.���setup/exceptions/gtMissingOptionsException.phpL�����JL���9�o����������setup/gt…
H A Dphpextdist15 rm -rf modules *.lo *.o *.la config.status config.cache \
/PHP-5.5/sapi/roxen/
H A Droxen.c130 extern int fd_from_object(struct object *o);
678 static void clear_struct(struct object *o) in clear_struct() argument

Completed in 43 milliseconds

12345678910>>...19