Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.3/ext/standard/tests/array/
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 Darsort_basic.phpt24 "l" => "lemon", "o" => "orange",
88 ["o"]=>
122 ["o"]=>
156 ["o"]=>
181 ["o"]=>
198 ["o"]=>
223 ["o"]=>
H A Dasort_basic.phpt24 "l" => "lemon", "o" => "orange",
94 ["o"]=>
128 ["o"]=>
162 ["o"]=>
177 ["o"]=>
204 ["o"]=>
219 ["o"]=>
/PHP-7.3/Zend/tests/
H A Dsettype_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 Dcast_to_array.phpt18 $o = new test;
33 $o
H A Dsettype_array.phpt18 $o = new test;
33 $o
H A Dbug45805.phpt35 $o = new B;
36 $o->bar();
H A Dcast_to_object.phpt14 $o = new test;
29 $o
/PHP-7.3/Zend/tests/traits/
H A Dinheritance003.phpt31 $o = new MyHelloWorld();
32 $o->sayHello(array());
/PHP-7.3/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt17 $o = unserialize('O:3:"FOO":0:{}');
18 var_dump($o);
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c76 #define OFFSET_OOB(n, o, i) ((n) < (uint32_t)(o) || (i) > ((n) - (o))) argument
783 int32_t o; in moffset() local
868 o = CAST(int32_t, in moffset()
882 o = ms->offset; in moffset()
888 if (o == -1 || (size_t)o > nbytes) { in moffset()
892 o, nbytes); in moffset()
901 o = 0; in moffset()
905 if ((size_t)o > nbytes) { in moffset()
908 (size_t)o, nbytes); in moffset()
912 *op = o; in moffset()
[all …]
/PHP-7.3/ext/ldap/tests/
H A Dldap_delete_basic.phpt20 "o" => "my-domain",
25 @ldap_search($link, "dc=my-domain,$base", "(o=my-domain)")
/PHP-7.3/tests/strings/
H A Doffsets_general.phpt23 string(1) "o"
31 string(1) "o"
/PHP-7.3/ext/filter/tests/
H A D047.phpt21 $s = sprintf("%o", PHP_INT_MAX);
27 $s = sprintf("%o", ~0);
/PHP-7.3/ext/standard/tests/strings/
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||"
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-7.3/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.3/tests/classes/
H A Ddestructor_and_exceptions.phpt33 $o = new FailClass;
34 unset($o);
/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation28.phpt43 $octal_formats = array( "%o",
45 " %o", "%o ", "% o",
46 "\t%o", "\n%o", "%4o",
47 "%30o", "%[0-7]", "%*o"
/PHP-7.3/ext/json/
H A Dconfig.w3210 …("re2c") + " -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/json_scanne…
14 …STDOUT.WriteLine(execute(PATH_PROG("bison") + " --defines -l ext/json/json_parser.y -o ext/json/js…
/PHP-7.3/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

12345678910>>...20