/PHP-8.2/ext/phar/tests/zip/ |
H A D | largezip.phpt | 16 $p['big'] = str_repeat(str_repeat('hi', 100), 1000); 21 var_dump(strlen($p2['big']->getContent()));
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | 008.phpt | 6 $a = array(1,"big"=>2,2,6,3,5,3,3,454,'some_string',3,3,3,3,3,3,3,3,17); 88 'big' => 2, 143 ["big"]=> 157 ["big"]=>
|
H A D | array_unshift_variation9.phpt | 26 The big brown fox jumped over; 163 The big brown fox jumped over; 179 The big brown fox jumped over;
|
H A D | 007.phpt | 5 $a = array(1,"big"=>2,3,6,3,5,3,3,3,3,3,3,3,3,3,3); 79 $a = array(1,"big"=>2,3,6,3,5,3,3,3,3,3,3,3,3,3,3); 126 'big' => 2, 172 ["big"]=>
|
H A D | array_pad_variation6.phpt | 24 The big brown fox jumped over; 302 The big brown fox jumped over; 332 The big brown fox jumped over;
|
/PHP-8.2/Zend/tests/ |
H A D | zend_strtod.phpt | 2 zend_strtod() leaks on big doubles
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | htmlspecialchars_decode_variation6.phpt | 13 "\tHello \$world ".chr(0)."\&!)The big brown fox jumped over the\t\f lazy dog\v\n", 37 string(65) " Hello $world %0\&!)The big brown fox jumped over the lazy dog
|
H A D | bug72100.phpt | 2 Test implode() function, problems with big numbers
|
/PHP-8.2/ext/phar/tests/ |
H A D | 007.phpt | 2 Phar::mapPhar manifest too big
|
/PHP-8.2/ext/standard/tests/image/ |
H A D | getimagesize_tif_mm.phpt | 2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
|
/PHP-8.2/tests/security/ |
H A D | bug53226.phpt | 2 Bug #53226 (file_exists fails on big filenames)
|
/PHP-8.2/ext/pdo_dblib/tests/ |
H A D | bug_73396.phpt | 15 // on 32-bit machines, they will come back as strings because zend_long isn't big enough
|
/PHP-8.2/ext/intl/tests/ |
H A D | resourcebundle.build | 2 // FIXME Add handling for big endian archs
|
/PHP-8.2/ext/standard/tests/filters/ |
H A D | gh13264.phpt | 7 // Prepare a big enough input so that it is not entirely buffered
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_decode_numericentity.phpt | 44 echo "4: " . mb_decode_numericentity('�', $convmap), "\n"; // Entity is too big 45 echo "5: " . mb_decode_numericentity('�', $convmap), "\n"; // Entity is too big 121 test("Starting entity immediately after too-big decimal entity", "�A", "�… 155 // Try huge entities, big enough to fill an entire buffer 209 Starting entity immediately after too-big decimal entity: string(17) "�A" => string(…
|
H A D | utf8_error_handling.phpt | 17 * Thanks to Martin Auswöger for pointing this out... and another big
|
/PHP-8.2/ext/oci8/tests/ |
H A D | coll_016.phpt | 2 collections and negative/too big element indexes
|
H A D | coll_016_func.phpt | 2 collections and negative/too big element indexes
|
/PHP-8.2/ext/ffi/tests/ |
H A D | bug80847.phpt | 8 …s' && ((1 << 31) > 0)) die('xfail libffi doesn\'t properly support passing big structures by value…
|
/PHP-8.2/ext/zip/tests/ |
H A D | bug51353.phpt | 16 /* Either we ship a file with 100000 entries which would be >12M big,
|
/PHP-8.2/ext/tidy/tests/ |
H A D | parsing_file_too_large.phpt | 9 if (getenv("SKIP_ASAN")) die("skip too big for asan");
|
/PHP-8.2/ext/zlib/tests/ |
H A D | gzcompress_basic1.phpt | 24 // Compressing a big string
|
H A D | gzdeflate_basic1.phpt | 24 // Compressing a big string
|
H A D | gzencode_basic1.phpt | 24 // Compressing a big string
|
/PHP-8.2/ext/openssl/tests/ |
H A D | openssl_cms_sign_basic.phpt | 24 print "size failure, not big enough.";
|