Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.1/ext/standard/tests/strings/
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.1/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"]=>
H A Darray_column_variant_objects.phpt20 $o = new stdClass;
21 $o->{0} = $id;
22 $o->{1} = $first_name;
23 $o->{2} = $last_name;
25 return $o;
/PHP-7.1/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-7.1/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")
H A Dldap_delete_basic.phpt20 "o" => "my-domain",
25 @ldap_search($link, "dc=my-domain,$base", "(o=my-domain)")
/PHP-7.1/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.1/Zend/tests/
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
H A Dcast_to_string.phpt14 $o = new test;
29 $o
H A Dbug60362.phpt64 sub-key 1 is set: string(1) "o"
67 sub-sub-key 0 is set: string(1) "o"
70 sub-key 1 is not empty: string(1) "o"
73 sub-sub-key 0 is not empty: string(1) "o"
H A Dsettype_string.phpt14 $o = new test;
29 $o
H A Dcast_to_array.phpt18 $o = new test;
33 $o
H A Dsettype_array.phpt18 $o = new test;
33 $o
/PHP-7.1/ext/standard/tests/file/
H A Dcopy_basic.phpt26 printf( "%o", fileperms(__FILE__) );
28 printf( "%o", fileperms($file_name1) );
30 printf( "%o", fileperms($file_name2) );
/PHP-7.1/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt17 $o = unserialize('O:3:"FOO":0:{}');
18 var_dump($o);
/PHP-7.1/Zend/tests/traits/
H A Dinheritance003.phpt31 $o = new MyHelloWorld();
32 $o->sayHello(array());
/PHP-7.1/scripts/dev/generate-phpt/tests/
H A DgtFunctionTest.php22 $o = $f->getOptionalArgumentNames();
25 $this->assertEquals($o[0], 'oper');
/PHP-7.1/tests/strings/
H A Doffsets_general.phpt23 string(1) "o"
31 string(1) "o"
/PHP-7.1/ext/filter/tests/
H A D047.phpt21 $s = sprintf("%o", PHP_INT_MAX);
27 $s = sprintf("%o", ~0);

Completed in 53 milliseconds

12345678910>>...20