Home
last modified time | relevance | path

Searched refs:G (Results 1 – 25 of 114) sorted by relevance

12345

/PHP-5.6/ext/oci8/tests/
H A Dbug43492.phpt73 A B C D E F G H I J
74 A B C D E F G H I J
75 A B C D E F G H I J
76 A B C D E F G H I J
77 A B C D E F G H I J
78 A B C D E F G H I J
79 A B C D E F G H I J
80 A B C D E F G H I J
81 A B C D E F G H I J
82 A B C D E F G H I J
[all …]
H A Dbug43492_2.phpt64 A B C D E F G H I J
65 A B C D E F G H I J
66 A B C D E F G H I J
67 A B C D E F G H I J
68 A B C D E F G H I J
69 A B C D E F G H I J
70 A B C D E F G H I J
71 A B C D E F G H I J
72 A B C D E F G H I J
73 A B C D E F G H I J
[all …]
/PHP-5.6/ext/phar/tests/files/
H A Dfrontcontroller.phar6 …������������a.php��� �~G�����ж���������a.jpg��� �~G�����ж���������a.phps��� �~G���l�`…
H A Dfrontcontroller2.phar6 v���������������������a.php����G�����ж���������a.jpg����G�����ж���������a.phps����…
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
5 ���oof/hi.php����L�G���|D)�������<?php
H A Dsha256.phar2 0���������������������hi���UIG����*�ض������hi��uR�G�^~���c]��{���@�;�����GBMB
H A Dfrontcontroller18.phar15 �J1`�=ؾ�r�G M�@�g���GBMB
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dfrontcontroller.phar6 …������������a.php��� �~G�����ж���������a.jpg��� �~G�����ж���������a.phps��� �~G���l�`…
H A Dfrontcontroller2.phar6 v���������������������a.php����G�����ж���������a.jpg����G�����ж���������a.phps����…
H A Dfrontcontroller5.phar6 v���������������������a.php���G�����ж���������a.jpg���G�����ж���������a.phps���…
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
5 ���oof/hi.php����L�G���|D)�������<?php
H A Dsha256.phar2 0���������������������hi���UIG����*�ض������hi��uR�G�^~���c]��{���@�;�����GBMB
H A Dfrontcontroller18.phar15 �J1`�=ؾ�r�G M�@�g���GBMB
/PHP-5.6/Zend/tests/
H A Dconstant_expressions_classes.phpt21 …'G' => 'class G extends F { const XX = parent::XX." extended by G"; public static function get_me(…
36 printf("G::get_me() = %s\n", G::get_me());
43 G::get_me() = got this is F extended by G
/PHP-5.6/ext/reflection/tests/
H A DReflectionClass_getDocComment_001.phpt47 /** ** Doc comment for G */
48 final class G extends C implements I {} {}
50 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
94 ---> Doc comment for class G:
95 string(27) "/** ** Doc comment for G */"
/PHP-5.6/ext/standard/
H A Dmd5.c225 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
226 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
228 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body()
229 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
230 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body()
232 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body()
233 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
234 STEP(G, d, a, b, c, GET(14), 0xc33707d6, 9) in body()
235 STEP(G, c, d, a, b, GET(3), 0xf4d50d87, 14) in body()
236 STEP(G, b, c, d, a, GET(8), 0x455a14ed, 20) in body()
[all …]
/PHP-5.6/tests/lang/
H A D011.phpt11 function G()
20 G();
/PHP-5.6/sapi/cli/tests/
H A Dupload_2G.phpt2 file upload greater than 2G
22 die("skip need +3G free RAM");
37 "-d post_max_size=3G -d upload_max_filesize=3G");
/PHP-5.6/ext/standard/tests/strings/
H A Dprintf.phpt174 …rray("%g", "%.0g", "%+g", "%-g", "%-1.2g", "%+1.2g", "%G", "%.0G", "%+G", "%-G", "%-1.2G", "%+1.2G
632 [6] => %G
633 [7] => %.0G
634 [8] => %+G
635 [9] => %-G
636 [10] => %-1.2G
637 [11] => %+1.2G
H A Dprintf_64bit.phpt174 …rray("%g", "%.0g", "%+g", "%-g", "%-1.2g", "%+1.2g", "%G", "%.0G", "%+G", "%-G", "%-1.2G", "%+1.2G
632 [6] => %G
633 [7] => %.0G
634 [8] => %+G
635 [9] => %-G
636 [10] => %-1.2G
637 [11] => %+1.2G
H A Dunpack_error.phpt22 var_dump(unpack("G", pack("I", 65534)));
40 Warning: unpack(): Invalid format type G in %s on line %d
/PHP-5.6/ext/standard/tests/array/
H A Darray_flip.phpt12 0 => "G",
31 ["G"]=>
/PHP-5.6/ext/standard/tests/general_functions/
H A D008.phpt7 // this checks f,g,G conversion for snprintf/spprintf
/PHP-5.6/ext/standard/tests/time/
H A Didate.phpt21 G: 12
/PHP-5.6/ext/hash/tests/
H A Dfnv1a32.phpt42 array( 'G@F^60g', 'a0044fc5' ),
50 array( '9G#|tl\'6s', '7301283c' ),
160 array( '$oxoMs(zLvY=*/nd,8UN`4ClJlTY>G"', '80b38386' ),
167 array( 'i)a\\~g]Aa%9{qu[G\\J}b.Q JBY.m"c`k', '195cad65' ),
172 array( '@G\'{jp&eLmoBEY\\Jq_6Q,B:hT#pLy:p;a', '03b92168' ),
187 array( 'gBF\\5/_F9)?G!;Un=\'S{A>[)Y!LV>/#\'QIcg', 'ba719e14' ),
193 array( 'IK=B29G"G(SKIv)?hc}gC,hga7zbQ~4zKR>]k', '4b7036db' ),
203 array( '<&O]=~v9j?lRSAi}>e%w1X}lN0\\-`G=}Mm[klS&', '925e90a6' ),
211 array( '*G C3L$BqbRf ;UO]d=Z+ %GMU-=CF2Mn3q#`vFRY', '627567d3' ),
212 array( 'y:Z6o*sUHO`HT)u*74N]G|MZnQ;exn@r*z*z&}QNN', 'b1579567' ),
[all …]

Completed in 65 milliseconds

12345