├── docs ├── .gitignore ├── source │ ├── _static │ │ └── .gitkeep │ └── _templates │ │ └── .gitkeep └── requirements.txt ├── ext ├── dom │ ├── tests │ │ ├── empty.html │ │ ├── modern │ │ │ ├── html │ │ │ │ ├── interactions │ │ │ │ │ └── test foo.html │ │ │ │ └── parser │ │ │ │ │ └── paragraph.html │ │ │ └── xml │ │ │ │ ├── test foo.xml │ │ │ │ └── dummy.xml │ │ ├── book.xml.gz │ │ ├── book-not-a-schema.xsd │ │ ├── bug67081_0.xml │ │ └── nsdoc.xml │ └── CREDITS ├── curl │ ├── tests │ │ ├── CONFLICTS │ │ ├── curl_testdata1.txt │ │ └── curl_testdata2.txt │ └── CREDITS ├── ffi │ ├── tests │ │ ├── bug78761_preload.h │ │ ├── ffi_load_error.h │ │ ├── preload.inc │ │ ├── bug79075.inc │ │ ├── 300.h │ │ ├── bug78761_preload.php │ │ ├── callconv_x86.dll │ │ └── gh14215.h │ └── CREDITS ├── ldap │ ├── tests │ │ ├── CONFLICTS │ │ └── ldap_connect_ldap_conf.conf │ └── CREDITS ├── odbc │ ├── tests │ │ └── CONFLICTS │ └── CREDITS ├── snmp │ ├── tests │ │ └── CONFLICTS │ └── CREDITS ├── mysqli │ ├── tests │ │ ├── CONFLICTS │ │ └── foo │ │ │ ├── foo.data │ │ │ └── bar │ │ │ └── bar.data │ └── CREDITS ├── openssl │ ├── tests │ │ ├── CONFLICTS │ │ ├── plain.txt │ │ ├── bug74022.pfx │ │ └── shakespeare.p7s │ └── 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 │ │ ├── bug70019.zip │ │ ├── bug70433.zip │ │ ├── bug71498.zip │ │ ├── bug72928.zip │ │ ├── bug77565.zip │ │ ├── bug81726.gz │ │ ├── gh12532.zip │ │ ├── gh14603.phpt │ │ ├── bug69279a.zip │ │ ├── bug69324.phar │ │ ├── bug69441.phar │ │ ├── bug69720.phar │ │ ├── bug73764.phar │ │ ├── bug73768.phar │ │ ├── bug77143.phar │ │ ├── bug79503.phar │ │ ├── bug79797.phar │ │ ├── files │ │ │ ├── blog.phar │ │ │ ├── md5.phar │ │ │ ├── sha1.phar │ │ │ ├── zfapp.tgz │ │ │ ├── nophar.phar │ │ │ ├── sha256.phar │ │ │ ├── sha512.phar │ │ │ ├── notbogus.zip │ │ │ ├── openssl.phar │ │ │ ├── openssl256.phar │ │ │ ├── openssl512.phar │ │ │ ├── include_path.phar │ │ │ ├── include_path2.phar │ │ │ ├── pear2coverage.phar │ │ │ ├── frontcontroller.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 │ │ │ │ ├── zip.zip │ │ │ │ ├── bzip2.zip │ │ │ │ ├── count1.zip │ │ │ │ ├── count2.zip │ │ │ │ ├── stdin.zip │ │ │ │ ├── test.odt │ │ │ │ ├── gh13037.zip │ │ │ │ ├── nozipend.zip │ │ │ │ ├── cdir_offset.zip │ │ │ │ ├── disknumber.zip │ │ │ │ ├── encrypted.zip │ │ │ │ ├── filecomment.zip │ │ │ │ ├── metadata.phar.zip │ │ │ │ └── truncfilename.zip │ │ ├── tar │ │ │ └── files │ │ │ │ └── P1-1.0.0.tgz │ │ ├── cache_list │ │ │ └── files │ │ │ │ ├── md5.phar │ │ │ │ ├── blog.phar │ │ │ │ ├── sha1.phar │ │ │ │ ├── write.phar │ │ │ │ └── zfapp.tgz │ │ └── bug74196.1.2.3.phar.tar.gz │ ├── phar.phar.1.in │ └── CREDITS ├── tidy │ ├── tests │ │ ├── 016.tcfg │ │ ├── 005.html │ │ ├── 007.html │ │ ├── 013.html │ │ ├── 015.html │ │ ├── gh10636_config │ │ ├── 005私はガラスを食べられます.html │ │ ├── open_basedir │ │ │ └── test.html │ │ ├── 016.html │ │ └── 020.phpt │ └── CREDITS ├── xmlreader │ ├── tests │ │ ├── schema-empty.xsd │ │ ├── schema-bad.xsd │ │ ├── 012.dtd │ │ └── 012.xml │ └── CREDITS ├── xsl │ ├── tests │ │ ├── bug49634.xml │ │ ├── xslt.xml │ │ ├── xslt011.xml │ │ ├── xslt.xsl.gz │ │ ├── xslt001.phpt │ │ ├── xslt002.phpt │ │ ├── xslt003.phpt │ │ ├── xslt005.phpt │ │ ├── xslt006.phpt │ │ ├── xslt007.phpt │ │ ├── xslt008.phpt │ │ ├── xslt012.phpt │ │ ├── xinclude │ │ │ └── xincluded.xml │ │ └── xslt008-mb.phpt │ └── CREDITS ├── pdo_mysql │ ├── tests │ │ ├── CONFLICTS │ │ └── foo │ │ │ ├── foo.data │ │ │ └── bar │ │ │ └── bar.data │ └── CREDITS ├── pdo_odbc │ ├── tests │ │ ├── CONFLICTS │ │ └── test.mdb │ └── CREDITS ├── standard │ ├── tests │ │ ├── image │ │ │ ├── blank_file.bmp │ │ │ ├── test.txt │ │ │ ├── 32x256.ico │ │ │ ├── 75x50.wbmp │ │ │ ├── test.gif │ │ │ ├── 200x100.bmp │ │ │ ├── 200x100.gif │ │ │ ├── 200x100.jpg │ │ │ ├── 200x100.png │ │ │ ├── 200x100.swf │ │ │ ├── 200x100.tiff │ │ │ ├── 246x247.png │ │ │ ├── 384x385.png │ │ │ ├── bug13213.jpg │ │ │ ├── bug71848.jpg │ │ │ ├── bug72278.jpg │ │ │ ├── bug75708.jpg │ │ │ ├── test1pix.bmp │ │ │ ├── test1pix.jp2 │ │ │ ├── test1pix.jpc │ │ │ ├── test1pix.jpg │ │ │ ├── test2pix.gif │ │ │ ├── test4pix.gif │ │ │ ├── test4pix.iff │ │ │ ├── test4pix.png │ │ │ ├── test4pix.psd │ │ │ ├── test4pix.swf │ │ │ ├── testAPP.jpg │ │ │ ├── bug70052_1.wbmp │ │ │ ├── bug70052_2.wbmp │ │ │ ├── test-1pix.bmp │ │ │ ├── test12pix.webp │ │ │ ├── test13pix.swf │ │ │ ├── test1bpix.bmp │ │ │ ├── test1pix.avif │ │ │ ├── test3llpix.webp │ │ │ ├── test3pix.webp │ │ │ └── test4pix.tiff │ │ ├── file │ │ │ ├── test3.csv │ │ │ ├── bug32160.txt │ │ │ ├── windows_acls │ │ │ │ └── tiny.bat │ │ │ ├── windows_links │ │ │ │ └── CONFLICTS │ │ │ ├── test2.csv │ │ │ └── fgetcsv_error_conditions.csv │ │ ├── ini_info │ │ │ └── loaded.ini │ │ ├── misc │ │ │ ├── browscap_no_default.ini │ │ │ └── browscap.ini │ │ ├── general_functions │ │ │ ├── proc_open_pipes_sleep.inc │ │ │ └── get_included_files_inc1.inc │ │ ├── strings │ │ │ ├── bug71806.data │ │ │ ├── utf8.phpt │ │ │ ├── bug37244.phpt │ │ │ ├── bug65769.phpt │ │ │ ├── md5_file.phpt │ │ │ ├── printf.phpt │ │ │ ├── strcmp.phpt │ │ │ ├── strlen.phpt │ │ │ └── strcasecmp.phpt │ │ ├── class_object │ │ │ ├── AutoLoaded.inc │ │ │ ├── AutoTrait.inc │ │ │ └── AutoInterface.inc │ │ └── serialize │ │ │ └── 006.phpt │ ├── dl.stub.php │ └── html_tables │ │ ├── ents_basic.txt │ │ └── ents_basic_apos.txt ├── bcmath │ └── CREDITS ├── bz2 │ ├── CREDITS │ └── tests │ │ ├── 003.txt.bz2 │ │ ├── 72613.bz2 │ │ ├── 004_1.txt.bz2 │ │ ├── 004_2.txt.bz2 │ │ └── 003私はガラスを食べられます.txt.bz2 ├── pdo_firebird │ ├── tests │ │ ├── CONFLICTS │ │ ├── bug_76448.data │ │ ├── bug_76449.data │ │ ├── bug_76450.data │ │ ├── bug_76452.data │ │ └── payload_test.data │ └── CREDITS ├── sodium │ └── CREDITS ├── ctype │ └── CREDITS ├── fileinfo │ ├── tests │ │ ├── upstream │ │ │ ├── json4.testfile │ │ │ ├── json5.result │ │ │ ├── json5.testfile │ │ │ ├── json7.result │ │ │ ├── CVE-2014-1943.testfile │ │ │ ├── json1.result │ │ │ ├── json2.result │ │ │ ├── json3.result │ │ │ ├── json4.result │ │ │ ├── json6.result │ │ │ ├── json6.testfile │ │ │ ├── json8.result │ │ │ ├── json7.testfile │ │ │ ├── json8.testfile │ │ │ ├── jsonlines1.testfile │ │ │ ├── pcjr.result │ │ │ ├── issue311docx.result │ │ │ ├── issue359xlsx.result │ │ │ ├── CVE-2014-1943.result │ │ │ ├── jsonlines1.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 │ │ │ ├── matilde.arm.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 │ │ │ ├── uf2.result │ │ │ ├── zstd-3-skippable-frames.result │ │ │ ├── hddrawcopytool.result │ │ │ ├── arj.testfile │ │ │ ├── uf2.testfile │ │ │ ├── ext4.testfile │ │ │ ├── pcjr.testfile │ │ │ ├── arj.result │ │ │ ├── bcachefs.testfile │ │ │ ├── dsd64-dsf.result │ │ │ └── gpkg-1-zst.result │ │ ├── bug71527.magic │ │ ├── resources │ │ │ ├── test.awk │ │ │ ├── dir.zip │ │ │ ├── test.bmp │ │ │ ├── test.gif │ │ │ ├── test.jpg │ │ │ ├── test.mp3 │ │ │ ├── test.png │ │ │ ├── test.ppt │ │ │ ├── test.tga │ │ │ ├── test.xz │ │ │ ├── test.webm │ │ │ └── test.woff │ │ ├── bug71527私はガラスを食べられます.magic │ │ ├── magic │ │ ├── 67647.mov │ │ ├── 68398.zip │ │ ├── 68731.gif │ │ ├── bug67516.gif │ │ ├── bug68735.jpg │ │ ├── bug79756.xls │ │ ├── cve-2014-1943私はガラスを食べられます.magic │ │ ├── bug-gh11891.svg │ │ └── magic私はガラスを食べられます │ ├── Makefile.frag │ └── CREDITS ├── gd │ ├── tests │ │ ├── bug73161.gd2 │ │ ├── php.gif │ │ ├── src.gd2 │ │ ├── Tuffy.ttf │ │ ├── gd223.png │ │ ├── girl.avif │ │ ├── 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 │ │ ├── gh10614.png │ │ ├── gh13082.gdf │ │ ├── gh17349.png │ │ ├── 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 │ │ ├── bug51498_exp.png │ │ ├── gif_nocolormaps.gif │ │ ├── imagearc_basic.png │ │ ├── imagearc_error1.png │ │ ├── imagebmp_basic.png │ │ ├── imagechar_basic.png │ │ ├── imagepolygon_aa.png │ │ ├── libgd00094.xbm │ │ ├── Rochester-Regular.otf │ │ ├── Tuffy私はガラスを食べられます.ttf │ │ ├── imagecharup_basic.png │ │ ├── imagecreatefromtga.png │ │ ├── imageellipse_basic.png │ │ ├── imagegd_truecolor.png │ │ ├── imageopenpolygon.png │ │ ├── imagestring_basic.png │ │ ├── invalid_neg_size.gd2 │ │ ├── src私はガラスを食べられます.wbmp │ │ ├── bug22544私はガラスを食べられます.png │ │ ├── bug37346私はガラスを食べられます.gif │ │ ├── imagearc_variation1.png │ │ ├── imagearc_variation2.png │ │ ├── imagecolorset_basic.png │ │ ├── imagefilledarc_basic.png │ │ ├── imagerectangle_basic.png │ │ ├── imagesetbrush_basic.png │ │ ├── imagestringup_basic.png │ │ ├── conv_test私はガラスを食べられます.jpg │ │ ├── imageconvolution_basic.png │ │ ├── imagecreatefromstring.bmp │ │ ├── imagecreatefromstring.gif │ │ ├── imagecreatefromstring.wbmp │ │ ├── imagecreatefromstring.webp │ │ ├── imagefilledarc_error1.png │ │ ├── imagefilltoborder_basic.png │ │ ├── imagegammacorrect_basic.png │ │ ├── imagelayereffect_basic.png │ │ ├── imagesetthickness_basic.png │ │ ├── libgd00094私はガラスを食べられます.xbm │ │ ├── imagecreatefrombmp_basic.bmp │ │ ├── imagecreatefrombmp_basic.png │ │ ├── imagecreatefromstring_bmp.png │ │ ├── imagecreatefromtga_basic.tga │ │ ├── imagefilledarc_variation1.png │ │ ├── imagefilledarc_variation2.png │ │ ├── imagefilledellipse_basic.png │ │ ├── imagecreatefromtga_variation.tga │ │ ├── imagecreatetruecolor_basic.png │ │ ├── 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 │ │ ├── bug40228.zip │ │ ├── bug49072.zip │ │ ├── bug70752.zip │ │ ├── bug72258.phpt │ │ ├── bug72258.zip │ │ ├── bug81420.zip │ │ ├── pecl12414.zip │ │ ├── binarynull.zip │ │ ├── test_procedural.zip │ │ ├── test_with_comment.zip │ │ ├── compression_methods.zip │ │ └── bug40228私はガラスを食べられます.zip ├── com_dotnet │ └── CREDITS ├── date │ ├── CREDITS │ └── tests │ │ ├── ossfuzz-55599.txt │ │ ├── ossfuzz-55589.txt │ │ ├── ossfuzz-56931.txt │ │ └── ossfuzz-55727.txt ├── ftp │ └── CREDITS ├── gmp │ └── CREDITS ├── opcache │ ├── tests │ │ ├── gh16577.inc │ │ ├── bug81607.inc │ │ ├── gh10405.inc │ │ ├── jit │ │ │ ├── gh8461-006.inc │ │ │ ├── gh8591-004.inc │ │ │ ├── gh8591-001.inc │ │ │ └── gh8591-002.inc │ │ ├── bug64482.inc │ │ ├── gh8063 │ │ │ ├── Bar.inc │ │ │ ├── Baz.inc │ │ │ └── Foo.inc │ │ ├── preload_parse_error.inc │ │ ├── blacklist.inc │ │ ├── bug78106_include.inc │ │ ├── preload_include_dummy.inc │ │ ├── warning_replay.inc │ │ ├── gh8846-1.inc │ │ ├── preload_early_binding.inc │ │ ├── gh9968-1.inc │ │ ├── preload_class_alias.inc │ │ ├── gh15021_required.inc │ │ ├── opt │ │ │ └── sccp_exception2.inc │ │ ├── preload_bug78014.inc │ │ ├── preload_dynamic_function.inc │ │ ├── preload_ind.inc │ │ ├── preload_optimizer.inc │ │ ├── gh13433 │ │ │ ├── ParentClass.inc │ │ │ └── TraitA.inc │ │ ├── gh8846-2.inc │ │ ├── preload_const_autoload_2.inc │ │ ├── preload_globals.inc │ │ ├── preload_undef_const.inc │ │ ├── bug78106_test2.php │ │ ├── preload_error_handler_ind.inc │ │ ├── preload_loadable_classes_3.inc │ │ ├── preload_gh10914.inc │ │ ├── preload_unresolved_prop_type_2.inc │ │ ├── preload_bug78175.inc │ │ ├── preload_class_alias_2.inc │ │ ├── preload_nested_function.inc │ │ ├── preload_user.inc │ │ └── preload_inheritance_error_ind.inc │ └── CREDITS ├── readline │ └── CREDITS ├── spl │ ├── CREDITS │ └── tests │ │ ├── testclass │ │ ├── SplFileObject │ │ ├── fileobject_001b.txt │ │ ├── fileobject_001a.txt │ │ ├── bug62004.txt │ │ ├── SplFileObject_testinput.csv │ │ └── bug46569.csv │ │ ├── testclass.inc │ │ ├── testclass.php.inc │ │ └── testclass.class.inc ├── sysvsem │ └── CREDITS ├── dba │ ├── CREDITS │ └── tests │ │ └── 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 │ │ ├── bug72603.jpg │ │ ├── bug72618.jpg │ │ ├── bug76423.jpg │ │ ├── bug76557.jpg │ │ ├── bug77540.jpg │ │ ├── bug77563.jpg │ │ ├── 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 │ │ ├── image024.jpg │ │ ├── image025.jpg │ │ ├── bug54002_1.jpg │ │ ├── bug54002_2.jpg │ │ ├── bug62523_1.jpg │ │ ├── bug62523_2.jpg │ │ ├── bug71534.tiff │ │ ├── bug72094_1.jpg │ │ ├── bug72094_2.jpg │ │ ├── bug72094_3.jpg │ │ ├── bug72094_4.jpg │ │ ├── bug72627.tiff │ │ ├── bug73737.tiff │ │ ├── bug76130_1.jpg │ │ ├── bug76130_2.jpg │ │ ├── bug77753.tiff │ │ ├── bug77831.tiff │ │ ├── bug77950.tiff │ │ ├── image016.tiff │ │ ├── image017.tiff │ │ ├── image018.tiff │ │ ├── image020.tiff │ │ ├── image021.tiff │ │ ├── image022.tiff │ │ ├── image023.tiff │ │ ├── image026.tiff │ │ ├── image027.tiff │ │ ├── bug72735 │ │ ├── nokia.jpg │ │ ├── samsung.jpg │ │ └── panasonic.jpg │ │ ├── bug72819 │ │ └── bug72819.jpg │ │ ├── bug73115 │ │ └── bug73115.jpg │ │ ├── bug74428 │ │ └── bug74428.jpg │ │ ├── bug75785 │ │ └── P1000506.JPG │ │ ├── bug77564 │ │ └── bug77564.jpg │ │ ├── nesting_level_oom.tiff │ │ ├── redhat-bug1362571.jpg │ │ ├── test2私はガラスを食べられます.jpg │ │ ├── bug34704私はガラスを食べられます.jpg │ │ ├── bug50660 │ │ ├── bug50660-1.jpg │ │ └── bug50660-2.jpg │ │ ├── bug68113私はガラスを食べられます.jpg │ │ ├── exif_encoding_crash.jpg │ │ ├── float_cast_overflow.tiff │ │ ├── temporary_buffer_leak.jpg │ │ └── bug77184 │ │ └── DJI_0245_tiny.jpg ├── mbstring │ ├── libmbfl │ │ └── config.h.w32 │ ├── CREDITS │ └── tests │ │ ├── common.inc │ │ ├── bug26639.phpt │ │ ├── casefold.phpt │ │ ├── mb_ereg.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_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 ├── pcntl │ └── CREDITS ├── soap │ ├── tests │ │ └── bugs │ │ │ ├── bug51561.inc │ │ │ ├── bug62900_run │ │ │ ├── bug28969.phpt │ │ │ ├── bug38005.phpt │ │ │ └── bug38067.phpt │ └── 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_strrpos.phpt │ │ ├── iconv_substr.phpt │ │ ├── translit-utf8.phpt │ │ ├── eucjp2iso2022jp.phpt │ │ ├── ob_iconv_handler.phpt │ │ ├── translit-failure.phpt │ │ └── iconv_mime_encode.phpt │ └── CREDITS ├── libxml │ ├── tests │ │ ├── libxml_disable_entity_loader_payload.txt │ │ ├── bug69753.xml │ │ └── bug69753私はガラスを食べられます.xml │ └── CREDITS ├── pcre │ ├── CREDITS │ └── tests │ │ ├── 007.phpt │ │ ├── locales.phpt │ │ └── skip_002.inc ├── pdo_sqlite │ └── CREDITS ├── sysvmsg │ └── CREDITS ├── sysvshm │ └── CREDITS ├── enchant │ └── CREDITS ├── json │ └── CREDITS ├── reflection │ ├── tests │ │ ├── bug64936.inc │ │ ├── bug74454.inc │ │ └── gh11937_2.inc │ └── CREDITS ├── session │ ├── CREDITS │ └── tests │ │ └── session_id_error3.phpt ├── xmlwriter │ └── CREDITS ├── simplexml │ ├── tests │ │ ├── bug79971_1.xml │ │ └── sxe.ent │ └── CREDITS ├── tokenizer │ ├── CREDITS │ └── .gitattributes ├── xml │ ├── CREDITS │ └── tests │ │ ├── inc.ent │ │ └── xml007.phpt ├── shmop │ └── CREDITS ├── sqlite3 │ ├── CREDITS │ └── tests │ │ └── new_db.inc ├── pdo_pgsql │ └── CREDITS ├── mysqlnd │ └── CREDITS ├── pdo_dblib │ └── CREDITS ├── zlib │ ├── tests │ │ ├── 004.txt.gz │ │ ├── gzgetss.gz │ │ ├── ob_001.phpt │ │ ├── ob_003.phpt │ │ ├── ob_004.phpt │ │ ├── bug55544.phpt │ │ ├── bug67724.gz.gz │ │ ├── bug55544-win.phpt │ │ ├── 004私はガラスを食べられます.txt.gz │ │ ├── bug73944_fixture_1.data │ │ ├── bug73944_fixture_2.data │ │ └── zlib_filter_deflate2.phpt │ └── CREDITS ├── calendar │ ├── CREDITS │ └── tests │ │ └── jdtojewish.phpt ├── sockets │ └── CREDITS ├── filter │ └── CREDITS ├── pdo │ ├── tests │ │ └── bug_36798.phpt │ └── CREDITS ├── hash │ └── CREDITS ├── zend_test │ └── tests │ │ ├── get_function_or_method_name_01.inc │ │ └── gh10370.tar └── intl │ └── tests │ ├── msgfmt_format_error4.phpt │ └── _files │ └── res_index.txt ├── sapi ├── phpdbg │ ├── tests │ │ ├── empty.inc │ │ ├── include.inc │ │ ├── gh12962 │ │ │ └── .phpdbginit │ │ └── bug73615 │ │ │ └── .phpdbginit │ └── CREDITS ├── cgi │ ├── php-cgi.1.in │ └── 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 │ │ ├── test22.jpg │ │ ├── test3.jpg │ │ ├── test4.jpg │ │ ├── test5.jpg │ │ ├── test6.jpg │ │ ├── bug34704.jpg │ │ ├── bug48378.jpeg │ │ ├── bug68113.jpg │ │ ├── bug68799.jpg │ │ ├── bug72603.jpeg │ │ ├── bug72618.jpg │ │ ├── bug72627.tiff │ │ ├── bug73737.tiff │ │ ├── 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 │ │ ├── bug34704_2.jpg │ │ ├── bug54002_1.jpeg │ │ ├── bug54002_2.jpeg │ │ ├── bug68113_2.jpg │ │ ├── bug72094_1.jpg │ │ ├── bug72094_2.jpg │ │ ├── bug72094_3.jpg │ │ ├── bug72094_4.jpg │ │ ├── bug76130_1.jpg │ │ └── bug76130_2.jpg ├── embed │ └── CREDITS ├── litespeed │ └── CREDITS ├── cli │ ├── cli_win32.c │ ├── tests │ │ ├── bug67741_stub.inc │ │ ├── bug77561.inc │ │ ├── preload.inc │ │ ├── skipif.inc │ │ └── bug65275.inc │ └── CREDITS ├── fpm │ └── CREDITS └── apache2handler │ └── CREDITS ├── Zend └── tests │ ├── php_tag_only.inc │ ├── bug74603.ini │ ├── dim_assign_001.txt │ ├── bug79948.inc │ ├── unset │ └── unset.inc │ ├── 014.inc │ ├── gh11108_test.inc │ ├── bug54804.inc │ ├── namespaces │ ├── ns_069.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 │ ├── delayed_early_binding_redeclaration-1.inc │ ├── delayed_early_binding_redeclaration-2.inc │ ├── use_function │ └── includes │ │ ├── global_baz.inc │ │ ├── global_bar.inc │ │ ├── foo_bar.inc │ │ └── foo_strlen.inc │ ├── gh16509.inc │ ├── return_types │ └── classes.php.inc │ ├── bug67436 │ └── c.inc │ ├── gh11108_shutdown.inc │ ├── constant_expressions │ └── constant_expressions_exceptions.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 │ ├── gh12366.inc │ ├── gh7771_1_definition.inc │ ├── bug77652.inc │ ├── attributes │ └── 030_strict_types.inc │ └── early_binding_unreachable.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 ├── basic │ ├── bug73969.inc │ ├── 022.phpt │ ├── 029.phpt │ ├── GHSA-9pqp-7h25-4f32.inc │ └── bug71273.phpt ├── output │ ├── ob_018.phpt │ └── bug74725.phpt ├── classes │ ├── interface_optional_arg_003.inc │ ├── autoload_derived.inc │ └── constants_basic_003.inc └── func │ └── 001.phpt ├── benchmark └── .gitignore ├── win32 └── build │ ├── configure.bat │ ├── php.ico │ ├── template.rc │ └── cppcheck_suppress.txt └── .github └── lsan-suppressions.txt /docs/.gitignore: -------------------------------------------------------------------------------- 1 | build/ 2 | -------------------------------------------------------------------------------- /docs/source/_static/.gitkeep: -------------------------------------------------------------------------------- 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_odbc/tests/CONFLICTS: -------------------------------------------------------------------------------- 1 | pdo_odbc 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/tidy/tests/gh10636_config: -------------------------------------------------------------------------------- 1 | indent:@ 2 | -------------------------------------------------------------------------------- /ext/xmlreader/tests/schema-bad.xsd: -------------------------------------------------------------------------------- 1 | asd 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 | -------------------------------------------------------------------------------- /benchmark/.gitignore: -------------------------------------------------------------------------------- 1 | /profiles 2 | /repos 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/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/tests/upstream/json4.testfile: -------------------------------------------------------------------------------- 1 | [1] 2 | -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json5.result: -------------------------------------------------------------------------------- 1 | ASCII text -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json5.testfile: -------------------------------------------------------------------------------- 1 | [1] 2 2 | -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json7.result: -------------------------------------------------------------------------------- 1 | ASCII text -------------------------------------------------------------------------------- /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 | foo

