Home
last modified time | relevance | path

Searched refs:o (Results 151 – 175 of 529) sorted by relevance

12345678910>>...22

/php-src/Zend/tests/
H A Doverloaded_func_001.phpt7 $o = new _ZendTestChildClass();
8 var_dump($o->test());
H A Dfirst_class_callable_dynamic.phpt40 $o = new stdClass;
41 $o->prop = A::b(...);
42 ($o->prop)(7);
H A Dgh11152.phpt12 function test(StringAlias\C $o) {
13 var_dump($o::class);
/php-src/ext/mbstring/tests/
H A Dmb_encode_numericentity.phpt18 echo "4: " . mb_encode_numericentity('föo', $convmap, "UTF-8") . "\n";
29 echo "7: " . mb_encode_numericentity('föo', $convmap, "UTF-8") . "\n";
30 echo "7 (hex): " . mb_encode_numericentity('föo', $convmap, "UTF-8", true) . "\n";
44 echo "10: " . mb_encode_numericentity('föo', $convmap, "UTF-8") . "\n";
45 echo "10 (hex): " . mb_encode_numericentity('föo', $convmap, "UTF-8", true) . "\n";
63 4: föo
66 7: föo
67 7 (hex): föo
/php-src/ext/standard/tests/general_functions/
H A Dbug70947.phpt5 $o = parse_ini_string('foo = bar 123', FALSE, INI_SCANNER_TYPED);
6 var_dump($o);
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c243 #define ttype(o)((o)->tt) argument
246 #define nvalue(o)check_exp(ttisnumber(o),(o)->value.n) argument
253 #define bvalue(o)check_exp(ttisboolean(o),(o)->value.b) argument
255 #define l_isfalse(o)(ttisnil(o)||(ttisboolean(o)&&bvalue(o)==0)) argument
344 #define iscfunction(o)(ttype(o)==6&&clvalue(o)->c.isC) argument
505 #define gco2h(o)check_exp((o)->gch.tt==5,&((o)->h)) argument
508 #define ngcotouv(o)check_exp((o)==NULL||(o)->gch.tt==(8+2),&((o)->uv)) argument
597 #define tonumber(o,n)(ttype(o)==3||(((o)=luaV_tonumber(o,n))!=NULL)) argument
1315 o=o->gch.next){
1903 for(o=l->stack;o<l->top;o++)
[all …]
/php-src/ext/ldap/tests/
H A Dldap_get_attributes_basic.phpt16 $result = ldap_search($link, "$base", "(o=test)");
42 ["o"]=>
50 string(1) "o"
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_2.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
51 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X33
52 string(%d) "�e�X�g�}���`�o�C�g�E�p�X33"
54 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X33"
H A Dtest_cp932_3.phpt27 $item = "�e�X�g�}���`�o�C�g�E�p�X77"; // cp932 string
40 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X77"
43 �e�X�g�}���`�o�C�g�E�p�X77
/php-src/ext/opcache/tests/jit/
H A Dundef_to_typed_ref.phpt44 $o = new stdClass;
45 $o->p =& $test->x;
46 var_dump($o->p = $v);
52 $o = new stdClass;
53 $o->p =& $test->x;
54 $o->p = $v;
/php-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile11 n��<x!�{d�!��G�uz@�ZT��c�u�@.p<�y{�����{���d֛*a$��|$o��H �<,��~kT��ܩZ ݍ�\�cBP�B:�<6B…
13 ]��o�<xm�a'H��K�_��1_���A��G�M�@<��o�a��5�6!l4�
20 .o�>XE�D��<hI�h{i��瑕��zR� Q�x��]�k�zp<(=����'��F�=���hϪ�3K���w�M <j_���OՔ,���D�@�����(��…
23 …C!�����` ���<�?�� @Z�8�r���׹�Z{��B�"��<'W�}�-��W ���P^�TZcA���3�<o��l-"������j��Ʈ����i…
42 …z���d�`�x"�B��Sd�L�r>Z���<!1�%�rmD��`"��T<�ť6�BYq�[mЀ<'i�pr.ff��Q�`��攙o 6�%=����<8p8���A…
50 …*�i�xy��j���n\�9���<��~���K��{*h�ɑfƛ��(0<"<�C�@��K*m�V=�{�� �o��#R>��<<P�W����*6…
65 ����ĩ����/���a6[o�<(醿y��<��Wp�|��)�6�1š �Lp<ϡ�����B%��� �W,���Wi��k��<�9�����(�, Y��Sʶ�n…
93 ��gP<Lk��A��IG�B���+d�k����$�`<�_��x���41�J� c[%$��1Q)� �<�؅3�9@`�t;���Ų`��o�(�P�!�<D…
96 d�!���<�@�Q��.�O�$����kT��<�v��o����5�a+��c^�T����Yj4u�<y�O�a�ӫ��CT(Pu����#�`��<)Z���!�…
99 …��m��ڃj����89p<�9���A�"Y?Cg�f:а���n����<?xgYȵ��'&`�Y����o�ڈ��4F���~�<FZo!�o�6�2�ϩJy�-�…
/php-src/ext/spl/tests/
H A Dgh10011.phpt11 $o = new TrampolineTest();
12 $callback1 = [$o, 'trampoline1'];
13 $callback2 = [$o, 'trampoline2'];
H A Dheap_005.phpt14 foreach ($h as $k => $o) {
15 echo "$k => $o\n";
H A Dheap_006.phpt14 foreach ($h as $k => $o) {
15 echo "$k => $o\n";
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_104.phpt6 $o = new class {
9 $x = & $o->a;
/php-src/ext/standard/tests/http/http_build_query/
H A Dhttp_build_query_object_basic.phpt11 $o = new KeyVal();
14 var_dump(http_build_query($o));
H A Dhttp_build_query_object_key_val_stringable.phpt15 $o = new KeyValStringable();
17 var_dump(http_build_query($o));
/php-src/ext/intl/tests/
H A Ddateformat_get_set_timezone_variant3.phpt46 sábado, 31 de Dezembro de 2011 às 23:00:00 Hor%s Padrão %Sdos Açores
50 domingo, 1 de Janeiro de 2012 às 01:00:00 Hor%s Padrão %Sda Europa Central
54 domingo, 1 de Janeiro de 2012 às 01:00:00 Hor%s Padrão %Sda Europa Central
58 domingo, 1 de Janeiro de 2012 às 01:00:00 Hor%s Padrão %Sda Europa Central
H A Ddateformat_get_set_timezone_variant5.phpt45 sábado, 31 de dezembro de 2011 às 23:00:00 Hor%s padrão %Sdos Açores
49 domingo, 1 de janeiro de 2012 às 01:00:00 Hor%s padrão %Sda Europa Central
53 domingo, 1 de janeiro de 2012 às 01:00:00 Hor%s padrão %Sda Europa Central
57 domingo, 1 de janeiro de 2012 às 01:00:00 Hor%s padrão %Sda Europa Central
/php-src/ext/date/tests/
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-src/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h44 #define mysql_data_seek(r,o) mysqlnd_data_seek((r),(o)) argument
51 #define mysql_fetch_field_direct(r,o) mysqlnd_fetch_field_direct((r), (o)) argument
56 #define mysql_field_seek(r,o) mysqlnd_field_seek((r), (o)) argument
74 #define mysql_set_server_option(r,o) mysqlnd_set_server_option((r), (o)) argument
/php-src/Zend/tests/traits/
H A Dinheritance002.phpt23 $o = new MyHelloWorld();
24 $o->sayHello();
H A Dlanguage003.phpt25 $o = new MyHelloWorld();
26 $o->saySomething();
/php-src/ext/reflection/tests/
H A D003.phpt22 $o = new Bar;
25 $r->invoke($o);
/php-src/tests/classes/
H A Dtostring_003.phpt22 $o = new Test;
23 $o = NULL;

Completed in 79 milliseconds

12345678910>>...22