├── sapi ├── cgi │ ├── php.sym │ ├── php-cgi.1.in │ └── CREDITS ├── phpdbg │ ├── tests │ │ ├── empty.inc │ │ ├── include.inc │ │ └── bug73615 │ │ │ └── .phpdbginit │ └── CREDITS ├── apache2handler │ ├── php.sym │ └── CREDITS ├── fuzzer │ └── corpus │ │ ├── json │ │ ├── fail16.json │ │ ├── fail29.json │ │ ├── fail30.json │ │ ├── fail31.json │ │ ├── 8.json │ │ ├── fail33.json │ │ ├── 11.json │ │ ├── 9.json │ │ ├── fail2.json │ │ ├── fail24.json │ │ ├── fail27.json │ │ ├── fail4.json │ │ ├── fail8.json │ │ ├── 1.json │ │ ├── 10.json │ │ ├── 7.json │ │ ├── fail19.json │ │ ├── fail20.json │ │ ├── fail23.json │ │ ├── fail28.json │ │ ├── fail5.json │ │ ├── fail9.json │ │ ├── 14.json │ │ ├── 16.json │ │ ├── 6.json │ │ ├── fail6.json │ │ ├── fail7.json │ │ ├── 13.json │ │ ├── fail11.json │ │ ├── fail12.json │ │ ├── fail14.json │ │ ├── fail21.json │ │ ├── fail22.json │ │ ├── fail25.json │ │ ├── 3.json │ │ ├── fail15.json │ │ ├── fail17.json │ │ ├── fail26.json │ │ ├── fail3.json │ │ ├── 2.json │ │ ├── fail13.json │ │ ├── fail32.json │ │ ├── fail18.json │ │ ├── pass2.json │ │ ├── 12.json │ │ ├── fail10.json │ │ ├── fail1.json │ │ ├── 4.json │ │ ├── 18.json │ │ ├── 15.json │ │ └── 5.json │ │ ├── unserialize │ │ ├── bug73825 │ │ ├── bug74111 │ │ ├── bug7131 │ │ ├── int_min_iv │ │ ├── __serialize_007 │ │ ├── oss_fuzz_27876 │ │ ├── bug73144_2 │ │ ├── bug74101 │ │ ├── splobjectstorage_negative_count │ │ ├── bug73144_1 │ │ └── leak_17646 │ │ └── exif │ │ ├── test1.jpg │ │ ├── test2.jpg │ │ ├── test3.jpg │ │ ├── test4.jpg │ │ ├── test5.jpg │ │ ├── test6.jpg │ │ ├── test22.jpg │ │ ├── bug34704.jpg │ │ ├── bug34704_2.jpg │ │ ├── bug48378.jpeg │ │ ├── bug68113.jpg │ │ ├── bug68113_2.jpg │ │ ├── bug68799.jpg │ │ ├── bug72094_1.jpg │ │ ├── bug72094_2.jpg │ │ ├── bug72094_3.jpg │ │ ├── bug72094_4.jpg │ │ ├── bug72603.jpeg │ │ ├── bug72618.jpg │ │ ├── bug72627.tiff │ │ ├── bug73737.tiff │ │ ├── bug76130_1.jpg │ │ ├── bug76130_2.jpg │ │ ├── bug76423.jpg │ │ ├── bug76557.jpg │ │ ├── bug77540.jpg │ │ ├── bug77563.jpg │ │ ├── bug77753.tiff │ │ ├── bug77831.tiff │ │ ├── bug77950.tiff │ │ ├── bug77988.jpg │ │ ├── image007.jpg │ │ ├── image008.jpg │ │ ├── image009.jpg │ │ ├── image010.jpg │ │ ├── image011.jpg │ │ ├── image012.jpg │ │ ├── image013.jpg │ │ ├── image014.jpg │ │ ├── image015.jpg │ │ ├── image016.tiff │ │ ├── image017.tiff │ │ ├── image018.tiff │ │ ├── image020.tiff │ │ ├── image021.tiff │ │ ├── image022.tiff │ │ ├── image023.tiff │ │ ├── image024.jpg │ │ ├── image025.jpg │ │ ├── image026.tiff │ │ ├── image027.tiff │ │ ├── bug54002_1.jpeg │ │ └── bug54002_2.jpeg ├── embed │ └── CREDITS ├── litespeed │ └── CREDITS ├── cli │ ├── cli_win32.c │ ├── tests │ │ ├── bug67741_stub.inc │ │ ├── bug77561.inc │ │ ├── skipif.inc │ │ ├── bug65275.inc │ │ └── bug62294.inc │ └── CREDITS └── fpm │ ├── CREDITS │ └── tests │ └── CONFLICTS ├── ext ├── dom │ ├── tests │ │ ├── empty.html │ │ ├── book.xml.gz │ │ ├── book-not-a-schema.xsd │ │ ├── bug67081_0.xml │ │ ├── nsdoc.xml │ │ └── bug67081_1.xml │ └── CREDITS ├── ffi │ ├── tests │ │ ├── bug78761_preload.h │ │ ├── preload.inc │ │ ├── 300.h │ │ ├── bug78761_preload.php │ │ └── callconv_x86.dll │ └── CREDITS ├── ldap │ ├── tests │ │ ├── CONFLICTS │ │ └── skipif.inc │ └── CREDITS ├── odbc │ ├── tests │ │ └── CONFLICTS │ └── CREDITS ├── snmp │ ├── tests │ │ ├── CONFLICTS │ │ └── clean.inc │ └── CREDITS ├── mysqli │ ├── tests │ │ ├── CONFLICTS │ │ ├── foo │ │ │ ├── foo.data │ │ │ └── bar │ │ │ │ └── bar.data │ │ └── skipif.inc │ └── CREDITS ├── openssl │ ├── tests │ │ ├── CONFLICTS │ │ ├── plain.txt │ │ ├── bug73711.cnf │ │ ├── bug74022.pfx │ │ ├── shakespeare.p7s │ │ └── p12_with_extra_certs.p12 │ └── CREDITS ├── pdo_odbc │ ├── tests │ │ └── CONFLICTS │ └── CREDITS ├── pgsql │ ├── tests │ │ ├── CONFLICTS │ │ └── php.gif │ └── CREDITS ├── phar │ ├── tests │ │ ├── bug53872 │ │ │ ├── second.txt │ │ │ ├── first.txt │ │ │ └── third.txt │ │ ├── bug54289 │ │ │ └── in │ │ │ │ ├── dirA │ │ │ │ ├── fileA │ │ │ │ └── fileB │ │ │ │ └── dirAB │ │ │ │ ├── file1 │ │ │ │ ├── file2 │ │ │ │ └── file3 │ │ ├── test79082 │ │ │ ├── test79082-testfile │ │ │ └── test79082-testfile2 │ │ ├── bug64931 │ │ │ └── src │ │ │ │ └── .pharignore │ │ ├── 72321_1.zip │ │ ├── 72321_2.zip │ │ ├── bug69279a.zip │ │ ├── bug69324.phar │ │ ├── bug69441.phar │ │ ├── bug69720.phar │ │ ├── bug70019.zip │ │ ├── bug70433.zip │ │ ├── bug71498.zip │ │ ├── bug72928.zip │ │ ├── bug73764.phar │ │ ├── bug73768.phar │ │ ├── bug77143.phar │ │ ├── bug77565.zip │ │ ├── bug79503.phar │ │ ├── bug79797.phar │ │ ├── files │ │ │ ├── blog.phar │ │ │ ├── md5.phar │ │ │ ├── sha1.phar │ │ │ ├── zfapp.tgz │ │ │ ├── nophar.phar │ │ │ ├── notbogus.zip │ │ │ ├── openssl.phar │ │ │ ├── sha256.phar │ │ │ ├── sha512.phar │ │ │ ├── include_path.phar │ │ │ ├── include_path2.phar │ │ │ ├── pear2coverage.phar │ │ │ ├── frontcontroller.phar │ │ │ ├── frontcontroller10.phar │ │ │ ├── frontcontroller11.phar │ │ │ ├── frontcontroller12.phar │ │ │ ├── frontcontroller13.phar │ │ │ ├── frontcontroller14.phar │ │ │ ├── frontcontroller16.phar │ │ │ ├── frontcontroller17.phar │ │ │ ├── frontcontroller18.phar │ │ │ ├── frontcontroller19.phar │ │ │ ├── frontcontroller2.phar │ │ │ ├── frontcontroller3.phar │ │ │ ├── frontcontroller4.phar │ │ │ ├── frontcontroller5.phar │ │ │ ├── frontcontroller6.phar │ │ │ ├── frontcontroller7.phar │ │ │ ├── frontcontroller8.phar │ │ │ ├── frontcontroller9.phar │ │ │ └── stuboflength1041.phar │ │ ├── bug69453.tar.phar │ │ ├── zip │ │ │ └── files │ │ │ │ ├── odt.odt │ │ │ │ ├── test.odt │ │ │ │ ├── zip.zip │ │ │ │ ├── bzip2.zip │ │ │ │ ├── count1.zip │ │ │ │ ├── count2.zip │ │ │ │ ├── stdin.zip │ │ │ │ ├── encrypted.zip │ │ │ │ ├── nozipend.zip │ │ │ │ ├── cdir_offset.zip │ │ │ │ ├── disknumber.zip │ │ │ │ ├── filecomment.zip │ │ │ │ ├── badalias1.phar.zip │ │ │ │ ├── badalias2.phar.zip │ │ │ │ ├── badalias3.phar.zip │ │ │ │ ├── badalias4.phar.zip │ │ │ │ ├── badalias5.phar.zip │ │ │ │ ├── bz2_alias.phar.zip │ │ │ │ ├── metadata.phar.zip │ │ │ │ └── truncfilename.zip │ │ ├── tar │ │ │ └── files │ │ │ │ ├── P1-1.0.0.tgz │ │ │ │ ├── HTML_CSS-1.5.4.tgz │ │ │ │ └── Net_URL-1.0.15.tgz │ │ ├── cache_list │ │ │ └── files │ │ │ │ ├── md5.phar │ │ │ │ ├── blog.phar │ │ │ │ ├── nophar.phar │ │ │ │ ├── sha1.phar │ │ │ │ ├── sha256.phar │ │ │ │ ├── sha512.phar │ │ │ │ ├── write.phar │ │ │ │ ├── write2.phar │ │ │ │ ├── write3.phar │ │ │ │ ├── write4.phar │ │ │ │ ├── write5.phar │ │ │ │ ├── write6.phar │ │ │ │ ├── write7.phar │ │ │ │ ├── write8.phar │ │ │ │ ├── write9.phar │ │ │ │ ├── zfapp.tgz │ │ │ │ ├── openssl.phar │ │ │ │ ├── write10.phar │ │ │ │ ├── write11.phar │ │ │ │ ├── write12.phar │ │ │ │ ├── write13.phar │ │ │ │ ├── write14.phar │ │ │ │ ├── write15.phar │ │ │ │ ├── write16.phar │ │ │ │ ├── write17.phar │ │ │ │ ├── write18.phar │ │ │ │ ├── write19.phar │ │ │ │ ├── write20.phar │ │ │ │ ├── write21.phar │ │ │ │ ├── write22.phar │ │ │ │ ├── write23.phar │ │ │ │ ├── write24.phar │ │ │ │ └── write25.phar │ │ └── bug74196.1.2.3.phar.tar.gz │ ├── phar.phar.1.in │ └── CREDITS ├── tidy │ ├── tests │ │ ├── 016.tcfg │ │ ├── 005.html │ │ ├── 007.html │ │ ├── 013.html │ │ ├── 015.html │ │ ├── 005私はガラスを食べられます.html │ │ ├── 016.html │ │ └── 020.phpt │ └── CREDITS ├── xmlreader │ ├── tests │ │ ├── schema-empty.xsd │ │ ├── schema-bad.xsd │ │ ├── 012.dtd │ │ └── 012.xml │ └── CREDITS ├── xsl │ ├── tests │ │ ├── bug49634.xml │ │ ├── xslt011.xml │ │ ├── xslt.xml │ │ ├── xslt.xsl.gz │ │ ├── skipif.inc │ │ ├── xslt001.phpt │ │ ├── xslt002.phpt │ │ ├── xslt003.phpt │ │ ├── xslt005.phpt │ │ ├── xslt006.phpt │ │ ├── xslt007.phpt │ │ ├── xslt008.phpt │ │ ├── xslt012.phpt │ │ └── xslt008-mb.phpt │ └── CREDITS ├── curl │ ├── tests │ │ ├── curl_testdata1.txt │ │ └── curl_testdata2.txt │ └── CREDITS ├── pdo_mysql │ ├── tests │ │ ├── CONFLICTS │ │ └── foo │ │ │ ├── foo.data │ │ │ └── bar │ │ │ └── bar.data │ └── CREDITS ├── pdo_pgsql │ ├── tests │ │ └── CONFLICTS │ └── CREDITS ├── standard │ ├── tests │ │ ├── image │ │ │ ├── blank_file.bmp │ │ │ ├── test.txt │ │ │ ├── test.gif │ │ │ ├── 75x50.wbmp │ │ │ ├── 200x100.bmp │ │ │ ├── 200x100.gif │ │ │ ├── 200x100.jpg │ │ │ ├── 200x100.png │ │ │ ├── 200x100.swf │ │ │ ├── 200x100.tiff │ │ │ ├── 246x247.png │ │ │ ├── 384x385.png │ │ │ ├── bug13213.jpg │ │ │ ├── bug71848.jpg │ │ │ ├── bug72278.jpg │ │ │ ├── test-1pix.bmp │ │ │ ├── test13pix.swf │ │ │ ├── test1bpix.bmp │ │ │ ├── test1pix.bmp │ │ │ ├── test1pix.jp2 │ │ │ ├── test1pix.jpc │ │ │ ├── test1pix.jpg │ │ │ ├── test2pix.gif │ │ │ ├── test3pix.webp │ │ │ ├── test4pix.gif │ │ │ ├── test4pix.iff │ │ │ ├── test4pix.png │ │ │ ├── test4pix.psd │ │ │ ├── test4pix.swf │ │ │ ├── test4pix.tiff │ │ │ ├── testAPP.jpg │ │ │ ├── bug70052_1.wbmp │ │ │ ├── bug70052_2.wbmp │ │ │ ├── test12pix.webp │ │ │ └── test3llpix.webp │ │ ├── file │ │ │ ├── test3.csv │ │ │ ├── bug32160.txt │ │ │ ├── windows_acls │ │ │ │ └── tiny.bat │ │ │ ├── windows_links │ │ │ │ └── CONFLICTS │ │ │ ├── test2.csv │ │ │ ├── fgetcsv_error_conditions.csv │ │ │ └── bug30362.txt │ │ ├── ini_info │ │ │ └── loaded.ini │ │ ├── misc │ │ │ ├── browscap_no_default.ini │ │ │ └── browscap.ini │ │ ├── general_functions │ │ │ ├── proc_open_pipes_sleep.inc │ │ │ ├── get_included_files_inc1.inc │ │ │ ├── 004.data │ │ │ └── bug49692.ini │ │ ├── strings │ │ │ ├── bug71806.data │ │ │ ├── printf.phpt │ │ │ ├── strcmp.phpt │ │ │ ├── strlen.phpt │ │ │ ├── utf8.phpt │ │ │ ├── bug20934.phpt │ │ │ ├── bug37244.phpt │ │ │ ├── bug65769.phpt │ │ │ ├── md5_file.phpt │ │ │ ├── strcasecmp.phpt │ │ │ └── strtoupper.phpt │ │ ├── class_object │ │ │ ├── AutoLoaded.inc │ │ │ ├── AutoTrait.inc │ │ │ └── AutoInterface.inc │ │ ├── serialize │ │ │ └── 006.phpt │ │ └── array │ │ │ └── locale_sort.phpt │ ├── dl.stub.php │ └── html_tables │ │ ├── ents_basic.txt │ │ └── ents_basic_apos.txt ├── bcmath │ └── CREDITS ├── bz2 │ ├── CREDITS │ └── tests │ │ ├── 72613.bz2 │ │ ├── 003.txt.bz2 │ │ ├── 004_1.txt.bz2 │ │ ├── 004_2.txt.bz2 │ │ └── 003私はガラスを食べられます.txt.bz2 ├── pdo_firebird │ ├── tests │ │ ├── CONFLICTS │ │ └── payload_test.data │ └── CREDITS ├── pspell │ ├── CREDITS │ └── tests │ │ └── wordlist.txt ├── sodium │ └── CREDITS ├── ctype │ └── CREDITS ├── fileinfo │ ├── libmagic │ │ └── config.h │ ├── tests │ │ ├── upstream │ │ │ ├── json1.result │ │ │ ├── json2.result │ │ │ ├── json3.result │ │ │ ├── CVE-2014-1943.testfile │ │ │ ├── issue311docx.result │ │ │ ├── issue359xlsx.result │ │ │ ├── CVE-2014-1943.result │ │ │ ├── zstd-dictionary-0.result │ │ │ ├── zstd-dictionary-1.result │ │ │ ├── zstd-v0.2-FF.result │ │ │ ├── zstd-v0.3-FF.result │ │ │ ├── zstd-v0.4-FF.result │ │ │ ├── zstd-v0.5-FF.result │ │ │ ├── zstd-v0.6-FF.result │ │ │ ├── gedcom.result │ │ │ ├── zstd-dictionary-2.result │ │ │ ├── zstd-skippable-frame-0.result │ │ │ ├── zstd-skippable-frame-4.result │ │ │ ├── zstd-skippable-frame-8.result │ │ │ ├── zstd-v0.7-21.result │ │ │ ├── zstd-v0.8-01.result │ │ │ ├── zstd-v0.8-21.result │ │ │ ├── zstd-v0.7-00.result │ │ │ ├── zstd-v0.7-22.result │ │ │ ├── zstd-v0.8-00.result │ │ │ ├── zstd-v0.8-02.result │ │ │ ├── zstd-v0.8-16.result │ │ │ ├── zstd-v0.8-20.result │ │ │ ├── zstd-v0.8-22.result │ │ │ ├── zstd-v0.8-F4.result │ │ │ ├── escapevel.result │ │ │ ├── zstd-skippable-frame-C.result │ │ │ ├── zstd-v0.8-03.result │ │ │ ├── zstd-v0.8-23.result │ │ │ ├── zstd-v0.8-FF.result │ │ │ ├── zstd-3-skippable-frames.result │ │ │ └── hddrawcopytool.result │ │ ├── bug71527.magic │ │ ├── resources │ │ │ ├── test.awk │ │ │ ├── dir.zip │ │ │ ├── test.bmp │ │ │ ├── test.gif │ │ │ ├── test.jpg │ │ │ ├── test.mp3 │ │ │ ├── test.png │ │ │ ├── test.ppt │ │ │ ├── test.tga │ │ │ └── test.webm │ │ ├── bug71527私はガラスを食べられます.magic │ │ ├── 67647.mov │ │ ├── 68398.zip │ │ ├── 68731.gif │ │ ├── cve-2014-1943私はガラスを食べられます.magic │ │ ├── bug67516.gif │ │ ├── bug68735.jpg │ │ └── bug79756.xls │ ├── Makefile.frag │ └── CREDITS ├── gd │ ├── tests │ │ ├── bug73161.gd2 │ │ ├── php.gif │ │ ├── src.gd2 │ │ ├── Tuffy.ttf │ │ ├── src.wbmp │ │ ├── test.png │ │ ├── bug22544.png │ │ ├── bug37346.gif │ │ ├── bug37360.gif │ │ ├── bug38112.gif │ │ ├── bug39780.png │ │ ├── bug43121.gif │ │ ├── bug43475.png │ │ ├── bug43828.png │ │ ├── bug50194.png │ │ ├── bug52070.png │ │ ├── bug64641.png │ │ ├── bug66005.png │ │ ├── bug67325.jpg │ │ ├── bug72604.png │ │ ├── bug72913.png │ │ ├── bug73213.png │ │ ├── bug73272.png │ │ ├── bug73614.png │ │ ├── bug74435.gif │ │ ├── bug75124.png │ │ ├── bug75571.gif │ │ ├── bug77195.jpg │ │ ├── bug77391.bmp │ │ ├── bug77943.png │ │ ├── crafted.gd2 │ │ ├── test8859.ttf │ │ ├── bug72482_2.png │ │ ├── bug73869a.gd2 │ │ ├── bug73869b.gd2 │ │ ├── conv_test.gif │ │ ├── conv_test.jpg │ │ ├── conv_test.png │ │ ├── libgd00086.png │ │ ├── libgd00100.png │ │ ├── libgd00101.gd │ │ ├── logo_noise.png │ │ ├── bug47946_exp.png │ │ ├── libgd00094.xbm │ │ ├── imagearc_basic.png │ │ ├── imagearc_error1.png │ │ ├── imagechar_basic.png │ │ ├── imageopenpolygon.png │ │ ├── imagepolygon_aa.png │ │ ├── invalid_neg_size.gd2 │ │ ├── src私はガラスを食べられます.wbmp │ │ ├── Rochester-Regular.otf │ │ ├── Tuffy私はガラスを食べられます.ttf │ │ ├── imagecharup_basic.png │ │ ├── imagecreatefromtga.png │ │ ├── imageellipse_basic.png │ │ ├── imagegd_truecolor.png │ │ ├── imagestring_basic.png │ │ ├── bug22544私はガラスを食べられます.png │ │ ├── bug37346私はガラスを食べられます.gif │ │ ├── conv_test私はガラスを食べられます.jpg │ │ ├── imagearc_variation1.png │ │ ├── imagearc_variation2.png │ │ ├── imagecolorset_basic.png │ │ ├── imagecreatefromstring.bmp │ │ ├── imagecreatefromstring.gif │ │ ├── imagefilledarc_basic.png │ │ ├── imagefilledarc_error1.png │ │ ├── imagerectangle_basic.png │ │ ├── imagesetbrush_basic.png │ │ ├── imagestringup_basic.png │ │ ├── libgd00094私はガラスを食べられます.xbm │ │ ├── imageconvolution_basic.png │ │ ├── imagecreatefromstring.webp │ │ ├── imagefilltoborder_basic.png │ │ ├── imagegammacorrect_basic.png │ │ ├── imagelayereffect_basic.png │ │ ├── imagesetthickness_basic.png │ │ ├── imagecreatefrombmp_basic.bmp │ │ ├── imagecreatefrombmp_basic.png │ │ ├── imagecreatefromstring_bmp.png │ │ ├── imagecreatefromtga_basic.tga │ │ ├── imagecreatetruecolor_basic.png │ │ ├── imagefilledarc_variation1.png │ │ ├── imagefilledarc_variation2.png │ │ ├── imagefilledellipse_basic.png │ │ ├── imagecreatefromtga_variation.tga │ │ ├── imagegammacorrect_variation1.png │ │ └── invalid_neg_size私はガラスを食べられます.gd2 │ └── libgd │ │ └── gdtestft.c ├── gettext │ ├── CREDITS │ └── tests │ │ └── locale │ │ └── en_US.UTF-8 │ │ └── LC_CTYPE │ │ └── dgettextTest_switched.po ├── posix │ └── CREDITS ├── zip │ ├── examples │ │ ├── too.php │ │ ├── test.odt │ │ ├── test.zip │ │ ├── test1.zip │ │ ├── test_im.zip │ │ └── test_with_comment.zip │ ├── CREDITS │ └── tests │ │ ├── test.zip │ │ ├── bug7658.odt │ │ ├── bug8009.zip │ │ ├── binarynull.zip │ │ ├── bug40228.zip │ │ ├── bug49072.zip │ │ ├── bug70752.zip │ │ ├── bug72258.phpt │ │ ├── bug72258.zip │ │ ├── pecl12414.zip │ │ ├── test_procedural.zip │ │ ├── test_with_comment.zip │ │ ├── bug40228私はガラスを食べられます.zip │ │ └── compression_methods.zip ├── com_dotnet │ └── CREDITS ├── date │ └── CREDITS ├── ftp │ └── CREDITS ├── gmp │ └── CREDITS ├── readline │ └── CREDITS ├── spl │ ├── CREDITS │ └── tests │ │ ├── fileobject_001b.txt │ │ ├── bug62004.txt │ │ ├── fileobject_001a.txt │ │ ├── testclass │ │ ├── testclass.inc │ │ ├── testclass.php.inc │ │ ├── bug46569.csv │ │ ├── SplFileObject_testinput.csv │ │ └── testclass.class.inc ├── sysvsem │ └── CREDITS ├── dba │ ├── CREDITS │ └── tests │ │ ├── CONFLICTS │ │ └── test.cdb ├── exif │ ├── CREDITS │ └── tests │ │ ├── sony.jpg │ │ ├── test1.jpg │ │ ├── test2.jpg │ │ ├── test3.jpg │ │ ├── test4.jpg │ │ ├── test5.jpg │ │ ├── bug34704.jpg │ │ ├── bug48378.jpg │ │ ├── bug50845.jpg │ │ ├── bug60150.jpg │ │ ├── bug64739.jpg │ │ ├── bug68113.jpg │ │ ├── bug68547.jpg │ │ ├── bug68799.jpg │ │ ├── bug71534.tiff │ │ ├── bug72603.jpg │ │ ├── bug72618.jpg │ │ ├── bug72627.tiff │ │ ├── bug73737.tiff │ │ ├── bug76423.jpg │ │ ├── bug76557.jpg │ │ ├── bug77540.jpg │ │ ├── bug77563.jpg │ │ ├── bug77753.tiff │ │ ├── bug77831.tiff │ │ ├── bug77950.tiff │ │ ├── bug77988.jpg │ │ ├── bug78222.jpg │ │ ├── bug78256.jpg │ │ ├── exif003.phpt │ │ ├── image007.jpg │ │ ├── image008.jpg │ │ ├── image009.jpg │ │ ├── image010.jpg │ │ ├── image011.jpg │ │ ├── image012.jpg │ │ ├── image013.jpg │ │ ├── image014.jpg │ │ ├── image015.jpg │ │ ├── image016.tiff │ │ ├── image017.tiff │ │ ├── image018.tiff │ │ ├── image020.tiff │ │ ├── image021.tiff │ │ ├── image022.tiff │ │ ├── image023.tiff │ │ ├── image024.jpg │ │ ├── image025.jpg │ │ ├── image026.tiff │ │ ├── image027.tiff │ │ ├── bug54002_1.jpg │ │ ├── bug54002_2.jpg │ │ ├── bug62523_1.jpg │ │ ├── bug62523_2.jpg │ │ ├── bug72094_1.jpg │ │ ├── bug72094_2.jpg │ │ ├── bug72094_3.jpg │ │ ├── bug72094_4.jpg │ │ ├── bug76130_1.jpg │ │ ├── bug76130_2.jpg │ │ ├── bug72735 │ │ ├── nokia.jpg │ │ ├── samsung.jpg │ │ └── panasonic.jpg │ │ ├── bug50660 │ │ ├── bug50660-1.jpg │ │ └── bug50660-2.jpg │ │ ├── bug72819 │ │ └── bug72819.jpg │ │ ├── bug73115 │ │ └── bug73115.jpg │ │ ├── bug74428 │ │ └── bug74428.jpg │ │ ├── bug75785 │ │ └── P1000506.JPG │ │ ├── bug77564 │ │ └── bug77564.jpg │ │ ├── exif_encoding_crash.jpg │ │ ├── nesting_level_oom.tiff │ │ ├── redhat-bug1362571.jpg │ │ ├── test2私はガラスを食べられます.jpg │ │ ├── bug34704私はガラスを食べられます.jpg │ │ ├── bug68113私はガラスを食べられます.jpg │ │ ├── float_cast_overflow.tiff │ │ ├── temporary_buffer_leak.jpg │ │ └── bug77184 │ │ └── DJI_0245_tiny.jpg ├── pcntl │ └── CREDITS ├── iconv │ ├── tests │ │ ├── iconv_stream_filter.txt │ │ ├── Quotes.UTF-8.data │ │ ├── bug78069.data │ │ ├── iconv001.phpt │ │ ├── eucjp2sjis.phpt │ │ ├── eucjp2utf8.phpt │ │ ├── iconv_strlen.phpt │ │ ├── iconv_strpos.phpt │ │ ├── iconv_substr.phpt │ │ ├── iconv_strrpos.phpt │ │ ├── translit-utf8.phpt │ │ ├── eucjp2iso2022jp.phpt │ │ ├── iconv_mime_encode.phpt │ │ ├── ob_iconv_handler.phpt │ │ └── translit-failure.phpt │ ├── CREDITS │ └── php_iconv.def ├── libxml │ ├── tests │ │ ├── libxml_disable_entity_loader_payload.txt │ │ ├── bug69753.xml │ │ └── bug69753私はガラスを食べられます.xml │ └── CREDITS ├── opcache │ ├── tests │ │ ├── bug64482.inc │ │ ├── preload_parse_error.inc │ │ ├── blacklist.inc │ │ ├── bug78106_include.inc │ │ ├── preload_include_dummy.inc │ │ ├── warning_replay.inc │ │ ├── preload_early_binding.inc │ │ ├── preload_class_alias.inc │ │ ├── opt │ │ │ └── sccp_exception2.inc │ │ ├── preload_bug78014.inc │ │ ├── preload_dynamic_function.inc │ │ ├── preload_ind.inc │ │ ├── preload_const_autoload_2.inc │ │ ├── preload_globals.inc │ │ ├── preload_undef_const.inc │ │ ├── preload_variance_ind.inc │ │ ├── bug78106_test2.php │ │ ├── preload_loadable_classes_3.inc │ │ ├── preload_unresolved_prop_type_2.inc │ │ ├── preload_bug78175.inc │ │ ├── preload_class_alias_2.inc │ │ ├── preload_nested_function.inc │ │ ├── preload_inheritance_error_ind.inc │ │ ├── preload_unresolved_prop_type.inc │ │ ├── preload_bug78376.inc │ │ └── preload_loadable_classes_2.inc │ └── CREDITS ├── pcre │ ├── CREDITS │ └── tests │ │ ├── 007.phpt │ │ ├── locales.phpt │ │ ├── skip_002.inc │ │ └── skip_003.inc ├── pdo_oci │ └── CREDITS ├── pdo_sqlite │ └── CREDITS ├── sysvmsg │ └── CREDITS ├── sysvshm │ └── CREDITS ├── enchant │ └── CREDITS ├── json │ └── CREDITS ├── reflection │ ├── tests │ │ ├── bug64936.inc │ │ └── bug74454.inc │ ├── config.m4 │ └── CREDITS ├── session │ ├── CREDITS │ └── tests │ │ └── session_id_error3.phpt ├── xmlwriter │ └── CREDITS ├── soap │ ├── CREDITS │ └── tests │ │ └── bugs │ │ ├── bug28969.phpt │ │ ├── bug38005.phpt │ │ └── bug38067.phpt ├── tokenizer │ └── CREDITS ├── xml │ ├── CREDITS │ └── tests │ │ ├── inc.ent │ │ └── xml007.phpt ├── shmop │ └── CREDITS ├── sqlite3 │ ├── CREDITS │ └── tests │ │ └── new_db.inc ├── mbstring │ ├── CREDITS │ └── tests │ │ ├── common.inc │ │ ├── bug26639.phpt │ │ ├── casefold.phpt │ │ ├── mb_ereg.phpt │ │ ├── mb_strlen.phpt │ │ ├── mb_strpos.phpt │ │ ├── mb_substr.phpt │ │ ├── mb_stripos.phpt │ │ ├── simpletest.phpt │ │ ├── mb_http_input.phpt │ │ ├── mb_send_mail02.phpt │ │ ├── mb_send_mail04.phpt │ │ ├── mb_send_mail05.phpt │ │ ├── mb_send_mail06.phpt │ │ ├── mb_send_mail07.phpt │ │ ├── mb_strimwidth.phpt │ │ ├── mb_substr_count.phpt │ │ ├── mb_convert_encoding.phpt │ │ ├── mb_detect_encoding.phpt │ │ ├── mb_ereg_search_pos.phpt │ │ ├── mb_ereg_search_xxx.phpt │ │ ├── mb_http_input_pass.phpt │ │ ├── zend_multibyte-01.phpt │ │ ├── zend_multibyte-04.phpt │ │ ├── zend_multibyte-08.phpt │ │ ├── mb_convert_variables.phpt │ │ └── mb_ereg_search_setpos.phpt ├── simplexml │ ├── CREDITS │ └── tests │ │ └── sxe.ent ├── oci8 │ └── tests │ │ ├── lob_009.txt │ │ └── test.gif ├── mysqlnd │ └── CREDITS ├── pdo_dblib │ └── CREDITS ├── calendar │ ├── CREDITS │ └── tests │ │ └── jdtojewish.phpt ├── sockets │ └── CREDITS ├── zlib │ ├── tests │ │ ├── 004.txt.gz │ │ ├── gzgetss.gz │ │ ├── bug55544.phpt │ │ ├── ob_001.phpt │ │ ├── ob_003.phpt │ │ ├── ob_004.phpt │ │ ├── bug67724.gz.gz │ │ ├── bug55544-win.phpt │ │ ├── 004私はガラスを食べられます.txt.gz │ │ ├── bug73944_fixture_1.data │ │ ├── bug73944_fixture_2.data │ │ └── zlib_filter_deflate2.phpt │ └── CREDITS ├── filter │ ├── CREDITS │ └── tests │ │ └── 001.phpt ├── pdo │ ├── tests │ │ └── bug_36798.phpt │ └── CREDITS ├── hash │ └── CREDITS └── intl │ ├── tests │ ├── msgfmt_format_error4.phpt │ └── _files │ │ └── res_index.txt │ └── CREDITS ├── Zend └── tests │ ├── php_tag_only.inc │ ├── bug74603.ini │ ├── dim_assign_001.txt │ ├── bug79948.inc │ ├── unset.inc │ ├── ns_069.inc │ ├── 014.inc │ ├── bug54804.inc │ ├── ns_067.inc │ ├── use_const │ └── includes │ │ ├── global_baz.inc │ │ ├── global_bar.inc │ │ ├── foo_bar.inc │ │ └── foo_php_version.inc │ ├── use_no_file_conflict_2.inc │ ├── bug76451.inc │ ├── use_no_file_conflict_1.inc │ ├── bug46665_autoload.inc │ ├── constant_expressions_exceptions.inc │ ├── use_function │ └── includes │ │ ├── global_baz.inc │ │ ├── global_bar.inc │ │ ├── foo_bar.inc │ │ └── foo_strlen.inc │ ├── return_types │ └── classes.php.inc │ ├── bug67436 │ └── c.inc │ ├── constants │ └── fixtures │ │ ├── folder1 │ │ ├── fixture.inc │ │ ├── subfolder1 │ │ │ └── fixture.inc │ │ ├── subfolder2 │ │ │ └── fixture.inc │ │ ├── subfolder3 │ │ │ └── fixture.inc │ │ └── subfolder4 │ │ │ └── fixture.inc │ │ ├── folder2 │ │ ├── fixture.inc │ │ ├── subfolder1 │ │ │ └── fixture.inc │ │ ├── subfolder2 │ │ │ └── fixture.inc │ │ ├── subfolder3 │ │ │ └── fixture.inc │ │ └── subfolder4 │ │ │ └── fixture.inc │ │ ├── folder3 │ │ ├── fixture.inc │ │ ├── subfolder1 │ │ │ └── fixture.inc │ │ ├── subfolder2 │ │ │ └── fixture.inc │ │ ├── subfolder3 │ │ │ └── fixture.inc │ │ └── subfolder4 │ │ │ └── fixture.inc │ │ └── folder4 │ │ ├── fixture.inc │ │ ├── subfolder1 │ │ └── fixture.inc │ │ ├── subfolder2 │ │ └── fixture.inc │ │ ├── subfolder3 │ │ └── fixture.inc │ │ └── subfolder4 │ │ └── fixture.inc │ ├── bug77652.inc │ └── attributes │ └── 030_strict_types.inc ├── tests ├── run-test │ ├── test011.txt │ ├── test013.txt │ ├── test012.txt │ ├── test001.phpt │ └── test011.phpt ├── security │ └── CONFLICTS ├── lang │ ├── 015.inc │ ├── bug38579.inc │ ├── inc.inc │ ├── inc_throw.inc │ ├── include_files │ │ ├── echo.inc │ │ ├── eval.inc │ │ └── function.inc │ ├── 016.inc │ ├── 015.phpt │ └── bug73172.inc ├── basic │ ├── bug73969.inc │ ├── 022.phpt │ ├── 029.phpt │ └── bug71273.phpt ├── strings │ └── 002.phpt ├── output │ ├── ob_018.phpt │ └── bug74725.phpt ├── classes │ ├── interface_optional_arg_003.inc │ ├── autoload_derived.inc │ ├── constants_basic_003.inc │ └── autoload_interface.inc └── func │ └── 001.phpt ├── azure └── lsan-suppressions.txt ├── win32 ├── build │ ├── configure.bat │ ├── php.ico │ ├── template.rc │ └── cppcheck_suppress.txt └── unistd.h └── travis └── setup-mysql.sh /sapi/cgi/php.sym: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/dom/tests/empty.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sapi/phpdbg/tests/empty.inc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Zend/tests/php_tag_only.inc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/run-test/test011.txt: -------------------------------------------------------------------------------- 1 | abc 2 | -------------------------------------------------------------------------------- /Zend/tests/bug74603.ini: -------------------------------------------------------------------------------- 1 | 0=0&~2000000000 2 | -------------------------------------------------------------------------------- /ext/curl/tests/curl_testdata1.txt: -------------------------------------------------------------------------------- 1 | CURL1 2 | -------------------------------------------------------------------------------- /ext/curl/tests/curl_testdata2.txt: -------------------------------------------------------------------------------- 1 | CURL2 2 | -------------------------------------------------------------------------------- /ext/pdo_mysql/tests/CONFLICTS: -------------------------------------------------------------------------------- 1 | mysql 2 | -------------------------------------------------------------------------------- /ext/pdo_pgsql/tests/CONFLICTS: -------------------------------------------------------------------------------- 1 | pgsql 2 | -------------------------------------------------------------------------------- /ext/phar/phar.phar.1.in: -------------------------------------------------------------------------------- 1 | .so man1/phar.1 2 | -------------------------------------------------------------------------------- /ext/standard/tests/image/blank_file.bmp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/tidy/tests/005.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/tidy/tests/007.html: -------------------------------------------------------------------------------- 1 | testing 2 | -------------------------------------------------------------------------------- /ext/tidy/tests/013.html: -------------------------------------------------------------------------------- 1 | testing 2 | -------------------------------------------------------------------------------- /ext/tidy/tests/015.html: -------------------------------------------------------------------------------- 1 | testing 2 | -------------------------------------------------------------------------------- /ext/xmlreader/tests/schema-bad.xsd: -------------------------------------------------------------------------------- 1 | asd 2 | -------------------------------------------------------------------------------- /sapi/apache2handler/php.sym: -------------------------------------------------------------------------------- 1 | php_module 2 | -------------------------------------------------------------------------------- /sapi/cgi/php-cgi.1.in: -------------------------------------------------------------------------------- 1 | .so man1/php.1 2 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail16.json: -------------------------------------------------------------------------------- 1 | [\naked] -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail29.json: -------------------------------------------------------------------------------- 1 | [0e] -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail30.json: -------------------------------------------------------------------------------- 1 | [0e+] -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail31.json: -------------------------------------------------------------------------------- 1 | [0e+-1] -------------------------------------------------------------------------------- /tests/security/CONFLICTS: -------------------------------------------------------------------------------- 1 | open_basedir 2 | -------------------------------------------------------------------------------- /Zend/tests/dim_assign_001.txt: -------------------------------------------------------------------------------- 1 | 0x30 2 | 0x31 3 | -------------------------------------------------------------------------------- /ext/bcmath/CREDITS: -------------------------------------------------------------------------------- 1 | BC Math 2 | Andi Gutmans 3 | -------------------------------------------------------------------------------- /ext/bz2/CREDITS: -------------------------------------------------------------------------------- 1 | Bzip2 2 | Sterling Hughes 3 | -------------------------------------------------------------------------------- /ext/curl/CREDITS: -------------------------------------------------------------------------------- 1 | cURL 2 | Sterling Hughes 3 | -------------------------------------------------------------------------------- /ext/mysqli/tests/foo/foo.data: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | 3 4 | -------------------------------------------------------------------------------- /ext/pdo_firebird/tests/CONFLICTS: -------------------------------------------------------------------------------- 1 | firebird 2 | -------------------------------------------------------------------------------- /ext/pspell/CREDITS: -------------------------------------------------------------------------------- 1 | Pspell 2 | Vlad Krupin 3 | -------------------------------------------------------------------------------- /ext/sodium/CREDITS: -------------------------------------------------------------------------------- 1 | Sodium 2 | Frank Denis 3 | -------------------------------------------------------------------------------- /ext/standard/tests/file/test3.csv: -------------------------------------------------------------------------------- 1 | abc,de 2 | -------------------------------------------------------------------------------- /sapi/embed/CREDITS: -------------------------------------------------------------------------------- 1 | Embed 2 | Edin Kadribasic 3 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/8.json: -------------------------------------------------------------------------------- 1 | {"zero": 0e0} 2 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail33.json: -------------------------------------------------------------------------------- 1 | ["mismatch"} -------------------------------------------------------------------------------- /ext/ctype/CREDITS: -------------------------------------------------------------------------------- 1 | ctype 2 | Hartmut Holzgraefe 3 | -------------------------------------------------------------------------------- /ext/fileinfo/libmagic/config.h: -------------------------------------------------------------------------------- 1 | #include "php.h" 2 | -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json1.result: -------------------------------------------------------------------------------- 1 | JSON data -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json2.result: -------------------------------------------------------------------------------- 1 | JSON data -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json3.result: -------------------------------------------------------------------------------- 1 | JSON data -------------------------------------------------------------------------------- /ext/gd/tests/bug73161.gd2: -------------------------------------------------------------------------------- 1 | gd2@@@' -------------------------------------------------------------------------------- /ext/gettext/CREDITS: -------------------------------------------------------------------------------- 1 | GetText 2 | Alex Plotnick 3 | -------------------------------------------------------------------------------- /ext/phar/tests/test79082/test79082-testfile: -------------------------------------------------------------------------------- 1 | test 2 | -------------------------------------------------------------------------------- /ext/phar/tests/test79082/test79082-testfile2: -------------------------------------------------------------------------------- 1 | test 2 | -------------------------------------------------------------------------------- /ext/posix/CREDITS: -------------------------------------------------------------------------------- 1 | Posix 2 | Kristian Koehntopp 3 | -------------------------------------------------------------------------------- /ext/standard/tests/file/bug32160.txt: -------------------------------------------------------------------------------- 1 | copy test 2 | -------------------------------------------------------------------------------- /ext/standard/tests/image/test.txt: -------------------------------------------------------------------------------- 1 | Testing getimagesize -------------------------------------------------------------------------------- /ext/tidy/tests/005私はガラスを食べられます.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/xmlreader/CREDITS: -------------------------------------------------------------------------------- 1 | XMLReader 2 | Rob Richards 3 | -------------------------------------------------------------------------------- /ext/zip/examples/too.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /tests/lang/bug38579.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /Zend/tests/bug79948.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/dba/CREDITS: -------------------------------------------------------------------------------- 1 | DBA 2 | Sascha Schumann, Marcus Boerger 3 | -------------------------------------------------------------------------------- /ext/exif/CREDITS: -------------------------------------------------------------------------------- 1 | EXIF 2 | Rasmus Lerdorf, Marcus Boerger 3 | -------------------------------------------------------------------------------- /ext/pcntl/CREDITS: -------------------------------------------------------------------------------- 1 | pcntl 2 | Jason Greene, Arnaud Le Blanc 3 | -------------------------------------------------------------------------------- /ext/pdo_odbc/CREDITS: -------------------------------------------------------------------------------- 1 | ODBC driver for PDO 2 | Wez Furlong 3 | -------------------------------------------------------------------------------- /ext/standard/tests/ini_info/loaded.ini: -------------------------------------------------------------------------------- 1 | date.timezone = UTC 2 | -------------------------------------------------------------------------------- /ext/tidy/CREDITS: -------------------------------------------------------------------------------- 1 | tidy 2 | John Coggeshall, Ilia Alshanetsky 3 | -------------------------------------------------------------------------------- /ext/xsl/CREDITS: -------------------------------------------------------------------------------- 1 | XSL 2 | Christian Stocker, Rob Richards 3 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/14.json: -------------------------------------------------------------------------------- 1 | "aa\udbff\udffdzz" 2 | 3 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/16.json: -------------------------------------------------------------------------------- 1 | {"test":"123343e871700"} 2 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/6.json: -------------------------------------------------------------------------------- 1 | [123,13452345,123.13452345] 2 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail6.json: -------------------------------------------------------------------------------- 1 | [ , "<-- missing value"] -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail7.json: -------------------------------------------------------------------------------- 1 | ["Comma after the close"], -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/unserialize/bug73825: -------------------------------------------------------------------------------- 1 | O:8:"00000000": 2 | -------------------------------------------------------------------------------- /tests/basic/bug73969.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /tests/run-test/test013.txt: -------------------------------------------------------------------------------- 1 | [abcde]+[0-5]*xyz[2-8]+abcde 2 | -------------------------------------------------------------------------------- /Zend/tests/ns_069.inc: -------------------------------------------------------------------------------- 1 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/test.awk: -------------------------------------------------------------------------------- 1 | BEGIN { print "START" } 2 | -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/issue311docx.result: -------------------------------------------------------------------------------- 1 | Microsoft Word 2007+ -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/issue359xlsx.result: -------------------------------------------------------------------------------- 1 | Microsoft Excel 2007+ -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_stream_filter.txt: -------------------------------------------------------------------------------- 1 | $B$3$s$K$A$O(Biconv 2 | -------------------------------------------------------------------------------- /ext/libxml/tests/libxml_disable_entity_loader_payload.txt: -------------------------------------------------------------------------------- 1 | SECRET_DATA -------------------------------------------------------------------------------- /ext/opcache/tests/bug64482.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/enchant/CREDITS: -------------------------------------------------------------------------------- 1 | enchant 2 | Pierre-Alain Joye, Ilia Alshanetsky 3 | -------------------------------------------------------------------------------- /ext/json/CREDITS: -------------------------------------------------------------------------------- 1 | JSON 2 | Jakub Zelenka, Omar Kilani, Scott MacVicar 3 | -------------------------------------------------------------------------------- /ext/opcache/tests/blacklist.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/openssl/tests/bug73711.cnf: -------------------------------------------------------------------------------- 1 | [ req ] 2 | default_bits = 384 3 | 4 | -------------------------------------------------------------------------------- /ext/pdo_firebird/CREDITS: -------------------------------------------------------------------------------- 1 | Firebird driver for PDO 2 | Ard Biesheuvel 3 | -------------------------------------------------------------------------------- /ext/reflection/tests/bug64936.inc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/xmlwriter/CREDITS: -------------------------------------------------------------------------------- 1 | XMLWriter 2 | Rob Richards, Pierre-Alain Joye 3 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/3.json: -------------------------------------------------------------------------------- 1 | ["","'bar'","\"baz\"","&blong&"] 2 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail15.json: -------------------------------------------------------------------------------- 1 | ["Illegal backslash escape: \x15"] -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail17.json: -------------------------------------------------------------------------------- 1 | ["Illegal backslash escape: \017"] -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail26.json: -------------------------------------------------------------------------------- 1 | ["tab\ character\ in\ string\ "] -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail3.json: -------------------------------------------------------------------------------- 1 | {unquoted_key: "keys must be quoted"} -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/unserialize/bug7131: -------------------------------------------------------------------------------- 1 | C:11:"ArrayObject":11:{x:i:0;r:3;X} -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/unserialize/int_min_iv: -------------------------------------------------------------------------------- 1 | i:-9223372036854775808; 2 | -------------------------------------------------------------------------------- /sapi/phpdbg/CREDITS: -------------------------------------------------------------------------------- 1 | phpdbg 2 | Felipe Pena, Joe Watkins, Bob Weinand 3 | -------------------------------------------------------------------------------- /Zend/tests/bug54804.inc: -------------------------------------------------------------------------------- 1 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/CVE-2014-1943.result: -------------------------------------------------------------------------------- 1 | Apple Driver Map, blocksize 0 -------------------------------------------------------------------------------- /ext/iconv/CREDITS: -------------------------------------------------------------------------------- 1 | Iconv 2 | Rui Hirokawa, Stig Bakken, Moriyoshi Koizumi 3 | -------------------------------------------------------------------------------- /ext/opcache/tests/bug78106_include.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /tests/lang/include_files/echo.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /tests/run-test/test012.txt: -------------------------------------------------------------------------------- 1 | %d 2 | %i 3 | %i 4 | %f 5 | %s 6 | %x 7 | %c 8 | -------------------------------------------------------------------------------- /Zend/tests/use_const/includes/global_baz.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/sqlite3/CREDITS: -------------------------------------------------------------------------------- 1 | SQLite3 2 | Scott MacVicar, Ilia Alshanetsky, Brad Dewar 3 | -------------------------------------------------------------------------------- /ext/standard/tests/misc/browscap_no_default.ini: -------------------------------------------------------------------------------- 1 | [Firefox] 2 | Browser="Firefox" 3 | -------------------------------------------------------------------------------- /Zend/tests/bug76451.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/standard/tests/general_functions/proc_open_pipes_sleep.inc: -------------------------------------------------------------------------------- 1 | testing