-------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/CVE-2014-1943.testfile: -------------------------------------------------------------------------------- 1 | ER -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json1.result: -------------------------------------------------------------------------------- 1 | JSON text data -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json2.result: -------------------------------------------------------------------------------- 1 | JSON text data -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json3.result: -------------------------------------------------------------------------------- 1 | JSON text data -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json4.result: -------------------------------------------------------------------------------- 1 | JSON text data -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json6.result: -------------------------------------------------------------------------------- 1 | JSON text data -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json6.testfile: -------------------------------------------------------------------------------- 1 | {"a":[ ]} 2 | -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/json8.result: -------------------------------------------------------------------------------- 1 | JSON text data -------------------------------------------------------------------------------- /ext/ftp/CREDITS: -------------------------------------------------------------------------------- 1 | FTP 2 | Stefan Esser, Andrew Skalski 3 | -------------------------------------------------------------------------------- /ext/gmp/CREDITS: -------------------------------------------------------------------------------- 1 | GNU GMP support 2 | Stanislav Malyshev 3 | -------------------------------------------------------------------------------- /ext/mysqli/tests/foo/bar/bar.data: -------------------------------------------------------------------------------- 1 | 97 2 | 98 3 | 99 4 | -------------------------------------------------------------------------------- /ext/opcache/tests/gh16577.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /tests/lang/bug38579.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /Zend/tests/bug79948.inc: -------------------------------------------------------------------------------- 1 | my epic string

