Home
last modified time | relevance | path

Searched refs:o (Results 76 – 100 of 499) sorted by relevance

12345678910>>...20

/PHP-7.1/Zend/tests/traits/
H A Dlanguage008b.phpt21 $o = new MyClass();
22 $o->sayHello();
23 $o->callPrivateAlias();
24 $o->sayHelloWorld();
H A Dlanguage012.phpt20 $o = new C1();
21 $o->inc();
22 $o->inc();
H A Dflattening003.phpt27 $o = new MyHelloWorld();
28 $o->sayHello();
29 $o->sayWorld();
H A Dlanguage007.phpt24 $o = new MyHelloWorld();
25 $o->sayHello();
26 $o->sayWorld();
H A Dlanguage004.phpt26 $o = new MyHelloWorld();
27 $o->saySomething();
28 $o->sayWorld();
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt60 try_control_string($link, 't:,,:o,' . $trace_file, $trace_file, 10);
62 try_control_string($link, 't:o,' . $trace_file . ':abc', $trace_file, 30);
63 try_control_string($link, 't:o,' . $trace_file . ':ABC,123:b', $trace_file, 40);
64 try_control_string($link, 't:ABC,123:b;:o,' . $trace_file, $trace_file, 50);
65 try_control_string($link, 't:A;BC,123:b;:o,' . $trace_file, $trace_file, 60);
66 try_control_string($link, 't:p:o,' . $trace_file, $trace_file, 70);
67 try_control_string($link, 't:p,1,,2:o,' . $trace_file, $trace_file, 80);
68 try_control_string($link, 't:z,1,,2:o,' . $trace_file, $trace_file, 90);#
/PHP-7.1/ext/ldap/tests/
H A Dldap_modify_basic.phpt20 "o" => "test",
25 ldap_modify($link, "o=test,$base", $entry),
59 ["o"]=>
67 string(1) "o"
80 string(%d) "o=test,%s"
H A Dldap_get_entries_basic.phpt19 ldap_search($link, "$base", "(o=test)")
48 ["o"]=>
56 string(1) "o"
60 string(%d) "o=test,%s"
/PHP-7.1/sapi/cgi/
H A Dconfig9.m458o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\") || (\$\$2 == \"B\")) && (substr(\$\$…
60o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\") || (\$\$2 == \"B\")) && (substr(\$\$…
64 …S:.lo=.o) \$(PHP_BINARY_OBJS:.lo=.o) \$(PHP_FASTCGI_OBJS:.lo=.o) \$(PHP_CGI_OBJS:.lo=.o) \$(PHP_FR…
67 …BJS) \$(PHP_FASTCGI_OBJS) \$(PHP_CGI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
/PHP-7.1/ext/standard/tests/strings/
H A Dprintf_basic8.phpt20 $format1 = "%o";
21 $format2 = "%o %o";
22 $format3 = "%o %o %o";
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug30234.phpt19 $o = unserialize('O:19:"Autoload_Implements":0:{}');
21 var_dump($o);
22 var_dump($o instanceof autoload_interface);
23 unset($o);
/PHP-7.1/ext/curl/tests/
H A Dbug69485.phpt16 $o = new O;
17 $o->ch = $ch;
18 curl_setopt($ch, CURLOPT_WRITEFUNCTION, array($o, "dummy"));
/PHP-7.1/ext/standard/tests/file/
H A Dfscanf_variation29.phpt34 $octal_formats = array( "%o",
36 " %o", "%o ", "% o",
37 "\t%o", "\n%o", "%4o",
38 "%30o", "%[0-7]", "%*o"
H A Dfscanf_variation32.phpt31 $octal_formats = array( "%o",
33 " %o", "%o ", "% o",
34 "\t%o", "\n%o", "%4o",
35 "%30o", "%[0-7]", "%*o"
/PHP-7.1/Zend/tests/
H A Dbug64417.phpt33 $o = new obj;
34 $o['x'] = 1;
35 ++$o['x'];
36 echo $o['x'], "\n";
H A Dadd_002.phpt8 $o = new stdclass;
9 $o->prop = "value";
12 var_dump($a + $o);
17 $c = $a + $o;
H A Dadd_003.phpt8 $o = new stdclass;
9 $o->prop = "value";
12 var_dump($o + $a);
17 $c = $o + $a;
H A Dbug71067.phpt18 $o = new Test();
19 $o->test();
21 print_r($o->test());
/PHP-7.1/tests/classes/
H A Dtostring_002.phpt21 $o = new Test;
22 $o = NULL;
24 $o = new Test;
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);
/PHP-7.1/ext/spl/tests/
H A DarrayObject___construct_basic7.phpt8 $o = (object)$a;
9 $ao = new ArrayObject($o);
11 var_dump($a, $o, $ao);
/PHP-7.1/ext/date/tests/
H A Dbug52290.phpt12 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
15 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
18 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
21 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
/PHP-7.1/ext/reflection/tests/
H A Dbug37816.phpt11 $o = new TestClass;
13 $r = new ReflectionProperty($o, 'p');
17 $x = $r->getValue($o);
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput268 Failed: character value in \x{} or \o{} is too large at offset 9
10 /\o{4200000}/8
11 Failed: character value in \x{} or \o{} is too large at offset 10

Completed in 25 milliseconds

12345678910>>...20