Home
last modified time | relevance | path

Searched refs:o (Results 201 – 225 of 469) sorted by relevance

12345678910>>...19

/PHP-7.4/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.4/Zend/tests/
H A Dcast_to_string.phpt14 $o = new test;
29 $o
H A Dsettype_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 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"
/PHP-7.4/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.4/ext/standard/tests/strings/
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 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 Dvsprintf_variation19.phpt25 "% o % o % o",
H A Dvsprintf_variation19_64bit.phpt25 "% o % o % o",
H A Dvprintf_variation19.phpt25 "% o % o % o",
H A Dvprintf_variation19_64bit.phpt25 "% o % o % o",
H A Dchunk_split_variation5.phpt53 string(213) "T||h||i||s|| ||c||o||n||t||a||i||n||s|| ||a||n||d|| ||s||p||e||c||i||a||l|| ||c||h||a|…
54 ||I||t|| ||a||l||s||o|| ||c||h||e||c||k||s|| ||f||o||r|| ||�|| ||c||h||a||r||"
64 It als||o checks for � char||"
/PHP-7.4/Zend/tests/traits/
H A Dinheritance003.phpt31 $o = new MyHelloWorld();
32 $o->sayHello(array());
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt17 $o = unserialize('O:3:"FOO":0:{}');
18 var_dump($o);
/PHP-7.4/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;
H A Dksort_basic.phpt22 "l" => "lemon", "o" => "orange",
92 ["o"]=>
126 ["o"]=>
160 ["o"]=>
175 ["o"]=>
202 ["o"]=>
217 ["o"]=>
/PHP-7.4/ext/filter/tests/
H A D047.phpt21 $s = sprintf("%o", PHP_INT_MAX);
27 $s = sprintf("%o", ~0);
/PHP-7.4/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";
/PHP-7.4/tests/classes/
H A Ddestructor_and_exceptions.phpt33 $o = new FailClass;
34 unset($o);

Completed in 32 milliseconds

12345678910>>...19