2 | -------------------------------------------------------------------------------- /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/unset/unset.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/ffi/tests/ffi_load_error.h: -------------------------------------------------------------------------------- 1 | #define FFI_LIB "./donotexist.so" 2 | -------------------------------------------------------------------------------- /ext/fileinfo/tests/bug71527.magic: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /Zend/tests/gh11108_test.inc: -------------------------------------------------------------------------------- 1 | 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 | -------------------------------------------------------------------------------- /sapi/phpdbg/tests/gh12962/.phpdbginit: -------------------------------------------------------------------------------- 1 | ev "Executed .phpdbginit" 2 | q 3 | -------------------------------------------------------------------------------- /Zend/tests/bug54804.inc: -------------------------------------------------------------------------------- 1 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/CVE-2014-1943.result: -------------------------------------------------------------------------------- 1 | Apple Driver Map, blocksize 0 -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/jsonlines1.result: -------------------------------------------------------------------------------- 1 | New Line Delimited JSON text data -------------------------------------------------------------------------------- /ext/iconv/CREDITS: -------------------------------------------------------------------------------- 1 | Iconv 2 | Rui Hirokawa, Stig Bakken, Moriyoshi Koizumi 3 | -------------------------------------------------------------------------------- /ext/ldap/tests/ldap_connect_ldap_conf.conf: -------------------------------------------------------------------------------- 1 | uri ldaps://example.com:3141/ 2 | -------------------------------------------------------------------------------- /ext/opcache/tests/bug78106_include.inc: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /ext/soap/CREDITS: -------------------------------------------------------------------------------- 1 | SOAP 2 | Brad Lafountain, Shane Caraveo, Dmitry Stogov 3 | -------------------------------------------------------------------------------- /ext/spl/tests/SplFileObject/fileobject_001b.txt: -------------------------------------------------------------------------------- 1 | 0 2 | 1 3 | 2 4 | 3 5 | 4 6 | 5 -------------------------------------------------------------------------------- /ext/tokenizer/CREDITS: -------------------------------------------------------------------------------- 1 | tokenizer 2 | Andrei Zmievski, Johannes Schlueter 3 | -------------------------------------------------------------------------------- /ext/xml/CREDITS: -------------------------------------------------------------------------------- 1 | XML 2 | Stig Bakken, Thies C. Arntzen, Sterling Hughes 3 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/2.json: -------------------------------------------------------------------------------- 1 | {"largenum":123456789012345678901234567890} 2 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail13.json: -------------------------------------------------------------------------------- 1 | {"Numbers cannot have leading zeroes": 013} -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/json/fail32.json: -------------------------------------------------------------------------------- 1 | {"Comma instead if closing brace": true, -------------------------------------------------------------------------------- /sapi/phpdbg/tests/bug73615/.phpdbginit: -------------------------------------------------------------------------------- 1 | ev "Executed .phpdbginit" 2 | q 3 | -------------------------------------------------------------------------------- /tests/lang/inc_throw.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 | 2 | 3 | -------------------------------------------------------------------------------- /ext/ffi/tests/bug79075.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/basic/022.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/tests/basic/022.phpt -------------------------------------------------------------------------------- /tests/basic/029.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/tests/basic/029.phpt -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /win32/build/php.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/win32/build/php.ico -------------------------------------------------------------------------------- /Zend/tests/bug46665_autoload.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/standard/dl.stub.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/xsl/tests/xslt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/xsl/tests/xslt.xml -------------------------------------------------------------------------------- /ext/xsl/tests/xslt011.xml: -------------------------------------------------------------------------------- 1 | This is from the Input Document 2 | -------------------------------------------------------------------------------- /ext/zip/tests/test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zip/tests/test.zip -------------------------------------------------------------------------------- /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" -------------------------------------------------------------------------------- /Zend/tests/gh16509.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/g1f1/php-src/HEAD/ext/tidy/tests/020.phpt -------------------------------------------------------------------------------- /ext/xml/tests/xml007.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/xml/tests/xml007.phpt -------------------------------------------------------------------------------- /ext/xmlreader/tests/012.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /ext/xsl/tests/xslt.xsl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/xsl/tests/xslt.xsl.gz -------------------------------------------------------------------------------- /ext/zip/examples/test.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zip/examples/test.odt -------------------------------------------------------------------------------- /ext/zip/examples/test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zip/examples/test.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug7658.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zip/tests/bug7658.odt -------------------------------------------------------------------------------- /ext/zip/tests/bug8009.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zip/tests/bug8009.zip -------------------------------------------------------------------------------- /ext/zlib/tests/004.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zlib/tests/004.txt.gz -------------------------------------------------------------------------------- /ext/zlib/tests/gzgetss.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zlib/tests/gzgetss.gz -------------------------------------------------------------------------------- /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/basic/GHSA-9pqp-7h25-4f32.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /tests/output/bug74725.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/tests/output/bug74725.phpt -------------------------------------------------------------------------------- /Zend/tests/bug67436/c.inc: -------------------------------------------------------------------------------- 1 | 2 | é 3 | -------------------------------------------------------------------------------- /ext/exif/tests/bug54002_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug54002_1.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug54002_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug54002_2.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug62523_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug62523_1.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug62523_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug62523_2.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug71534.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug71534.tiff -------------------------------------------------------------------------------- /ext/exif/tests/bug72094_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug72094_1.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72094_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug72094_2.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72094_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug72094_3.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72094_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug72094_4.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72627.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug72627.tiff -------------------------------------------------------------------------------- /ext/exif/tests/bug73737.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug73737.tiff -------------------------------------------------------------------------------- /ext/exif/tests/bug76130_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug76130_1.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug76130_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug76130_2.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug77753.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug77753.tiff -------------------------------------------------------------------------------- /ext/exif/tests/bug77831.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug77831.tiff -------------------------------------------------------------------------------- /ext/exif/tests/bug77950.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug77950.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image016.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/image016.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image017.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/image017.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image018.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/image018.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image020.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/image020.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image021.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/image021.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image022.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/image022.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image023.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/image023.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image026.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/image026.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image027.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/image027.tiff -------------------------------------------------------------------------------- /ext/ffi/tests/callconv_x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/ffi/tests/callconv_x86.dll -------------------------------------------------------------------------------- /ext/fileinfo/tests/67647.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/fileinfo/tests/67647.mov -------------------------------------------------------------------------------- /ext/fileinfo/tests/68398.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/fileinfo/tests/68398.zip -------------------------------------------------------------------------------- /ext/fileinfo/tests/68731.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/fileinfo/tests/68731.gif -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/escapevel.result: -------------------------------------------------------------------------------- 1 | Zip data (MIME type "application/vnd.nz.gen.geek_central.ti5x"?) -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-skippable-frame-C.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: 1 -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-v0.8-03.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: 84148994 -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-v0.8-23.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: 67305985 -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-v0.8-FF.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: 67305985 -------------------------------------------------------------------------------- /ext/filter/CREDITS: -------------------------------------------------------------------------------- 1 | Input Filter 2 | Rasmus Lerdorf, Derick Rethans, Pierre-Alain Joye, Ilia Alshanetsky 3 | -------------------------------------------------------------------------------- /ext/gd/tests/bug47946_exp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/bug47946_exp.png -------------------------------------------------------------------------------- /ext/gd/tests/bug51498_exp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/bug51498_exp.png -------------------------------------------------------------------------------- /ext/iconv/tests/bug78069.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/iconv/tests/bug78069.data -------------------------------------------------------------------------------- /ext/iconv/tests/iconv001.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/iconv/tests/iconv001.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/mbstring/tests/common.inc -------------------------------------------------------------------------------- /ext/opcache/tests/gh13433/ParentClass.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/xinclude/xincluded.xml: -------------------------------------------------------------------------------- 1 | 2 | This is sample content 3 | -------------------------------------------------------------------------------- /ext/xsl/tests/xslt008-mb.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/xsl/tests/xslt008-mb.phpt -------------------------------------------------------------------------------- /ext/zip/examples/test_im.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zip/examples/test_im.zip -------------------------------------------------------------------------------- /ext/zip/tests/binarynull.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zip/tests/binarynull.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/g1f1/php-src/HEAD/ext/zlib/tests/bug55544.phpt -------------------------------------------------------------------------------- /ext/zlib/tests/bug67724.gz.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zlib/tests/bug67724.gz.gz -------------------------------------------------------------------------------- /sapi/cli/tests/bug77561.inc: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | (1.b) indirect x 3 | -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/uf2.result: -------------------------------------------------------------------------------- 1 | UF2 firmware image, family ESP32-S2, address 00000000, 4829 total blocks -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/zstd-3-skippable-frames.result: -------------------------------------------------------------------------------- 1 | Zstandard compressed data (v0.8+), Dictionary ID: 1 -------------------------------------------------------------------------------- /ext/gd/tests/gif_nocolormaps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/gif_nocolormaps.gif -------------------------------------------------------------------------------- /ext/gd/tests/imagearc_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagearc_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagearc_error1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagearc_error1.png -------------------------------------------------------------------------------- /ext/gd/tests/imagebmp_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagebmp_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagechar_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagechar_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagepolygon_aa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagepolygon_aa.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/eucjp2sjis.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/iconv/tests/eucjp2sjis.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/eucjp2utf8.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/iconv/tests/eucjp2utf8.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/bug26639.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/mbstring/tests/bug26639.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/casefold.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/mbstring/tests/casefold.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_ereg.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/mbstring/tests/mb_ereg.phpt -------------------------------------------------------------------------------- /ext/opcache/CREDITS: -------------------------------------------------------------------------------- 1 | Opcache 2 | Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Dmitry Stogov, Xinchen Hui 3 | -------------------------------------------------------------------------------- /ext/opcache/tests/gh8846-2.inc: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]> 5 | 6 | -------------------------------------------------------------------------------- /ext/exif/tests/bug72735/nokia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug72735/nokia.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72735/samsung.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/exif/tests/bug72735/samsung.jpg -------------------------------------------------------------------------------- /ext/fileinfo/tests/bug-gh11891.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/fileinfo/tests/bug-gh11891.svg -------------------------------------------------------------------------------- /ext/gd/tests/Rochester-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/Rochester-Regular.otf -------------------------------------------------------------------------------- /ext/gd/tests/Tuffy私はガラスを食べられます.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/Tuffy私はガラスを食べられます.ttf -------------------------------------------------------------------------------- /ext/gd/tests/imagecharup_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagecharup_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefromtga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagecreatefromtga.png -------------------------------------------------------------------------------- /ext/gd/tests/imageellipse_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imageellipse_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagegd_truecolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagegd_truecolor.png -------------------------------------------------------------------------------- /ext/gd/tests/imageopenpolygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imageopenpolygon.png -------------------------------------------------------------------------------- /ext/gd/tests/imagestring_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagestring_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/invalid_neg_size.gd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/invalid_neg_size.gd2 -------------------------------------------------------------------------------- /ext/gd/tests/src私はガラスを食べられます.wbmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/src私はガラスを食べられます.wbmp -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_strlen.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/iconv/tests/iconv_strlen.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_strpos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/iconv/tests/iconv_strpos.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_strrpos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/iconv/tests/iconv_strrpos.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_substr.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/iconv/tests/iconv_substr.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/translit-utf8.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/iconv/tests/translit-utf8.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/simpletest.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/mbstring/tests/simpletest.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_http_input.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/mbstring/tests/mb_http_input.phpt -------------------------------------------------------------------------------- /ext/opcache/tests/preload_gh10914.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 | -------------------------------------------------------------------------------- /.github/lsan-suppressions.txt: -------------------------------------------------------------------------------- 1 | leak:acommon::DictInfoList::elements 2 | leak:timer_create 3 | leak:netsnmp_init_mib_internals 4 | -------------------------------------------------------------------------------- /Zend/tests/gh12366.inc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /ext/zip/examples/test_with_comment.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zip/examples/test_with_comment.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug40228私はガラスを食べられます.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zip/tests/bug40228私はガラスを食べられます.zip -------------------------------------------------------------------------------- /ext/zlib/tests/bug73944_fixture_1.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zlib/tests/bug73944_fixture_1.data -------------------------------------------------------------------------------- /ext/zlib/tests/bug73944_fixture_2.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zlib/tests/bug73944_fixture_2.data -------------------------------------------------------------------------------- /ext/zlib/tests/zlib_filter_deflate2.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/zlib/tests/zlib_filter_deflate2.phpt -------------------------------------------------------------------------------- /sapi/cli/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug34704_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/sapi/fuzzer/corpus/exif/bug34704_2.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug54002_1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/sapi/fuzzer/corpus/exif/bug54002_1.jpeg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug54002_2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/sapi/fuzzer/corpus/exif/bug54002_2.jpeg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug68113_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/sapi/fuzzer/corpus/exif/bug68113_2.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug72094_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/sapi/fuzzer/corpus/exif/bug72094_1.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug72094_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/sapi/fuzzer/corpus/exif/bug72094_2.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug72094_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/sapi/fuzzer/corpus/exif/bug72094_3.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug72094_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/sapi/fuzzer/corpus/exif/bug72094_4.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug76130_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/sapi/fuzzer/corpus/exif/bug76130_1.jpg -------------------------------------------------------------------------------- /sapi/fuzzer/corpus/exif/bug76130_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/sapi/fuzzer/corpus/exif/bug76130_2.jpg -------------------------------------------------------------------------------- /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/strings/strcasecmp.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/standard/tests/strings/strcasecmp.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/fileinfo/tests/upstream/arj.result: -------------------------------------------------------------------------------- 1 | ARJ archive data, v11, slash-switched, created 5 1980+48, original name: example_m0.arj, os: Unix -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/bcachefs.testfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/fileinfo/tests/upstream/bcachefs.testfile -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/dsd64-dsf.result: -------------------------------------------------------------------------------- 1 | DSF audio bitstream data, 1 bit, mono, "DSD 64" 2822400 Hz, no compression, ID3 version 2.3.0 -------------------------------------------------------------------------------- /ext/fileinfo/tests/upstream/gpkg-1-zst.result: -------------------------------------------------------------------------------- 1 | Gentoo GLEP 78 (GPKG) binary package for "inkscape-1.2.1-r2-1" using zstd compression 2 | -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefromtga_variation.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagecreatefromtga_variation.tga -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatetruecolor_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagecreatetruecolor_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagegammacorrect_variation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/imagegammacorrect_variation1.png -------------------------------------------------------------------------------- /ext/gd/tests/invalid_neg_size私はガラスを食べられます.gd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g1f1/php-src/HEAD/ext/gd/tests/invalid_neg_size私はガラスを食べられます.gd2 -------------------------------------------------------------------------------- /ext/intl/tests/_files/res_index.txt: -------------------------------------------------------------------------------- 1 | res_index:table(nofallback) { 2 | InstalledLocales { 3 | es {""} 4 | root {""} 5 | } 6 | } --------------------------------------------------------------------------------