2 | -------------------------------------------------------------------------------- /sapi/cli/cli_win32.c: -------------------------------------------------------------------------------- 1 | #define PHP_CLI_WIN32_NO_CONSOLE 1 2 | #include "php_cli.c" 3 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail18.json: -------------------------------------------------------------------------------- 1 | [[[[[[[[[[[[[[[[[[[["Too deep"]]]]]]]]]]]]]]]]]]]] -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/pass2.json: -------------------------------------------------------------------------------- 1 | [[[[[[[[[[[[[[[[[[["Not too deep"]]]]]]]]]]]]]]]]]]] -------------------------------------------------------------------------------- /tests/lang/016.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /tests/lang/include_files/eval.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /win32/build/configure.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cscript /nologo /e:jscript configure.js %* 3 | -------------------------------------------------------------------------------- /Zend/tests/bug46665_autoload.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/standard/dl.stub.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/xsl/tests/xslt011.xml: -------------------------------------------------------------------------------- 1 | This is from the Input Document 2 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/12.json: -------------------------------------------------------------------------------- 1 | {"0":0,"\u0000ab":1,"1":"\u0000null-prefixed value"} 2 | 3 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail10.json: -------------------------------------------------------------------------------- 1 | {"Extra value after close": true} "misplaced quoted value" -------------------------------------------------------------------------------- /tests/basic/022.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/tests/basic/022.phpt -------------------------------------------------------------------------------- /tests/basic/029.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/tests/basic/029.phpt -------------------------------------------------------------------------------- /win32/build/php.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/win32/build/php.ico -------------------------------------------------------------------------------- /Zend/tests/return_types/classes.php.inc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/standard/html_tables/ents_basic.txt: -------------------------------------------------------------------------------- 1 | quot 22 2 | amp 26 3 | #039 27 4 | lt 3C 5 | gt 3E 6 | -------------------------------------------------------------------------------- /ext/standard/tests/class_object/AutoLoaded.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/standard/tests/class_object/AutoTrait.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/tidy/tests/020.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/tidy/tests/020.phpt -------------------------------------------------------------------------------- /ext/xmlreader/tests/012.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /ext/xsl/tests/xslt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/xsl/tests/xslt.xml -------------------------------------------------------------------------------- /ext/zip/tests/test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/tests/test.zip -------------------------------------------------------------------------------- /sapi/cgi/CREDITS: -------------------------------------------------------------------------------- 1 | CGI / FastCGI 2 | Rasmus Lerdorf, Stig Bakken, Shane Caraveo, Dmitry Stogov 3 | -------------------------------------------------------------------------------- /sapi/cli/tests/bug67741_stub.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail1.json: -------------------------------------------------------------------------------- 1 | "A JSON payload should be an object or array, not a string." -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/unserialize/__serialize_007: -------------------------------------------------------------------------------- 1 | O:13:"ArrayIterator":2:{i:0;i:0;s:1:"x";R:2;} 2 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/unserialize/oss_fuzz_27876: -------------------------------------------------------------------------------- 1 | a:2:{i:7;O:5:"ErRor":5 S:8:"previous";a:5:{i:7;R:3; -------------------------------------------------------------------------------- /tests/run-test/test001.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | EXPECT 3 | --FILE-- 4 | abc 5 | --EXPECT-- 6 | abc 7 | -------------------------------------------------------------------------------- /tests/strings/002.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/tests/strings/002.phpt -------------------------------------------------------------------------------- /win32/build/template.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/win32/build/template.rc -------------------------------------------------------------------------------- /ext/bz2/tests/003.txt.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/bz2/tests/003.txt.bz2 -------------------------------------------------------------------------------- /ext/calendar/CREDITS: -------------------------------------------------------------------------------- 1 | Calendar 2 | Shane Caraveo, Colin Viebrock, Hartmut Holzgraefe, Wez Furlong 3 | -------------------------------------------------------------------------------- /ext/dom/tests/book.xml.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/dom/tests/book.xml.gz -------------------------------------------------------------------------------- /ext/exif/tests/test1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/test1.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/test2.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/test3.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/test4.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/test5.jpg -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-v0.7-00.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.7), Dictionary ID: None -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-v0.7-22.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.7), Dictionary ID: 513 -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-v0.8-00.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: None -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-v0.8-02.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: 770 -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-v0.8-16.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: 770 -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-v0.8-20.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: None -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-v0.8-22.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: 513 -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-v0.8-F4.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: None -------------------------------------------------------------------------------- /ext/gd/tests/bug22544.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug22544.png -------------------------------------------------------------------------------- /ext/gd/tests/bug37346.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug37346.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug37360.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug37360.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug38112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug38112.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug39780.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug39780.png -------------------------------------------------------------------------------- /ext/gd/tests/bug43121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug43121.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug43475.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug43475.png -------------------------------------------------------------------------------- /ext/gd/tests/bug43828.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug43828.png -------------------------------------------------------------------------------- /ext/gd/tests/bug50194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug50194.png -------------------------------------------------------------------------------- /ext/gd/tests/bug52070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug52070.png -------------------------------------------------------------------------------- /ext/gd/tests/bug64641.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug64641.png -------------------------------------------------------------------------------- /ext/gd/tests/bug66005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug66005.png -------------------------------------------------------------------------------- /ext/gd/tests/bug67325.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug67325.jpg -------------------------------------------------------------------------------- /ext/gd/tests/bug72604.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug72604.png -------------------------------------------------------------------------------- /ext/gd/tests/bug72913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug72913.png -------------------------------------------------------------------------------- /ext/gd/tests/bug73213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug73213.png -------------------------------------------------------------------------------- /ext/gd/tests/bug73272.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug73272.png -------------------------------------------------------------------------------- /ext/gd/tests/bug73614.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug73614.png -------------------------------------------------------------------------------- /ext/gd/tests/bug74435.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug74435.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug75124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug75124.png -------------------------------------------------------------------------------- /ext/gd/tests/bug75571.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug75571.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug77195.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug77195.jpg -------------------------------------------------------------------------------- /ext/gd/tests/bug77391.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug77391.bmp -------------------------------------------------------------------------------- /ext/gd/tests/bug77943.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug77943.png -------------------------------------------------------------------------------- /ext/gd/tests/crafted.gd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/crafted.gd2 -------------------------------------------------------------------------------- /ext/gd/tests/test8859.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/test8859.ttf -------------------------------------------------------------------------------- /ext/ldap/CREDITS: -------------------------------------------------------------------------------- 1 | LDAP 2 | Amitay Isaacs, Eric Warnke, Rasmus Lerdorf, Gerrit Thomson, Stig Venaas 3 | -------------------------------------------------------------------------------- /ext/odbc/CREDITS: -------------------------------------------------------------------------------- 1 | ODBC 2 | Stig Bakken, Andreas Karajannis, Frank M. Kromann, Daniel R. Kalowsky 3 | -------------------------------------------------------------------------------- /ext/opcache/tests/opt/sccp_exception2.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /tests/output/ob_018.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/tests/output/ob_018.phpt -------------------------------------------------------------------------------- /Zend/tests/bug67436/c.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/standard/tests/file/test2.csv: -------------------------------------------------------------------------------- 1 | "One","\"Two\"","Three\"","Four","\\","\\\\\\\\\\\\\\\\\\\\\\\"\\\\" 2 | -------------------------------------------------------------------------------- /ext/standard/tests/general_functions/get_included_files_inc1.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/xsl/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/xsl/tests/xslt001.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/xsl/tests/xslt001.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt002.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/xsl/tests/xslt002.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt003.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/xsl/tests/xslt003.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt005.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/xsl/tests/xslt005.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt006.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/xsl/tests/xslt006.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt007.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/xsl/tests/xslt007.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt008.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/xsl/tests/xslt008.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt012.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/xsl/tests/xslt012.phpt -------------------------------------------------------------------------------- /ext/zip/examples/test1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/examples/test1.zip -------------------------------------------------------------------------------- /ext/zip/examples/test_im.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/examples/test_im.zip -------------------------------------------------------------------------------- /ext/zip/tests/binarynull.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/tests/binarynull.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug40228.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/tests/bug40228.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug49072.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/tests/bug49072.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug70752.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/tests/bug70752.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug72258.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/tests/bug72258.phpt -------------------------------------------------------------------------------- /ext/zip/tests/bug72258.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/tests/bug72258.zip -------------------------------------------------------------------------------- /ext/zip/tests/pecl12414.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/tests/pecl12414.zip -------------------------------------------------------------------------------- /ext/zlib/CREDITS: -------------------------------------------------------------------------------- 1 | Zlib 2 | Rasmus Lerdorf, Stefan Roehrich, Zeev Suraski, Jade Nicoletti, Michael Wallner 3 | -------------------------------------------------------------------------------- /ext/zlib/tests/bug55544.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zlib/tests/bug55544.phpt -------------------------------------------------------------------------------- /ext/zlib/tests/ob_001.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zlib/tests/ob_001.phpt -------------------------------------------------------------------------------- /ext/zlib/tests/ob_003.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zlib/tests/ob_003.phpt -------------------------------------------------------------------------------- /ext/zlib/tests/ob_004.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zlib/tests/ob_004.phpt -------------------------------------------------------------------------------- /sapi/cli/tests/bug77561.inc: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | (1.b) indirect x 3 | -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-3-skippable-frames.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: 1 -------------------------------------------------------------------------------- /ext/gd/tests/bug47946_exp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug47946_exp.png -------------------------------------------------------------------------------- /ext/gd/tests/libgd00094.xbm: -------------------------------------------------------------------------------- 1 | #define width 255 2 | #define height 1073741824 3 | static unsigned char bla = { 4 | -------------------------------------------------------------------------------- /ext/hash/CREDITS: -------------------------------------------------------------------------------- 1 | PHP hash 2 | Sara Golemon, Rasmus Lerdorf, Stefan Esser, Michael Wallner, Scott MacVicar 3 | -------------------------------------------------------------------------------- /ext/iconv/tests/bug78069.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/iconv/tests/bug78069.data -------------------------------------------------------------------------------- /ext/iconv/tests/iconv001.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/iconv/tests/iconv001.phpt -------------------------------------------------------------------------------- /ext/libxml/CREDITS: -------------------------------------------------------------------------------- 1 | LIBXML 2 | Christian Stocker, Rob Richards, Marcus Boerger, Wez Furlong, Shane Caraveo 3 | -------------------------------------------------------------------------------- /ext/libxml/tests/bug69753.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ext/mbstring/tests/common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/common.inc -------------------------------------------------------------------------------- /ext/opcache/CREDITS: -------------------------------------------------------------------------------- 1 | Opcache 2 | Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Dmitry Stogov, Xinchen Hui 3 | -------------------------------------------------------------------------------- /ext/opcache/tests/preload_const_autoload_2.inc: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]> 5 | 6 | -------------------------------------------------------------------------------- /ext/exif/tests/bug72735/nokia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/bug72735/nokia.jpg -------------------------------------------------------------------------------- /ext/fileinfo/tests/bug67516.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/bug67516.gif -------------------------------------------------------------------------------- /ext/fileinfo/tests/bug68735.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/bug68735.jpg -------------------------------------------------------------------------------- /ext/fileinfo/tests/bug79756.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/bug79756.xls -------------------------------------------------------------------------------- /ext/gd/tests/imagearc_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagearc_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagearc_error1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagearc_error1.png -------------------------------------------------------------------------------- /ext/gd/tests/imagechar_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagechar_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imageopenpolygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imageopenpolygon.png -------------------------------------------------------------------------------- /ext/gd/tests/imagepolygon_aa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagepolygon_aa.png -------------------------------------------------------------------------------- /ext/gd/tests/invalid_neg_size.gd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/invalid_neg_size.gd2 -------------------------------------------------------------------------------- /ext/gd/tests/src私はガラスを食べられます.wbmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/src私はガラスを食べられます.wbmp -------------------------------------------------------------------------------- /ext/iconv/tests/eucjp2sjis.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/iconv/tests/eucjp2sjis.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/eucjp2utf8.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/iconv/tests/eucjp2utf8.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_strlen.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/iconv/tests/iconv_strlen.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_strpos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/iconv/tests/iconv_strpos.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_substr.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/iconv/tests/iconv_substr.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/bug26639.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/bug26639.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/casefold.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/casefold.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_ereg.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_ereg.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_strlen.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_strlen.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_strpos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_strpos.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_substr.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_substr.phpt -------------------------------------------------------------------------------- /ext/opcache/tests/bug78106_test2.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /tests/classes/constants_basic_003.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Zend/tests/constants/fixtures/folder1/fixture.inc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_stripos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_stripos.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/simpletest.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/simpletest.phpt -------------------------------------------------------------------------------- /ext/opcache/tests/preload_unresolved_prop_type_2.inc: -------------------------------------------------------------------------------- 1 | 𝄞<" 2 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/unserialize/splobjectstorage_negative_count: -------------------------------------------------------------------------------- 1 | C:16:"SplObjectStorage":25:{x:i:-9223372036854775808;} 2 | -------------------------------------------------------------------------------- /tests/run-test/test011.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | EXPECT_EXTERNAL 3 | --FILE-- 4 | abc 5 | --EXPECT_EXTERNAL-- 6 | test011.txt 7 | -------------------------------------------------------------------------------- /ext/bz2/tests/003私はガラスを食べられます.txt.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/bz2/tests/003私はガラスを食べられます.txt.bz2 -------------------------------------------------------------------------------- /ext/exif/tests/bug50660/bug50660-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/bug50660/bug50660-1.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug50660/bug50660-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/bug50660/bug50660-2.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72735/panasonic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/bug72735/panasonic.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72819/bug72819.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/bug72819/bug72819.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug73115/bug73115.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/bug73115/bug73115.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug74428/bug74428.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/bug74428/bug74428.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug75785/P1000506.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/bug75785/P1000506.JPG -------------------------------------------------------------------------------- /ext/exif/tests/bug77564/bug77564.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/bug77564/bug77564.jpg -------------------------------------------------------------------------------- /ext/exif/tests/exif_encoding_crash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/exif_encoding_crash.jpg -------------------------------------------------------------------------------- /ext/exif/tests/nesting_level_oom.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/nesting_level_oom.tiff -------------------------------------------------------------------------------- /ext/exif/tests/redhat-bug1362571.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/redhat-bug1362571.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test2私はガラスを食べられます.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/test2私はガラスを食べられます.jpg -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/dir.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/resources/dir.zip -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/test.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/resources/test.bmp -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/resources/test.gif -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/resources/test.jpg -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/test.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/resources/test.mp3 -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/resources/test.png -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/test.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/resources/test.ppt -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/test.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/resources/test.tga -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/test.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/fileinfo/tests/resources/test.webm -------------------------------------------------------------------------------- /ext/gd/tests/bug22544私はガラスを食べられます.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug22544私はガラスを食べられます.png -------------------------------------------------------------------------------- /ext/gd/tests/bug37346私はガラスを食べられます.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/bug37346私はガラスを食べられます.gif -------------------------------------------------------------------------------- /ext/gd/tests/conv_test私はガラスを食べられます.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/conv_test私はガラスを食べられます.jpg -------------------------------------------------------------------------------- /ext/gd/tests/imagearc_variation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagearc_variation1.png -------------------------------------------------------------------------------- /ext/gd/tests/imagearc_variation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagearc_variation2.png -------------------------------------------------------------------------------- /ext/gd/tests/imagecolorset_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagecolorset_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefromstring.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagecreatefromstring.bmp -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefromstring.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagecreatefromstring.gif -------------------------------------------------------------------------------- /ext/gd/tests/imagefilledarc_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagefilledarc_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagefilledarc_error1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagefilledarc_error1.png -------------------------------------------------------------------------------- /ext/gd/tests/imagerectangle_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagerectangle_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagesetbrush_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagesetbrush_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagestringup_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagestringup_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/libgd00094私はガラスを食べられます.xbm: -------------------------------------------------------------------------------- 1 | #define width 255 2 | #define height 1073741824 3 | static unsigned char bla = { 4 | -------------------------------------------------------------------------------- /ext/iconv/tests/eucjp2iso2022jp.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/iconv/tests/eucjp2iso2022jp.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_mime_encode.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/iconv/tests/iconv_mime_encode.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/ob_iconv_handler.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/iconv/tests/ob_iconv_handler.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/translit-failure.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/iconv/tests/translit-failure.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_http_input.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_http_input.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_send_mail02.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_send_mail02.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_send_mail04.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_send_mail04.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_send_mail05.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_send_mail05.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_send_mail06.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_send_mail06.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_send_mail07.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_send_mail07.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_strimwidth.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_strimwidth.phpt -------------------------------------------------------------------------------- /ext/opcache/tests/preload_bug78175.inc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /ext/zip/examples/test_with_comment.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/examples/test_with_comment.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug40228私はガラスを食べられます.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/tests/bug40228私はガラスを食べられます.zip -------------------------------------------------------------------------------- /ext/zip/tests/compression_methods.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zip/tests/compression_methods.zip -------------------------------------------------------------------------------- /ext/zlib/tests/004私はガラスを食べられます.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zlib/tests/004私はガラスを食べられます.txt.gz -------------------------------------------------------------------------------- /ext/zlib/tests/bug73944_fixture_1.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zlib/tests/bug73944_fixture_1.data -------------------------------------------------------------------------------- /ext/zlib/tests/bug73944_fixture_2.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zlib/tests/bug73944_fixture_2.data -------------------------------------------------------------------------------- /sapi/cli/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug34704.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug34704.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug34704_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug34704_2.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug48378.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug48378.jpeg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug68113.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug68113.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug68113_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug68113_2.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug68799.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug68799.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug72094_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug72094_1.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug72094_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug72094_2.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug72094_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug72094_3.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug72094_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug72094_4.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug72603.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug72603.jpeg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug72618.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug72618.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug72627.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug72627.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug73737.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug73737.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug76130_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug76130_1.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug76130_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug76130_2.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug76423.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug76423.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug76557.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug76557.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug77540.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug77540.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug77563.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug77563.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug77753.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug77753.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug77831.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug77831.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug77950.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug77950.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug77988.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/bug77988.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image007.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image008.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image009.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image010.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image011.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image012.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image013.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image014.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image015.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image016.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image016.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image017.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image017.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image018.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image018.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image020.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image020.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image021.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image021.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image022.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image022.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image023.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image023.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image024.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image025.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image026.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image026.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/image027.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/sapi/fuzzer/corpus/exif/image027.tiff -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/5.json: -------------------------------------------------------------------------------- 1 | [ 2 | {"":"value"}, 3 | {"":"value", "key":"value"}, 4 | {"key":"value", "":"value"} 5 | ] 6 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/unserialize/bug73144_1: -------------------------------------------------------------------------------- 1 | a:2:{i:0;O:1:"0":2:0s:1:"0";i:0;s:1:"0";a:1:{i:0;C:11:"ArrayObject":7:{x:i:0;r} 2 | -------------------------------------------------------------------------------- /tests/func/001.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Strlen() function test 3 | --FILE-- 4 | 5 | --EXPECT-- 6 | 6 7 | -------------------------------------------------------------------------------- /Zend/tests/bug77652.inc: -------------------------------------------------------------------------------- 1 | function() { 4 | return new class implements I {}; 5 | }, 6 | ]; 7 | -------------------------------------------------------------------------------- /Zend/tests/constants/fixtures/folder1/subfolder1/fixture.inc: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /ext/standard/tests/image/bug70052_1.wbmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/standard/tests/image/bug70052_1.wbmp -------------------------------------------------------------------------------- /ext/standard/tests/image/bug70052_2.wbmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/standard/tests/image/bug70052_2.wbmp -------------------------------------------------------------------------------- /ext/standard/tests/image/test12pix.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/standard/tests/image/test12pix.webp -------------------------------------------------------------------------------- /ext/standard/tests/image/test3llpix.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/standard/tests/image/test3llpix.webp -------------------------------------------------------------------------------- /ext/standard/tests/strings/bug20934.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/standard/tests/strings/bug20934.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/bug37244.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/standard/tests/strings/bug37244.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/bug65769.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/standard/tests/strings/bug65769.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/md5_file.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/standard/tests/strings/md5_file.phpt -------------------------------------------------------------------------------- /ext/zlib/tests/zlib_filter_deflate2.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/zlib/tests/zlib_filter_deflate2.phpt -------------------------------------------------------------------------------- /sapi/cli/tests/bug65275.inc: -------------------------------------------------------------------------------- 1 | 7 | --EXPECT-- 8 | Hello 9 | -------------------------------------------------------------------------------- /Zend/tests/attributes/030_strict_types.inc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ext/exif/tests/bug77184/DJI_0245_tiny.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/exif/tests/bug77184/DJI_0245_tiny.jpg -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefrombmp_basic.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagecreatefrombmp_basic.bmp -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefrombmp_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagecreatefrombmp_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefromstring_bmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagecreatefromstring_bmp.png -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefromtga_basic.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagecreatefromtga_basic.tga -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatetruecolor_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagecreatetruecolor_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagefilledarc_variation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagefilledarc_variation1.png -------------------------------------------------------------------------------- /ext/gd/tests/imagefilledarc_variation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagefilledarc_variation2.png -------------------------------------------------------------------------------- /ext/gd/tests/imagefilledellipse_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagefilledellipse_basic.png -------------------------------------------------------------------------------- /ext/intl/tests/_files/res_index.txt: -------------------------------------------------------------------------------- 1 | res_index:table(nofallback) { 2 | InstalledLocales { 3 | es {""} 4 | root {""} 5 | } 6 | } -------------------------------------------------------------------------------- /ext/ldap/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_convert_encoding.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_convert_encoding.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_detect_encoding.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_detect_encoding.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_ereg_search_pos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_ereg_search_pos.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_ereg_search_xxx.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_ereg_search_xxx.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_http_input_pass.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_http_input_pass.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/zend_multibyte-01.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/zend_multibyte-01.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/zend_multibyte-04.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/zend_multibyte-04.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/zend_multibyte-08.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/zend_multibyte-08.phpt -------------------------------------------------------------------------------- /ext/opcache/tests/preload_unresolved_prop_type.inc: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /tests/lang/bug73172.inc: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ]> 6 | 7 | -------------------------------------------------------------------------------- /ext/filter/tests/001.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Simple GET test 3 | --GET-- 4 | a=1 5 | --FILE-- 6 | 7 | --EXPECT-- 8 | 1 9 | -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefromtga_variation.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagecreatefromtga_variation.tga -------------------------------------------------------------------------------- /ext/gd/tests/imagegammacorrect_variation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/imagegammacorrect_variation1.png -------------------------------------------------------------------------------- /ext/gd/tests/invalid_neg_size私はガラスを食べられます.gd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/gd/tests/invalid_neg_size私はガラスを食べられます.gd2 -------------------------------------------------------------------------------- /ext/iconv/php_iconv.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | _libiconv_version 3 | libiconv_close 4 | libiconv 5 | libiconv_open 6 | libiconv_set_relocation_prefix 7 | -------------------------------------------------------------------------------- /ext/intl/CREDITS: -------------------------------------------------------------------------------- 1 | Internationalization 2 | Ed Batutis, Vladimir Iordanov, Dmitry Lakhtyuk, Stanislav Malyshev, Vadim Savchuk, Kirti Velankar 3 | -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_convert_variables.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_convert_variables.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_ereg_search_setpos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctfang/php-src/master/ext/mbstring/tests/mb_ereg_search_setpos.phpt -------------------------------------------------------------------------------- /ext/mysqli/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/opcache/tests/preload_bug78376.inc: -------------------------------------------------------------------------------- 1 |