Home
last modified time | relevance | path

Searched refs:o (Results 451 – 473 of 473) sorted by last modified time

1...<<111213141516171819

/PHP-5.5/ext/standard/tests/strings/
H A Dquoted_printable_encode_002.phpt20 $o = new Foo;
21 var_dump(quoted_printable_encode($o));
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini1626 [Mozilla/4.0 (compatible; MSIE 4.01; Vonna.com b o t)]
/PHP-5.5/ext/standard/tests/file/
H A Dchmod_basic-win32.phpt23 printf("Setting mode %o gives mode %o\n", $perms_to_set, $set_perms);
H A Dchmod_basic.phpt24 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
/PHP-5.5/ext/standard/tests/array/
H A Dbug24220.phpt46 string(1) "o"
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_var_dump.phpt5 $o = new SplObjectStorage();
7 $o[new StdClass] = $o;
9 var_dump($o);
H A Darray_027.phpt7 $o = new AO();
8 $o['plop'] = $o;
10 var_dump($o);
/PHP-5.5/ext/simplexml/tests/
H A Dbug67116.phpt2 Bug #67116 (Inconsistent parsing of Nodes w/o linefeed)
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite18.phar8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();��$oʧϠ�P�@���� �…
/PHP-5.5/ext/phar/tests/
H A Dbug69324.phar1 …������hio�������b�����D�����q�������s:71:"hi there";���c�����D���o߹���#���a:2:{i:0;s:…
/PHP-5.5/ext/pcre/tests/
H A D005.phpt54 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
56 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
58 ext/ming/ming.o(.text+0xc115): In function `zim_swfmovie_namedAnchor':
62 ext/ming/ming.o(.text+0x851): In function `zif_ming_setSWFCompression':
410 [0] => ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
412 [1] => ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
414 [2] => ext/mysql/libmysql/my_tempnam.o
425 [0] => ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
429 [2] => ext/mysql/libmysql/my_tempnam.o
446 [2] => ext/ming/ming.o
[all …]
H A D007.phpt32 string(1) "o"
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt60 try_control_string($link, 't:,,:o,' . $trace_file, $trace_file, 10);
62 try_control_string($link, 't:o,' . $trace_file . ':abc', $trace_file, 30);
63 try_control_string($link, 't:o,' . $trace_file . ':ABC,123:b', $trace_file, 40);
64 try_control_string($link, 't:ABC,123:b;:o,' . $trace_file, $trace_file, 50);
65 try_control_string($link, 't:A;BC,123:b;:o,' . $trace_file, $trace_file, 60);
66 try_control_string($link, 't:p:o,' . $trace_file, $trace_file, 70);
67 try_control_string($link, 't:p,1,,2:o,' . $trace_file, $trace_file, 80);
68 try_control_string($link, 't:z,1,,2:o,' . $trace_file, $trace_file, 90);#
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt9 $str = " o";
H A Duconverter_bug66873.phpt7 $o = new UConverter(1, 1);
8 $o->toUCallback(1, 1, 1, $b);
9 var_dump($o->getErrorCode());
/PHP-5.5/ext/filter/tests/
H A D047.phpt21 $s = sprintf("%o", PHP_INT_MAX);
27 $s = sprintf("%o", ~0);
/PHP-5.5/ext/date/tests/
H A Dbug33452.phpt7 echo date('o-W', strtotime('2005-1-1')), "\n";
H A Dbug33957.phpt24 echo sprintf("%04d ", date("o", strtotime("$year-12-$i")));
32 echo sprintf("%04d ", date("o", strtotime("$year-1-$i")));
H A Dbug34304.phpt6 echo date('o\-\WW\-N', strtotime('2 January 2005')), "\n";
7 echo date('o\-\WW\-N', strtotime('9 January 2005')), "\n";
/PHP-5.5/Zend/tests/traits/
H A Dinterface_003.phpt19 var_dump($o = serialize(new bar));
20 var_dump(unserialize($o));
/PHP-5.5/Zend/tests/
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
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 Dbug36006.phpt25 $o = new Dad;
26 unset($o);

Completed in 196 milliseconds

1...<<111213141516171819