Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.3/Zend/tests/
H A Dcast_to_bool.phpt14 $o = new test;
29 $o
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_int.phpt14 $o = new test;
29 $o
H A Dsettype_bool.phpt14 $o = new test;
29 $o
H A Dcast_to_double.phpt16 $o = new test;
31 $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_string.phpt14 $o = new test;
29 $o
/PHP-7.3/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.3/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.3/ext/standard/tests/strings/
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) );
H A Dchunk_split_variation10.phpt59 string(82) "This is t o test ch unk_split () with v arious 's ingle quo ted' endi ng string . "
65 string(118) "This is t@#$%^o test ch@#$%^unk_split@#$%^() with v@#$%^arious 's@#$%^ingle quo@#$%^te…
75 string(91) "This is t\0o test ch\0unk_split\0() with v\0arious 's\0ingle quo\0ted' endi\0ng string\…
79 string(118) "This is t(MSG)o test ch(MSG)unk_split(MSG)() with v(MSG)arious 's(MSG)ingle quo(MSG)te…
81 string(226) "This is t) ending string (o test ch) ending string (unk_split) ending string (() with …
83 string(217) "This is t) numbers 1234 (o test ch) numbers 1234 (unk_split) numbers 1234 (() with v) …
85 string(226) "This is t) speci@! ch@r$ (o test ch) speci@! ch@r$ (unk_split) speci@! ch@r$ (() with …
H A Dwordwrap_variation5.phpt58 string(43) "T e s t i n g w o r d r a p f u n c t i o n"
59 string(64) "T e s t i n g w o r d r a p f u n c t i o n"
H A Dvsprintf_variation19.phpt25 "% o % o % o",
H A Dvsprintf_variation19_64bit.phpt25 "% o % o % o",
/PHP-7.3/Zend/tests/traits/
H A Dbug60217c.phpt22 $o = new CBroken;
23 $o->foo(1);
/PHP-7.3/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.3/ext/standard/tests/file/
H A Dfscanf_variation30.phpt39 $octal_formats = array ( "%o",
41 " %o", "%o ", "% o",
42 "\t%o", "\n%o", "%4o",
43 "%30o", "%[0-7]", "%*o"
H A Dcopy_basic.phpt26 printf( "%o", fileperms(__FILE__) );
28 printf( "%o", fileperms($file_name1) );
30 printf( "%o", fileperms($file_name2) );
/PHP-7.3/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"));
/PHP-7.3/ext/ldap/tests/
H A Dldap_get_values_len_basic.phpt15 $result = ldap_search($link, "$base", "(o=test)");
18 ldap_get_values_len($link, $entry, "o")
/PHP-7.3/ext/standard/tests/array/
H A Dkrsort_basic.phpt22 $unsorted_strings = array( "lemon" => "l", "orange" => "o", "banana" => "b" );
24 "l" => "lemon", "o" => "orange",
88 ["o"]=>
122 ["o"]=>
156 ["o"]=>
181 ["o"]=>
198 ["o"]=>
223 ["o"]=>
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode_property_data_posix.c5315 register int o = wordlist[key].name; in unicode_lookup_property_name() local
5316 if (o >= 0) in unicode_lookup_property_name()
5318 register const char *s = o + unicode_prop_name_pool; in unicode_lookup_property_name()

Completed in 57 milliseconds

12345678910>>...20