Home
last modified time | relevance | path

Searched refs:o (Results 226 – 250 of 542) sorted by relevance

12345678910>>...22

/php-src/Zend/tests/
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 Dsettype_bool.phpt14 $o = new test;
29 $o
H A Dcast_to_int.phpt14 $o = new test;
29 $o
H A Dsettype_double.phpt16 $o = new test;
31 $o
H A Dsettype_int.phpt14 $o = new test;
29 $o
/php-src/ext/ldap/tests/
H A Dldap_get_values_len_basic.phpt16 $result = ldap_search($link, "$base", "(o=test)");
19 ldap_get_values_len($link, $entry, "o")
/php-src/ext/opcache/tests/opt/
H A Dinference_frameless.phpt14 return \strpos($str, 'o', 1);
29 0001 T1 = FRAMELESS_ICALL_3(strpos) CV0($str) string("o")
/php-src/ext/standard/tests/strings/
H A Dvprintf_variation19.phpt20 "% o % o % o",
H A Dvprintf_variation19_64bit.phpt20 "% o % o % o",
H A Dchunk_split_variation5.phpt50 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|…
51 ||I||t|| ||a||l||s||o|| ||c||h||e||c||k||s|| ||f||o||r|| ||%0|| ||c||h||a||r||"
59 It als||o checks for %0 char||"
/php-src/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-src/ext/standard/tests/array/
H A Duasort_variation8.phpt12 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "apple", "p" => "Pineapple", "o" => "ora…
38 ["o"]=>
54 ["o"]=>
/php-src/ext/dba/tests/
H A Ddba_array_keys_errors.phpt29 $o = new stdClass();
31 var_dump(dba_insert([$o, 'obj'], 'Test', $db));
36 var_dump(dba_insert(['group', $o], 'Test', $db));
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_UTF16BE_BOM.phpt28 %0<%0!%0-%0-%0 %0i%0n%0t%0e%0n%0t%0i%0o%0n%0a%0l%0 %0l%0i%0e%0s%0 %0a%0n%0d%0 %0d%0e%0c%0e%0i%0t%0 …
31 %0<%0b%0o%0d%0y%0>%0�%0<%0/%0b%0o%0d%0y%0>%0<%0/%0h%0t%0m%0l%0>
H A DHTMLDocument_UTF16LE_BOM.phpt28 %0<%0!%0-%0-%0 %0i%0n%0t%0e%0n%0t%0i%0o%0n%0a%0l%0 %0l%0i%0e%0s%0 %0a%0n%0d%0 %0d%0e%0c%0e%0i%0t%0 …
31 %0<%0b%0o%0d%0y%0>%0�%0<%0/%0b%0o%0d%0y%0>%0<%0/%0h%0t%0m%0l%0>%0
/php-src/Zend/tests/traits/
H A Dbug60217c.phpt22 $o = new CBroken;
23 $o->foo(1);
H A Dinterface_003.phpt19 var_dump($o = serialize(new bar));
20 var_dump(unserialize($o));
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_007.phpt15 $o = unserialize('O:3:"FOO":0:{}');
17 var_dump($o);
/php-src/ext/standard/tests/filters/
H A Dbug50363.phpt16 Sauvegarderéussi(e) não NÃO
17 Sauvegarderéussi(e) não NÃO
/php-src/ext/curl/tests/
H A Dcurl_xferinfo_trampoline.phpt20 $o = new TrampolineTest();
21 $callback = [$o, 'trampoline'];
H A Dcurl_progress_trampoline.phpt20 $o = new TrampolineTest();
21 $callback = [$o, 'trampoline'];
/php-src/ext/standard/tests/file/
H A Dfscanf_variation28.phpt38 $octal_formats = array( "%o",
40 " %o", "%o ", "% o",
41 "\t%o", "\n%o", "%4o",
42 "%30o", "%[0-7]", "%*o"
H A Dfscanf_variation31.phpt40 $octal_formats = array( "%o", "%ho", "%lo", "%Lo", " %o", "%o ", "% o", "\t%o", "\n%o", "%4o", "%30

Completed in 30 milliseconds

12345678910>>...22