Home
last modified time | relevance | path

Searched refs:H (Results 76 – 100 of 363) sorted by last modified time

12345678910>>...15

/php-src/ext/mbstring/tests/data/
H A DCP1252.txt91 0x48 0x0048 #LATIN CAPITAL LETTER H
123 0x68 0x0068 #LATIN SMALL LETTER H
/php-src/ext/date/tests/
H A Dgh9699.phpt9 echo $date->diff($now)->format("%R %Y %M %D %H %I %S %F"), "\n";
H A Dgh9866.phpt18 echo $diff->format("%R %Y %M %D (%a) %H %I %S %F"), "\n";
H A Dgh9880.phpt15 echo $dateTime->diff($nowTime)->format('%R %a %H %I %S'), "\n";
H A Dbug40861.phpt9 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts));
14 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts));
19 $result = date("Y-m-d H:i:s", strtotime("-$offset minutes", $ts));
25 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts));
/php-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile4 R��0-as�Aꏾ�<�H���Ҵ�_d)Q����A����Kp���@< <J?�9a�V�9u8�9��Fp�ך�"��P<
13 ]��o�<xm�a'H��K�_��1_���A��G�M�@<��o�a��5�6!l4�
15 …`*�v����A�Σ�U�X��`<i����,J�?A�;�8�y����f��"�<,�����#����c`<����'g��H咮�<^��_i��Z�A�}��…
19 -k�)�����v]�<k{�i�9%������9>�]���H��`�@<=�4�ve#�O��r��}
46 …��V6r�jW燆P<�;� -/��������N��(O>0��k�q�h`<z=����)�J��Ω��0�a���p< "�H|���*���<2[,�% �\Ţ…
55 …�8�'�]l�9���g̗U�Y�R� <�v���6����O��dHc��\|�Βf��0<6q5:����-i�tY^��d���)H-��^΀<� �G�����U�U�A…
77 �k�_�< �mfq��KL��E�3���+��3ޓ��p<Hhx7l������?\i"�@�<��}՗iP<Ez5xs�A��S�(2 X��Re��Q��
81 …+����rU P�&̌(�ބ�<L��(~���߮~��"����*�}���C�1��@<d1�o4fe:+���߰F E�wp_ϡ�q H�<����Z)c�F9%����KI…
82 `O@<ӡ��i��*ӲH��F���6B���!�����<�����A���^m%�h���Kd��M¦�<���7���~�v�
89 h��T���>��<($0x�zE+R��¥�%��EN��� ��X�0<8Q�`lC}3�k����Z�� ���[O��ɝp<H=zx%�+T����ZZ64P� �6�J…
[all …]
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re196 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "…
265 case 'H': s->period->h = nr; break;
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetBytes_expansion.phpt16 0 => 'H',
/php-src/ext/standard/tests/time/
H A Didate.phpt21 H: 12
H A Dstrptime_basic.phpt24 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y'));
27 var_dump(strptime($str, '%H:%M:%S %m/%d/%y'));
H A Dstrptime_error.phpt17 $format = '%b %d %Y %H:%M:%S';
H A Dstrptime_parts.phpt22 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
31 $res = strptime($str, '%H:%M:%S %m/%d/%y');
/php-src/ext/standard/tests/strings/
H A Dstrpbrk_basic.phpt12 var_dump( strpbrk($text, 'H') );
H A Dstrrev_basic.phpt15 var_dump( strrev("H") );
16 var_dump( strrev('H') );
34 string(1) "H"
35 string(1) "H"
H A Dstripcslashes_basic.phpt7 var_dump(stripcslashes('\H\e\l\l\o \W\or\l\d'));
H A Dprintf_h_H.phpt2 sprintf() %h and %H specifiers
13 printf("%g %G %h %H\n", $f, $f, $f, $f);
15 printf("%g %G %h %H\n", $f, $f, $f, $f);
H A Dsprintf_star.phpt16 printf("%.*H\n", -1, $fx);
97 Precision -1 is only supported for %g, %G, %h and %H
H A Dhtml_entity_decode_koi8-r.phpt139 $d = unpack("H*", $res);
145 $res = unpack("H*", $res)[1];
H A Dhtml_entity_decode_macroman.phpt143 $d = unpack("H*", $res);
149 $res = unpack("H*", $res)[1];
H A Dhtml_entity_decode_win1251.phpt143 $d = unpack("H*", $res);
149 $res = unpack("H*", $res)[1];
H A Dhtml_entity_decode_win1252.phpt63 $d = unpack("H*", $res);
69 $res = unpack("H*", $res)[1];
H A Dhtmlentities17.phpt19 var_dump(htmlentities(pack('H*', $test[2]), ENT_QUOTES, 'UTF-8'));
H A Dpack.phpt21 print_r(unpack("H", pack("H", 0x04)));
H A Dhtml_entity_decode_cp866.phpt139 $d = unpack("H*", $res);
145 $res = unpack("H*", $res)[1];
H A Dhtml_entity_decode_iso8859-15.phpt107 $d = unpack("H*", $res);
113 $res = unpack("H*", $res)[1];

Completed in 51 milliseconds

12345678910>>...15