Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/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',
H A Darray_intersect_assoc_variation3.phpt29 The big brown fox jumped over;
/PHP-5.5/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
/PHP-5.5/Zend/tests/
H A Dzend_strtod.phpt2 zend_strtod() leaks on big doubles
/PHP-5.5/ext/phar/tests/
H A D007.phpt2 Phar::mapPhar manifest too big
/PHP-5.5/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-5.5/tests/security/
H A Dbug53226.phpt2 Bug #53226 (file_exists fails on big filenames)
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
/PHP-5.5/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
/PHP-5.5/ext/zip/tests/
H A Dbug51353.phpt15 /* Either we ship a file with 100000 entries which would be >12M big,
/PHP-5.5/ext/date/lib/
H A Dtimelib.m460 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt56 * Improve speed of CompareFile function (too slow on big files).
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c592 _zip_memmem(const unsigned char *big, int biglen, const unsigned char *little, in _zip_memmem() argument
599 p = big-1; in _zip_memmem()
601 memchr(p+1, little[0], (size_t)(big-(p+1)+biglen-littlelen+1))) in _zip_memmem()
/PHP-5.5/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-5.5/ext/soap/tests/bugs/
H A Dbug30045.phpt2 Bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)
/PHP-5.5/ext/mysqli/tests/
H A D009.phpt47 // 4.1 is faulty and will return big number for $c6
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt78 // However, you get an error and the big question is what happens to the line

Completed in 36 milliseconds

12