Home
last modified time | relevance | path

Searched refs:o (Results 251 – 275 of 529) sorted by relevance

1...<<11121314151617181920>>...22

/php-src/ext/standard/tests/array/
H A Darsort_basic.phpt18 "l" => "lemon", "o" => "orange",
82 ["o"]=>
116 ["o"]=>
150 ["o"]=>
175 ["o"]=>
192 ["o"]=>
217 ["o"]=>
H A Dasort_basic.phpt18 "l" => "lemon", "o" => "orange",
88 ["o"]=>
122 ["o"]=>
156 ["o"]=>
171 ["o"]=>
198 ["o"]=>
213 ["o"]=>
H A Dksort_basic.phpt17 "l" => "lemon", "o" => "orange",
87 ["o"]=>
121 ["o"]=>
155 ["o"]=>
170 ["o"]=>
197 ["o"]=>
212 ["o"]=>
/php-src/Zend/tests/
H A Dsettype_string.phpt14 $o = new test;
29 $o
H A Dcast_to_string.phpt14 $o = new test;
29 $o
H A Dsettype_array.phpt18 $o = new test;
33 $o
H A Dcast_to_array.phpt18 $o = new test;
33 $o
H A Dcast_to_object.phpt14 $o = new test;
29 $o
H A Dbug45805.phpt35 $o = new B;
36 $o->bar();
/php-src/Zend/tests/traits/
H A Dinheritance003.phpt31 $o = new MyHelloWorld();
32 $o->sayHello(array());
/php-src/ext/xml/tests/
H A Dset_handler_trampoline.phpt15 $o = new TrampolineTest();
16 $callback = [$o, 'pi_handler'];
/php-src/ext/standard/tests/file/
H A Dfscanf_variation27.phpt40 $octal_formats = array( "%o",
42 " %o", "%o ", "% o",
43 "\t%o", "\n%o", "%4o",
44 "%30o", "%[0-7]", "%*o"
H A D006_basic.phpt17 printf("%o", fileperms($path."/perm.tmp") );
23 printf("%o", fileperms($path."/perm") );
/php-src/tests/classes/
H A Ddestructor_and_exceptions.phpt33 $o = new FailClass;
34 unset($o);
/php-src/ext/spl/tests/
H A Darray_012.phpt30 $o = new test;
31 $it = new ArrayIterator($o);
H A Dbug53515.phpt7 $o = new ArrayObject($a, ArrayObject::ARRAY_AS_PROPS);
15 ' property_exists: ' . (property_exists($o, $key) ? 'true' : 'false'),"\n";
H A DRecursiveCallbackFilterIterator_trampoline_usage.phpt25 $o = new TrampolineTest();
26 $callback = [$o, 'trampoline'];
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_setauthorizer.phpt18 $o = new TrampolineTest();
19 $callback = [$o, 'authorizer'];
H A Dsqlite3_trampoline_create_aggregate.phpt25 $o = new TrampolineTest();
26 $step = [$o, 'step'];
27 $finalize = [$o, 'finalize'];
/php-src/ext/ldap/tests/
H A Dldap_delete_basic.phpt21 "o" => "my-domain",
26 @ldap_search($link, "dc=my-domain,$base", "(o=my-domain)")
/php-src/ext/libxml/tests/
H A Dlibxml_get_external_entity_loader_error_callback_name.phpt25 $o = new Handler();
26 libxml_set_external_entity_loader([$o, 'handle']);
H A Dlibxml_set_external_entity_loader_trampoline.phpt24 $o = new TrampolineTest();
25 $callback = [$o, 'entity_loader'];
/php-src/ext/standard/tests/strings/
H A Dstripos_error.phpt9 stripos("Hello World", "o", 12);
16 stripos("Hello World", "o", -12);
H A Dsprintf_f_2.phpt11 var_dump(sprintf("%o", 100.426));
12 var_dump(sprintf("%o", 100.9));
49 var_dump(sprintf("%%o = '%o'", $n)); // octal representation
102 string\(16\) \"%o = '247523255'\"
/php-src/ext/date/tests/
H A Dbug33957.phpt24 echo sprintf("%04d ", date("o", strtotime("$year-12-$i")));
32 echo sprintf("%04d ", date("o", strtotime("$year-1-$i")));

Completed in 28 milliseconds

1...<<11121314151617181920>>...22