Home
last modified time | relevance | path

Searched refs:o (Results 151 – 175 of 499) sorted by relevance

12345678910>>...20

/PHP-7.1/tests/classes/
H A Dinterface_and_extends.phpt20 $o = new Tester;
21 $o->show();
H A Dtostring_003.phpt22 $o = new Test;
23 $o = NULL;
H A Dinterfaces_003.phpt10 public function __construct(MyObject $o);
15 public function __construct(MyObject $o)
/PHP-7.1/Zend/tests/
H A Dsettype_null.phpt14 $o = new test;
29 $o
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
/PHP-7.1/Zend/tests/traits/
H A Dmethods_002.phpt23 $o = new bar;
24 var_dump(clone $o);
H A Dbug55554a.phpt27 $o = new NewConstructor;
30 $o = new LegacyConstructor;
H A Dlanguage008a.phpt18 $o = new MyClass;
19 $o->sayHello();
H A Dbug60217b.phpt22 $o = new CBroken;
23 $o->foo(1);
H A Dbug60217c.phpt22 $o = new CBroken;
23 $o->foo(1);
/PHP-7.1/ext/ldap/tests/
H A Dconnect.inc35 "o" => "php ldap tests"
39 ldap_add($link, "o=test,$base", array(
43 "o" => "test",
72 ldap_delete($link, "o=test,$base");
/PHP-7.1/Zend/tests/generators/
H A Dbug63066.phpt5 function gen($o)
8 $o->fatalError();
/PHP-7.1/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.1/ext/standard/tests/file/
H A Dchmod_basic.phpt24 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
H A Dchmod_variation1.phpt22 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
H A Dfscanf_variation30.phpt39 $octal_formats = array ( "%o",
41 " %o", "%o ", "% o",
42 "\t%o", "\n%o", "%4o",
43 "%30o", "%[0-7]", "%*o"
/PHP-7.1/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.1/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.1/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.1/ext/standard/tests/filters/
H A Dbug50363.phpt16 Sauvegarderéussi(e) não NÃO
17 Sauvegarderéussi(e) não NÃO

Completed in 35 milliseconds

12345678910>>...20