Home
last modified time | relevance | path

Searched refs:big (Results 1 – 25 of 47) sorted by relevance

12

/PHP-7.0/ext/phar/tests/zip/
H A Dlargezip.phpt16 $p['big'] = str_repeat(str_repeat('hi', 100), 1000);
21 var_dump(strlen($p2['big']->getContent()));
/PHP-7.0/ext/standard/tests/array/
H A D008.phpt6 $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 Darray_unshift_variation9.phpt31 The big brown fox jumped over;
168 The big brown fox jumped over;
184 The big brown fox jumped over;
H A D007.phpt5 $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 Darray_pad_variation6.phpt29 The big brown fox jumped over;
307 The big brown fox jumped over;
337 The big brown fox jumped over;
H A Darray_rand_variation4.phpt21 /*1*/ array(1 => 'one', 2 => 2, 1234567890 => 'big', -1 => 'negative key',
/PHP-7.0/Zend/tests/
H A Dzend_strtod.phpt2 zend_strtod() leaks on big doubles
/PHP-7.0/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation6.phpt18 "\tHello \$world ".chr(0)."\&!)The big brown fox jumped over the\t\f lazy dog\v\n",
42 string(65) " Hello $world �\&!)The big brown fox jumped over the lazy dog
H A Dbug72100.phpt2 Test implode() function, problems with big numbers
/PHP-7.0/ext/phar/tests/
H A D007.phpt2 Phar::mapPhar manifest too big
/PHP-7.0/main/
H A Dmergesort.c109 int big, iflag; in php_mergesort() local
135 i = big = 0; in php_mergesort()
156 if (!big) { /* here i = 0 */ in php_mergesort()
159 big = 1; in php_mergesort()
174 big = 0; in php_mergesort()
/PHP-7.0/tests/security/
H A Dbug53226.phpt2 Bug #53226 (file_exists fails on big filenames)
/PHP-7.0/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
/PHP-7.0/ext/oci8/tests/
H A Dcoll_016.phpt2 collections and negative/too big element indexes
H A Dcoll_016_func.phpt2 collections and negative/too big element indexes
H A Dimp_res_get_3.phpt43 …for i in 1..30 loop -- if this value is too big for Oracle's open_cursors, calling imp_res_get_3_…
/PHP-7.0/ext/zip/tests/
H A Dbug51353.phpt15 /* Either we ship a file with 100000 entries which would be >12M big,
/PHP-7.0/ext/date/lib/
H A Dtimelib.m460 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-7.0/ext/zlib/tests/
H A Dgzcompress_basic1.phpt32 // Compressing a big string
H A Dgzdeflate_basic1.phpt32 // Compressing a big string
H A Dgzencode_basic1.phpt32 // Compressing a big string
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug30045.phpt2 Bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)
/PHP-7.0/ext/mysqli/tests/
H A D009.phpt47 // 4.1 is faulty and will return big number for $c6
/PHP-7.0/ext/zip/lib/
H A Dzip_open.c649 _zip_memmem(const unsigned char *big, size_t biglen, const unsigned char *little, size_t littlelen) in _zip_memmem() argument
655 p = big-1; in _zip_memmem()
657 memchr(p+1, little[0], (size_t)(big-(p+1))+(size_t)(biglen-littlelen)+1)) != NULL) { in _zip_memmem()
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt89 // However, you get an error and the big question is what happens to the line

Completed in 37 milliseconds

12