Home
last modified time | relevance | path

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

1234

/PHP-7.3/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-7.3/ext/standard/tests/strings/
H A Dpack_float.phpt57 'pack G',
58 bin2hex(pack("G", "")),
59 bin2hex(pack("G", "a")),
60 bin2hex(pack("G", " ")),
62 bin2hex(pack("G", 0)),
63 bin2hex(pack("G", 1)),
64 bin2hex(pack("G", 1.0)),
68 bin2hex(pack("G", -1)),
104 'unpack G',
165 string(6) "pack G"
[all …]
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
/PHP-7.3/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
/PHP-7.3/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
/PHP-7.3/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
H A Dlist_keyed_evaluation_order_nested.phpt11 $g = new Stringable("G");
21 "G" => "offset value for G",
72 G evaluated.
73 Offset G retrieved.
74 Offset H set to offset value for G.
/PHP-7.3/ext/reflection/tests/
H A DReflectionClass_getDocComment_001.phpt46 /** ** Doc comment for G */
47 final class G extends C implements I {} {}
49 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
91 ---> Doc comment for class G:
92 string(27) "/** ** Doc comment for G */"
/PHP-7.3/tests/lang/
H A D011.phpt11 function G()
20 G();
/PHP-7.3/ext/standard/
H A Dmd5.c227 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
228 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
230 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body()
231 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
232 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body()
234 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body()
235 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
236 STEP(G, d, a, b, c, GET(14), 0xc33707d6, 9) in body()
237 STEP(G, c, d, a, b, GET(3), 0xf4d50d87, 14) in body()
238 STEP(G, b, c, d, a, GET(8), 0x455a14ed, 20) in body()
[all …]
/PHP-7.3/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-7.3/sapi/fpm/tests/
H A Dbug78323.phpt14 passthru("$php --memory-limit=1G 2>&1", $exitCode);
25 passthru("$php -dmemory-limit=1G -v", $exitCode);
/PHP-7.3/ext/standard/tests/array/
H A Darray_flip.phpt12 0 => "G",
31 ["G"]=>
/PHP-7.3/sapi/cgi/tests/
H A Dbug78323.phpt14 passthru("$php --memory-limit=1G 2>&1", $exitCode);
26 passthru("$php -dmemory-limit=1G -v", $exitCode);
/PHP-7.3/ext/standard/tests/general_functions/
H A D008.phpt7 // this checks f,g,G conversion for snprintf/spprintf
/PHP-7.3/ext/standard/tests/time/
H A Didate.phpt21 G: 12

Completed in 38 milliseconds

1234