Home
last modified time | relevance | path

Searched refs:o (Results 176 – 200 of 469) sorted by relevance

12345678910>>...19

/PHP-7.4/Zend/tests/traits/
H A Dlanguage008a.phpt18 $o = new MyClass;
19 $o->sayHello();
H A Dbug55554a.phpt27 $o = new NewConstructor;
30 $o = new LegacyConstructor;
H A Dbug60217b.phpt22 $o = new CBroken;
23 $o->foo(1);
H A Dbug60217c.phpt22 $o = new CBroken;
23 $o->foo(1);
/PHP-7.4/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt17 �p�r�i�n�t� �"�H�e�l�l�o� �W�o�r�l�d�\�n�"�;�
/PHP-7.4/Zend/tests/generators/
H A Dbug63066.phpt5 function gen($o)
8 $o->fatalError();
/PHP-7.4/ext/standard/tests/file/
H A Dchmod_variation1.phpt22 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
H A Dchmod_basic.phpt24 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
H A Dbug52820.phpt21 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));
24 rewind($o);
25 echo stream_get_contents($o);
26 return $o;
/PHP-7.4/tests/classes/
H A Dinterfaces_003.phpt10 public function __construct(MyObject $o);
15 public function __construct(MyObject $o)
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation53.phpt21 "% o", "% o", "% o",
H A Dstrrpos_basic2.phpt30 var_dump( strrpos("Hello, World", "o", 3) );
31 var_dump( strrpos("Hello, World", "o", 6) );
32 var_dump( strrpos("Hello, World", "o", 10) );
/PHP-7.4/Zend/tests/
H A Dbug22725.phpt23 $o = new Bar;
24 $o->aPublicMethod();
H A Dbug34064.phpt25 $o = new XmlTest();
26 $o->run();
H A Dbug36006.phpt25 $o = new Dad;
26 unset($o);
H A Dcast_to_bool.phpt14 $o = new test;
29 $o
H A Dcast_to_int.phpt14 $o = new test;
29 $o
H A Dsettype_bool.phpt14 $o = new test;
29 $o
H A Dsettype_double.phpt16 $o = new test;
31 $o
H A Dsettype_int.phpt14 $o = new test;
29 $o
H A Dcast_to_double.phpt16 $o = new test;
31 $o
/PHP-7.4/ext/standard/tests/filters/
H A Dbug50363.phpt16 Sauvegarderéussi(e) não NÃO
17 Sauvegarderéussi(e) não NÃO
/PHP-7.4/ext/spl/tests/
H A Darray_013.phpt42 $o = new test;
43 $it = new ArrayIterator($o);
60 var_dump($o->{0}); /* doesn't wotk anyway */
/PHP-7.4/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt48 $o = new C;
49 $o->test();
78 $o = new P;
79 $o->test();
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_basic2.phpt21 var_dump($o = assert_options(ASSERT_CALLBACK));
24 var_dump($o= assert_options(ASSERT_CALLBACK, "f2"));

Completed in 43 milliseconds

12345678910>>...19