Home
last modified time | relevance | path

Searched refs:F (Results 51 – 75 of 270) sorted by relevance

1234567891011

/php-src/ext/standard/tests/strings/
H A Dvprintf_variation19_64bit.phpt15 "% F % F % F",
H A Dhtmlentities_html5.phpt129 / U+0002F
135 ? U+0003F
284 į U+0012F
447 Џ U+0040F
463 П U+0041F
479 Я U+0042F
495 п U+0043F
511 я U+0044F
525 џ U+0045F
538 ‏ U+0200F
[all …]
H A Dvprintf_variation5.phpt16 "%+f %-f %F",
18 "%10.4f %-10.4F %04f %04.4f",
/php-src/sapi/cli/tests/
H A D010.phpt2 executing a file with -F
34 var_dump(`cat $filename_txt_escaped | $php -n -F $filename_escaped`);
/php-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile12 ـ�M���,ˬ3aѾLb�< 5]B� p���:Յ��0(ʵ5L�9�<ey�=�)��y@z8F�X '��8
35 ��h�y�<F\��pQ��l1ӠiI|.Su��x<���Z���<2"]�}�'��:���M��@o6+nr �J�Rs�<���~� a�_#z�B�� $�l�
81 ��X�r�� ��A����<ـ:�y(��K)+����rU P�&̌(�ބ�<L��(~���߮~��"����*�}���C�1��@<d1�o4fe:+���߰F E�wp_…
82 `O@<ӡ��i��*ӲH��F���6B���!�����<�����A���^m%�h���Kd��M¦�<���7���~�v�
87 &: <0Q�e��c������� ~��m��!4�P<:$a�0[���"��F���P��I>�)�h<=�*��g�+b���e~]�7kK�eP���`<?~$X…
89 …�EN��� ��X�0<8Q�`lC}3�k����Z�� ���[O��ɝp<H=zx%�+T����ZZ64P� �6�J2��<4F#`x��U��D_�2r��4…
97 ��U)�� /��@D���<TS�Y�������j0Q�\���NP��Z����<F[!*�����\�~EEJ9 �`17ĉ�}N�<H@oX~���aY�]�Y#<h�…
99 …�����m��ڃj����89p<�9���A�"Y?Cg�f:а���n����<?xgYȵ��'&`�Y����o�ڈ��4F���~�<FZo!�o�6�2�ϩJy�…
/php-src/ext/reflection/tests/
H A DReflectionClass_getDocComment_001.phpt44 class F extends C implements I {} {}
49 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
87 ---> Doc comment for class F:
/php-src/ext/sqlite3/tests/
H A Dsqlite3_15_open_error-win.phpt19 $cmd = $icacls . ' ' . $unreadable . ' /inheritance:r /deny ' . $user . ':(F,M,R,RX,W)';
29 $cmd = $icacls . ' ' . $unreadable . ' /grant ' . $user . ':(F,M,R,RX,W)';
/php-src/Zend/tests/prop_const_expr/
H A Dbasic_nullsafe.phpt27 const F = (null)?->{new Printer};
28 var_dump(F);
/php-src/ext/mbstring/tests/data/
H A DGB18030-2022MappingTableBMP.txt16 000F 0F
32 001F 1F
48 002F 2F
64 003F 3F
80 004F 4F
96 005F 5F
112 006F 6F
128 007F 7F
144 008F 81308235
928 039F A6AF
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c182 #define Feptr F->eptr
191 #define Fop F->op
236 Q <= F; in display_frames()
646 F = match_data->heapframes; in match()
754 F = N; in match()
839 assert_accept_frame = F; in match()
870 F = P; in match()
5830 #define Lmin F->temp_32[0] in match()
5831 #define Lmax F->temp_32[1] in match()
5832 #define Leptr F->temp_sptr[0] in match()
[all …]
/php-src/ext/iconv/tests/
H A Dbug78069.data34 ect: =?o-8859-1?q?<3F3F=3F?=�
/php-src/ext/standard/tests/file/
H A Dfscanf_variation24.phpt144 string(1) "F"
219 string(1) "F"
294 string(1) "F"
369 string(1) "F"
438 string(1) "F"
513 string(1) "F"
603 string(1) "F"
672 string(1) "F"
/php-src/ext/standard/tests/streams/
H A Dbug79984.phpt6 class F extends php_user_filter
40 stream_filter_register('f', 'F');
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c768 const MYSQL_FIELD *F; in pdo_mysql_stmt_col_meta() local
785 F = S->fields + colno; in pdo_mysql_stmt_col_meta()
787 if (F->def) { in pdo_mysql_stmt_col_meta()
790 if (IS_NOT_NULL(F->flags)) { in pdo_mysql_stmt_col_meta()
793 if (IS_PRI_KEY(F->flags)) { in pdo_mysql_stmt_col_meta()
796 if (F->flags & MULTIPLE_KEY_FLAG) { in pdo_mysql_stmt_col_meta()
799 if (F->flags & UNIQUE_KEY_FLAG) { in pdo_mysql_stmt_col_meta()
802 if (IS_BLOB(F->flags)) { in pdo_mysql_stmt_col_meta()
805 str = type_to_name_native(F->type); in pdo_mysql_stmt_col_meta()
811 switch (F->type) { in pdo_mysql_stmt_col_meta()
[all …]
/php-src/ext/standard/tests/math/
H A Dnumber_format_with_3_args.phpt8 var_dump(number_format($number, 2, 'F'));
H A Dnumber_format_with_null_args.phpt9 var_dump(number_format($number, 2, 'F', null));
/php-src/ext/standard/tests/url/
H A Dbug53248.phpt7 var_dump(rawurldecode('%41%31%5F%2D%2E%7E'));
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt15 '/[a-zA-Z]/F',
55 Warning: preg_replace_callback(): Unknown modifier 'F' in %s on line %d
H A Dpreg_replace_error1.phpt15 '/[a-zA-Z]/F',
46 Warning: preg_replace(): Unknown modifier 'F' in %spreg_replace_error1.php on line %d
H A Dpreg_grep_error1.phpt15 '/[a-zA-Z]/F',
49 Warning: preg_grep(): Unknown modifier 'F' in %spreg_grep_error1.php on line %d
/php-src/Zend/tests/enum/
H A Dkeyword-whitespace.phpt11 F {}
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite15.phar8 6���������������������test.txt���K��H������E�������<?php __HALT_COMPILER();*��I_B�.�֩�.F�"�…
/php-src/ext/intl/tests/
H A Dbug62070_3.phpt17 82%40%40F%01%09%01%DC%08
/php-src/ext/date/tests/
H A Dbug33532.phpt22 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
31 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
H A Dbug66019.phpt7 echo $dateObject->format( 'j F Y H:i' );

Completed in 96 milliseconds

1234567891011