Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-5.5/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-5.5/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-5.5/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-5.5/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt48 $o = new C;
49 $o->test();
78 $o = new P;
79 $o->test();
/PHP-5.5/ext/standard/tests/strings/
H A Dstripos_basic2.phpt30 var_dump( stripos("Hello, World", "o", 3) );
32 var_dump( stripos("Hello, World", "o", 6) );
33 var_dump( stripos("Hello, World", "o", 10) );
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",
/PHP-5.5/Zend/tests/
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 Dbug22725.phpt25 $o = new Bar;
26 $o->aPublicMethod();
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
/PHP-5.5/Zend/tests/traits/
H A Dbug60217b.phpt22 $o = new CBroken;
23 $o->foo(1);
H A Dbug60217c.phpt22 $o = new CBroken;
23 $o->foo(1);
/PHP-5.5/ext/standard/tests/filters/
H A Dbug50363.phpt16 Sauvegarderéussi(e) não NÃO
17 Sauvegarderéussi(e) não NÃO
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2516 Failed: character value in \x{} or \o{} is too large at offset 12
18 /\o{17777777777}/
20 /\o{20000000000}/
22 /\o{37777777777}/
24 /\o{40000000000}/
25 Failed: character value in \x{} or \o{} is too large at offset 14
81 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
108 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
/PHP-5.5/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-5.5/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 28 milliseconds

12345678910>>...19