/PHP-8.2/ext/oci8/tests/ |
H A D | bug43492.phpt | 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 83 A B C D E F G H I J 84 A B C D E F G H I J [all …]
|
H A D | bug43492_2.phpt | 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 74 A B C D E F G H I J 75 A B C D E F G H I J [all …]
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | pack_float.phpt | 57 '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 D | sprintf_star.phpt | 12 printf("%.*G\n", 10, $f); 14 printf("%.*G\n", -1, $fx); 21 printf("%*G\n", 10, $f); 26 printf("%*.*G\n", 10, 3, $f); 42 printf("%.*G\n", "foo", 1.5); 48 printf("%.*G\n", -100, 1.5); 60 printf("%*G\n", -1, $f); 97 Precision -1 is only supported for %g, %G, %h and %H
|
H A D | printf_h_H.phpt | 13 printf("%g %G %h %H\n", $f, $f, $f, $f); 15 printf("%g %G %h %H\n", $f, $f, $f, $f);
|
/PHP-8.2/Zend/tests/zend_ini/ |
H A D | zend_ini_parse_quantity.phpt | 95 # "1G" 98 # "1G " 167 # "1 G" 170 # "1 G " 239 # "+1G" 242 # "+1G " 311 # "+1 G" 383 # "-1G" 386 # "-1G " 455 # "-1 G" [all …]
|
H A D | zend_ini_parse_quantity_zero.phpt | 14 '0G', 21 '-0G', 46 # "0G" 67 # "-0G"
|
/PHP-8.2/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller.phar | 6 …a.php �~G��жa.jpg �~G��жa.phps �~Gl�`…
|
H A D | frontcontroller2.phar | 6 va.php�G��жa.jpg�G��жa.phps�…
|
H A D | frontcontroller5.phar | 6 va.phpG��жa.jpgG��жa.phps…
|
H A D | frontcontroller13.phar | 4 � index.php/�L�G/���w�oof/test.php3�L�G3B�Z� 5 oof/hi.php�L�G|D)�<?php
|
/PHP-8.2/ext/phar/tests/files/ |
H A D | frontcontroller.phar | 6 …a.php �~G��жa.jpg �~G��жa.phps �~Gl�`…
|
H A D | frontcontroller2.phar | 6 va.php�G��жa.jpg�G��жa.phps�…
|
H A D | frontcontroller13.phar | 4 � index.php/�L�G/���w�oof/test.php3�L�G3B�Z� 5 oof/hi.php�L�G|D)�<?php
|
/PHP-8.2/tests/basic/ |
H A D | gh7896.phpt | 8 FÖÖ=GüИter传 18 string(11) "GüИter传" 19 string(11) "GüИter传" 20 string(11) "GüИter传"
|
/PHP-8.2/Zend/tests/ |
H A D | constant_expressions_classes.phpt | 19 …'G' => 'class G extends F { const XX = parent::XX." extended by G"; public static function get_me(… 34 printf("G::get_me() = %s\n", G::get_me()); 41 G::get_me() = got this is F extended by G
|
H A D | list_keyed_evaluation_order_nested.phpt | 11 $g = new StringCapable("G"); 21 "G" => "offset value for G", 72 G evaluated. 73 Offset G retrieved. 74 Offset H set to offset value for G.
|
/PHP-8.2/ext/reflection/tests/ |
H A D | ReflectionClass_getDocComment_001.phpt | 46 /** ** 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-8.2/Zend/tests/prop_const_expr/ |
H A D | enum_initializer.phpt | 15 enum G: string { 22 var_dump(G::H->value); 23 var_dump(G::I->value);
|
H A D | default_args.phpt | 23 test('D', 'E', 'F', 'G'); 34 string(1) "G"
|
/PHP-8.2/ext/standard/ |
H A D | md5.c | 224 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 225 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 227 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 228 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 229 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 231 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 232 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() 233 STEP(G, d, a, b, c, GET(14), 0xc33707d6, 9) in body() 234 STEP(G, c, d, a, b, GET(3), 0xf4d50d87, 14) in body() 235 STEP(G, b, c, d, a, GET(8), 0x455a14ed, 20) in body() [all …]
|
/PHP-8.2/tests/lang/ |
H A D | 011.phpt | 11 function G() 20 G();
|
/PHP-8.2/sapi/cli/tests/ |
H A D | upload_2G.phpt | 2 file upload greater than 2G 12 die("skip need more than 2.15G of free disk space for the uploaded file"); 32 die(sprintf("skip need +3G free RAM, but only %01.2f available", $free_ram)); 55 ["-d", "post_max_size=3G", "-d", "upload_max_filesize=3G"]);
|
/PHP-8.2/sapi/fpm/tests/ |
H A D | bug78323.phpt | 14 passthru("$php --memory-limit=1G 2>&1", $exitCode); 25 passthru("$php -dmemory-limit=1G -v", $exitCode);
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_http_input.phpt | 20 var_dump(mb_http_input('G')); 44 mb_http_input(): Argument #1 ($type) must be one of "G", "P", "C", "S", "I", or "L"
|