├── sapi ├── cgi │ ├── php.sym │ ├── php-cgi.1.in │ └── CREDITS ├── cli │ ├── TODO │ ├── cli_win32.c │ ├── tests │ │ ├── bug67741_stub.inc │ │ └── skipif.inc │ └── CREDITS ├── phpdbg │ ├── tests │ │ ├── empty.inc │ │ ├── include.inc │ │ ├── bug73615 │ │ │ └── .phpdbginit │ │ ├── basic_run.phpt │ │ └── phpdbg_get_executable_stream_wrapper.inc │ ├── CREDITS │ └── .gitignore ├── apache2handler │ ├── php.sym │ └── CREDITS ├── embed │ └── CREDITS ├── litespeed │ └── CREDITS └── fpm │ ├── .gitignore │ └── CREDITS ├── ext ├── dom │ ├── tests │ │ ├── empty.html │ │ ├── book.xml.gz │ │ ├── skipif.inc │ │ ├── book-not-a-schema.xsd │ │ ├── bug67081_0.xml │ │ ├── nsdoc.xml │ │ └── bug67081_1.xml │ ├── examples │ │ └── relaxNG.xml │ └── CREDITS ├── fileinfo │ ├── EXPERIMENTAL │ ├── tests │ │ ├── bug71527.magic │ │ ├── resources │ │ │ ├── test.awk │ │ │ ├── dir.zip │ │ │ ├── test.bmp │ │ │ ├── test.gif │ │ │ ├── test.jpg │ │ │ ├── test.mp3 │ │ │ ├── test.png │ │ │ └── test.ppt │ │ ├── bug71527私はガラスを食べられます.magic │ │ ├── magic │ │ ├── 67647.mov │ │ ├── 68398.zip │ │ ├── 68731.gif │ │ ├── cve-2014-1943私はガラスを食べられます.magic │ │ ├── bug67516.gif │ │ ├── bug68735.jpg │ │ ├── skipif.inc │ │ └── magic私はガラスを食べられます │ ├── Makefile.frag │ └── CREDITS ├── mbstring │ ├── oniguruma │ │ ├── NEWS │ │ ├── ChangeLog │ │ ├── AUTHORS │ │ ├── README.ja │ │ └── doc │ │ │ ├── API.ja │ │ │ ├── FAQ.ja │ │ │ └── RE.ja │ ├── .gitignore │ ├── libmbfl │ │ ├── tests │ │ │ ├── strcut.tests │ │ │ │ └── Makefile.am │ │ │ ├── conv_kana.tests │ │ │ │ └── Makefile.am │ │ │ ├── strwidth.tests │ │ │ │ └── Makefile.am │ │ │ └── sample.c │ │ └── buildconf │ ├── CREDITS │ ├── tests │ │ ├── common.inc │ │ ├── mb_ereg.phpt │ │ ├── bug26639.phpt │ │ ├── casefold.phpt │ │ ├── mb_strcut.phpt │ │ ├── mb_stripos.phpt │ │ ├── mb_strlen.phpt │ │ ├── mb_strpos.phpt │ │ ├── mb_substr.phpt │ │ ├── overload01.phpt │ │ ├── overload02.phpt │ │ ├── simpletest.phpt │ │ ├── mb_strwidth.phpt │ │ ├── mb_http_input.phpt │ │ ├── mb_send_mail02.phpt │ │ ├── mb_send_mail04.phpt │ │ ├── mb_send_mail05.phpt │ │ ├── mb_send_mail06.phpt │ │ ├── mb_send_mail07.phpt │ │ ├── mb_strimwidth.phpt │ │ ├── mb_substr_count.phpt │ │ ├── zend_multibyte-01.phpt │ │ ├── zend_multibyte-04.phpt │ │ ├── zend_multibyte-08.phpt │ │ ├── mb_convert_encoding.phpt │ │ ├── mb_convert_variables.phpt │ │ ├── mb_detect_encoding.phpt │ │ ├── mb_ereg_search_pos.phpt │ │ ├── mb_ereg_search_xxx.phpt │ │ ├── mb_ereg_search_setpos.phpt │ │ ├── mb_output_handler_euc_jp.phpt │ │ └── mb_output_handler_shift_jis.phpt │ └── README_PHP3-i18n-ja ├── pdo_odbc │ ├── EXPERIMENTAL │ └── CREDITS ├── skeleton │ ├── EXPERIMENTAL │ └── CREDITS ├── phar │ ├── tests │ │ ├── bug54289 │ │ │ └── in │ │ │ │ ├── dirA │ │ │ │ ├── fileA │ │ │ │ └── fileB │ │ │ │ └── dirAB │ │ │ │ ├── file1 │ │ │ │ ├── file2 │ │ │ │ └── file3 │ │ ├── files │ │ │ ├── extracted.inc │ │ │ ├── md5.phar │ │ │ ├── blog.phar │ │ │ ├── sha1.phar │ │ │ ├── nophar.phar │ │ │ ├── notbogus.zip │ │ │ ├── openssl.phar │ │ │ ├── sha256.phar │ │ │ ├── sha512.phar │ │ │ ├── include_path.phar │ │ │ ├── include_path2.phar │ │ │ ├── frontcontroller.phar │ │ │ ├── frontcontroller10.phar │ │ │ ├── frontcontroller11.phar │ │ │ ├── frontcontroller12.phar │ │ │ ├── frontcontroller13.phar │ │ │ ├── frontcontroller14.phar │ │ │ ├── frontcontroller16.phar │ │ │ ├── frontcontroller17.phar │ │ │ ├── frontcontroller18.phar │ │ │ ├── frontcontroller19.phar │ │ │ ├── frontcontroller2.phar │ │ │ ├── frontcontroller3.phar │ │ │ ├── frontcontroller4.phar │ │ │ ├── frontcontroller5.phar │ │ │ ├── frontcontroller6.phar │ │ │ ├── frontcontroller7.phar │ │ │ ├── frontcontroller8.phar │ │ │ ├── frontcontroller9.phar │ │ │ └── stuboflength1041.phar │ │ ├── bug64931 │ │ │ └── src │ │ │ │ └── .pharignore │ │ ├── cache_list │ │ │ └── files │ │ │ │ ├── extracted.inc │ │ │ │ ├── blog.phar │ │ │ │ ├── md5.phar │ │ │ │ ├── sha1.phar │ │ │ │ ├── nophar.phar │ │ │ │ ├── openssl.phar │ │ │ │ ├── sha256.phar │ │ │ │ ├── sha512.phar │ │ │ │ ├── write.phar │ │ │ │ ├── write10.phar │ │ │ │ ├── write11.phar │ │ │ │ ├── write12.phar │ │ │ │ ├── write13.phar │ │ │ │ ├── write14.phar │ │ │ │ ├── write15.phar │ │ │ │ ├── write16.phar │ │ │ │ ├── write17.phar │ │ │ │ ├── write18.phar │ │ │ │ ├── write19.phar │ │ │ │ ├── write2.phar │ │ │ │ ├── write20.phar │ │ │ │ ├── write21.phar │ │ │ │ ├── write22.phar │ │ │ │ ├── write23.phar │ │ │ │ ├── write24.phar │ │ │ │ ├── write25.phar │ │ │ │ ├── write3.phar │ │ │ │ ├── write4.phar │ │ │ │ ├── write5.phar │ │ │ │ ├── write6.phar │ │ │ │ ├── write7.phar │ │ │ │ ├── write8.phar │ │ │ │ └── write9.phar │ │ ├── 72321_1.zip │ │ ├── 72321_2.zip │ │ ├── bug69324.phar │ │ ├── bug69441.phar │ │ ├── bug69720.phar │ │ ├── bug70019.zip │ │ ├── bug70433.zip │ │ ├── bug71498.zip │ │ ├── bug72928.zip │ │ ├── bug73764.phar │ │ ├── bug73768.phar │ │ ├── bug77143.phar │ │ ├── bug69453.tar.phar │ │ ├── zip │ │ │ └── files │ │ │ │ ├── bzip2.zip │ │ │ │ ├── odt.odt │ │ │ │ ├── stdin.zip │ │ │ │ ├── test.odt │ │ │ │ ├── zip.zip │ │ │ │ ├── count1.zip │ │ │ │ ├── count2.zip │ │ │ │ ├── disknumber.zip │ │ │ │ ├── encrypted.zip │ │ │ │ ├── nozipend.zip │ │ │ │ ├── cdir_offset.zip │ │ │ │ ├── filecomment.zip │ │ │ │ ├── badalias1.phar.zip │ │ │ │ ├── badalias2.phar.zip │ │ │ │ ├── badalias3.phar.zip │ │ │ │ ├── badalias4.phar.zip │ │ │ │ ├── badalias5.phar.zip │ │ │ │ ├── bz2_alias.phar.zip │ │ │ │ ├── compress_unsup1.zip │ │ │ │ ├── compress_unsup2.zip │ │ │ │ ├── compress_unsup3.zip │ │ │ │ ├── compress_unsup4.zip │ │ │ │ ├── compress_unsup5.zip │ │ │ │ ├── compress_unsup6.zip │ │ │ │ ├── compress_unsup7.zip │ │ │ │ ├── compress_unsup9.zip │ │ │ │ ├── metadata.phar.zip │ │ │ │ ├── truncfilename.zip │ │ │ │ ├── zlib_alias.phar.zip │ │ │ │ ├── compress_unsup10.zip │ │ │ │ ├── compress_unsup14.zip │ │ │ │ ├── compress_unsup18.zip │ │ │ │ ├── compress_unsup19.zip │ │ │ │ ├── compress_unsup97.zip │ │ │ │ ├── compress_unsup98.zip │ │ │ │ ├── extralen_toolong.zip │ │ │ │ ├── frontcontroller.phar.zip │ │ │ │ ├── compress_unsupunknown.zip │ │ │ │ ├── frontcontroller10.phar.zip │ │ │ │ ├── frontcontroller11.phar.zip │ │ │ │ ├── frontcontroller12.phar.zip │ │ │ │ ├── frontcontroller2.phar.zip │ │ │ │ ├── frontcontroller3.phar.zip │ │ │ │ ├── frontcontroller4.phar.zip │ │ │ │ ├── frontcontroller5.phar.zip │ │ │ │ ├── frontcontroller6.phar.zip │ │ │ │ ├── frontcontroller7.phar.zip │ │ │ │ ├── frontcontroller8.phar.zip │ │ │ │ └── frontcontroller9.phar.zip │ │ ├── bug77586 │ │ │ └── files │ │ │ │ └── link-nktarAMLdJBv7BGYnpzg-ZDycSpWN3Ne3kacltOSE-EqfhStJ1EoBpGuoua6VE-dne29hvpNWXiVbepwIf8-NRHWM9LITLo3nXZnKVNC │ │ └── tar │ │ │ └── files │ │ │ ├── frontcontroller.phar.tar │ │ │ ├── bug67761.tar │ │ │ └── bug67761.phar │ │ │ ├── frontcontroller10.phar.tar │ │ │ ├── frontcontroller11.phar.tar │ │ │ ├── frontcontroller12.phar.tar │ │ │ ├── frontcontroller2.phar.tar │ │ │ ├── frontcontroller3.phar.tar │ │ │ ├── frontcontroller4.phar.tar │ │ │ ├── frontcontroller5.phar.tar │ │ │ ├── frontcontroller6.phar.tar │ │ │ ├── frontcontroller7.phar.tar │ │ │ ├── frontcontroller8.phar.tar │ │ │ └── frontcontroller9.phar.tar │ ├── phar.phar.1.in │ └── CREDITS ├── tidy │ ├── tests │ │ ├── 016.tcfg │ │ ├── 005.html │ │ ├── 007.html │ │ ├── 013.html │ │ ├── 015.html │ │ ├── 005私はガラスを食べられます.html │ │ ├── 016.html │ │ ├── 007.phpt │ │ └── 020.phpt │ └── CREDITS ├── xsl │ ├── tests │ │ ├── bug49634.xml │ │ ├── xslt011.xml │ │ ├── xslt.xml │ │ ├── skipif.inc │ │ ├── xslt.xsl.gz │ │ ├── xslt001.phpt │ │ ├── xslt002.phpt │ │ ├── xslt003.phpt │ │ ├── xslt005.phpt │ │ ├── xslt006.phpt │ │ ├── xslt007.phpt │ │ ├── xslt008.phpt │ │ ├── xslt012.phpt │ │ └── xslt008-mb.phpt │ └── CREDITS ├── standard │ ├── tests │ │ ├── image │ │ │ ├── blank_file.bmp │ │ │ ├── test.gif │ │ │ ├── 200x100.bmp │ │ │ ├── 200x100.gif │ │ │ ├── 200x100.jpg │ │ │ ├── 200x100.png │ │ │ ├── 200x100.swf │ │ │ ├── 200x100.tif │ │ │ ├── 246x247.png │ │ │ ├── 384x385.png │ │ │ ├── 75x50.wbmp │ │ │ ├── testAPP.jpg │ │ │ ├── bug13213.jpg │ │ │ ├── bug71848.jpg │ │ │ ├── bug72278.jpg │ │ │ ├── test-1pix.bmp │ │ │ ├── test12pix.webp │ │ │ ├── test13pix.swf │ │ │ ├── test1bpix.bmp │ │ │ ├── test1pix.bmp │ │ │ ├── test1pix.jp2 │ │ │ ├── test1pix.jpc │ │ │ ├── test1pix.jpg │ │ │ ├── test2pix.gif │ │ │ ├── test3pix.webp │ │ │ ├── test4pix.gif │ │ │ ├── test4pix.iff │ │ │ ├── test4pix.png │ │ │ ├── test4pix.psd │ │ │ ├── test4pix.swf │ │ │ ├── test4pix.tif │ │ │ ├── bug70052_1.wbmp │ │ │ ├── bug70052_2.wbmp │ │ │ ├── test3llpix.webp │ │ │ ├── 200x100_unknown.unknown │ │ │ └── 2x2mm.tif │ │ ├── file │ │ │ ├── test3.csv │ │ │ ├── windows_acls │ │ │ │ ├── tiny.bat │ │ │ │ └── tiny.exe │ │ │ ├── test2.csv │ │ │ └── stream_rfc2397_003.gif │ │ ├── misc │ │ │ ├── browscap_no_default.ini │ │ │ └── browscap.ini │ │ ├── strings │ │ │ ├── bug71806.dat │ │ │ ├── utf8.phpt │ │ │ ├── chr_ord.phpt │ │ │ ├── printf.phpt │ │ │ ├── str_pad.phpt │ │ │ ├── strcmp.phpt │ │ │ ├── strlen.phpt │ │ │ ├── strpos.phpt │ │ │ ├── strstr.phpt │ │ │ ├── bug20934.phpt │ │ │ ├── bug37244.phpt │ │ │ ├── bug65769.phpt │ │ │ ├── md5_file.phpt │ │ │ ├── htmlentities.phpt │ │ │ ├── printf_64bit.phpt │ │ │ ├── str_repeat.phpt │ │ │ ├── str_replace.phpt │ │ │ ├── strcasecmp.phpt │ │ │ ├── strtoupper.phpt │ │ │ ├── htmlentities04.phpt │ │ │ ├── htmlentities08.phpt │ │ │ ├── htmlentities13.phpt │ │ │ ├── htmlentities14.phpt │ │ │ ├── htmlentities15.phpt │ │ │ ├── htmlentities23.phpt │ │ │ ├── htmlentities24.phpt │ │ │ ├── strspn_variation5.phpt │ │ │ ├── strspn_variation9.phpt │ │ │ ├── sprintf_variation21.phpt │ │ │ ├── sprintf_variation22.phpt │ │ │ ├── sprintf_variation27.phpt │ │ │ ├── sprintf_variation53.phpt │ │ │ ├── strcspn_variation5.phpt │ │ │ ├── strcspn_variation9.phpt │ │ │ ├── vfprintf_variation9.phpt │ │ │ ├── vprintf_variation10.phpt │ │ │ ├── vprintf_variation9.phpt │ │ │ └── vsprintf_variation9.phpt │ │ ├── class_object │ │ │ ├── AutoLoaded.inc │ │ │ ├── AutoTrait.inc │ │ │ └── AutoInterface.inc │ │ ├── general_functions │ │ │ ├── get_included_files_inc1.inc │ │ │ ├── 004.data │ │ │ ├── bug49692.ini │ │ │ ├── 002.phpt │ │ │ └── 006.phpt │ │ ├── serialize │ │ │ ├── 006.phpt │ │ │ └── autoload_interface.p5c │ │ └── array │ │ │ └── locale_sort.phpt │ └── html_tables │ │ ├── ents_basic.txt │ │ └── ents_basic_apos.txt ├── xmlrpc │ └── CREDITS ├── bcmath │ ├── CREDITS │ └── libbcmath │ │ ├── AUTHORS │ │ └── NEWS ├── bz2 │ ├── CREDITS │ └── tests │ │ ├── 72613.bz2 │ │ ├── 003.txt.bz2 │ │ ├── 004_1.txt.bz2 │ │ ├── 004_2.txt.bz2 │ │ └── 003私はガラスを食べられます.txt.bz2 ├── curl │ └── CREDITS ├── pcre │ ├── pcrelib │ │ ├── testdata │ │ │ ├── greppatN4 │ │ │ ├── grepbinary │ │ │ ├── grepfilelist │ │ │ ├── saved16 │ │ │ ├── saved32 │ │ │ ├── saved8 │ │ │ ├── testinput1 │ │ │ ├── testinput3 │ │ │ ├── testinput8 │ │ │ ├── saved16BE-1 │ │ │ ├── saved16BE-2 │ │ │ ├── saved16LE-1 │ │ │ ├── saved16LE-2 │ │ │ ├── saved32BE-1 │ │ │ ├── saved32BE-2 │ │ │ ├── saved32LE-1 │ │ │ ├── saved32LE-2 │ │ │ ├── testinput15 │ │ │ ├── testinput18 │ │ │ ├── testinputEBC │ │ │ ├── testoutput1 │ │ │ ├── testoutput15 │ │ │ ├── testoutput3 │ │ │ ├── testoutput8 │ │ │ ├── testoutputEBC │ │ │ ├── wintestinput3 │ │ │ ├── grepinputv │ │ │ ├── testoutput18-16 │ │ │ ├── testoutput18-32 │ │ │ └── wintestoutput3 │ │ ├── ChangeLog │ │ └── COPYING │ ├── CREDITS │ └── tests │ │ ├── 007.phpt │ │ ├── locales.phpt │ │ ├── skip_002.inc │ │ └── skip_003.inc ├── pspell │ └── CREDITS ├── sodium │ └── CREDITS ├── wddx │ ├── CREDITS │ └── tests │ │ └── bug72750.phpt ├── ctype │ ├── CREDITS │ └── tests │ │ └── skipif.inc ├── gd │ ├── tests │ │ ├── bug73161.gd2 │ │ ├── php.gif │ │ ├── src.gd2 │ │ ├── src.png │ │ ├── src.wbmp │ │ ├── test.png │ │ ├── Tuffy.ttf │ │ ├── crafted.gd2 │ │ ├── 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.jpeg │ │ ├── bug72604.png │ │ ├── bug72913.png │ │ ├── bug73213.png │ │ ├── bug73272.png │ │ ├── bug73614.png │ │ ├── bug73869a.gd2 │ │ ├── bug73869b.gd2 │ │ ├── bug74435.gif │ │ ├── bug75124.png │ │ ├── bug75571.gif │ │ ├── bug77195.jpeg │ │ ├── bug77391.bmp │ │ ├── conv_test.gif │ │ ├── conv_test.png │ │ ├── libgd00101.gd │ │ ├── test8859.ttf │ │ ├── bug47946_exp.png │ │ ├── bug72482_2.png │ │ ├── conv_test.jpeg │ │ ├── libgd00086.png │ │ ├── libgd00094.xbm │ │ ├── libgd00100.png │ │ ├── logo_noise.png │ │ ├── imagearc_basic.png │ │ ├── Rochester-Regular.otf │ │ ├── Tuffy私はガラスを食べられます.ttf │ │ ├── imagearc_error1.png │ │ ├── imagechar_basic.png │ │ ├── imagecharup_basic.png │ │ ├── imagegd_truecolor.png │ │ ├── imageopenpolygon.png │ │ ├── imagepolygon_aa.png │ │ ├── imagestring_basic.png │ │ ├── invalid_neg_size.gd2 │ │ ├── src私はガラスを食べられます.wbmp │ │ ├── imagearc_variation1.png │ │ ├── imagearc_variation2.png │ │ ├── imagecolorset_basic.png │ │ ├── imageellipse_basic.png │ │ ├── imagesetbrush_basic.png │ │ ├── imagestringup_basic.png │ │ ├── libgd00094私はガラスを食べられます.xbm │ │ ├── bug22544私はガラスを食べられます.png │ │ ├── bug37346私はガラスを食べられます.gif │ │ ├── conv_test私はガラスを食べられます.jpeg │ │ ├── imageconvolution_basic.png │ │ ├── imagefilledarc_basic.png │ │ ├── imagefilledarc_error1.png │ │ ├── imagelayereffect_basic.png │ │ ├── imagerectangle_basic.png │ │ ├── simpletext私はガラスを食べられます.jpg │ │ ├── imagecreatefrombmp_basic.bmp │ │ ├── imagecreatefrombmp_basic.png │ │ ├── imagefilledellipse_basic.png │ │ ├── imagefilltoborder_basic.png │ │ ├── imagegammacorrect_basic.png │ │ ├── imagesetthickness_basic.png │ │ ├── imagecreatefromstring_bmp.png │ │ ├── imagecreatetruecolor_basic.png │ │ ├── imagefilledarc_variation1.png │ │ ├── imagefilledarc_variation2.png │ │ ├── imagecolorallocatealpha_basic.png │ │ ├── imagegammacorrect_variation1.png │ │ ├── imagetruecolortopalette_basic.png │ │ ├── invalid_neg_size私はガラスを食べられます.gd2 │ │ ├── imagegammacorrect_variation2_1_1.png │ │ ├── imagegammacorrect_variation2_1_2.png │ │ └── imagegammacorrect_variation2_2_1.png │ ├── libgd │ │ └── gdtestft.c │ └── CREDITS ├── gettext │ ├── CREDITS │ └── tests │ │ ├── 66265 │ │ ├── de_DE │ │ │ └── LC_MESSAGES │ │ │ │ └── domain.mo │ │ ├── en_US │ │ │ └── LC_MESSAGES │ │ │ │ └── domain.mo │ │ └── fr_FR │ │ │ └── LC_MESSAGES │ │ │ └── domain.mo │ │ └── locale │ │ ├── en │ │ ├── LC_CTYPE │ │ │ ├── dgettextTest_switched.po │ │ │ ├── dgettextTest.po │ │ │ ├── dngettextTest.po │ │ │ ├── dgettextTest.mo │ │ │ └── dngettextTest.mo │ │ └── LC_MESSAGES │ │ │ ├── dgettextTest.po │ │ │ ├── dngettextTest.po │ │ │ └── messages.mo │ │ └── fi │ │ └── LC_MESSAGES │ │ └── messages.mo ├── intl │ ├── resourcebundle │ │ └── TODO │ ├── tests │ │ ├── msgfmt_format_error4.phpt │ │ └── _files │ │ │ └── resourcebundle │ │ │ ├── es.res │ │ │ ├── root.res │ │ │ └── res_index.res │ └── CREDITS ├── posix │ └── CREDITS ├── recode │ ├── CREDITS │ └── tests │ │ └── html.raw ├── xmlreader │ ├── CREDITS │ ├── examples │ │ └── relaxNG.xml │ └── tests │ │ ├── 012.dtd │ │ └── 012.xml ├── zip │ ├── examples │ │ ├── too.php │ │ ├── test.odt │ │ ├── test.zip │ │ ├── test1.zip │ │ ├── test_im.zip │ │ └── test_with_comment.zip │ ├── CREDITS │ └── tests │ │ ├── test.zip │ │ ├── bug40228.zip │ │ ├── bug49072.zip │ │ ├── bug70752.zip │ │ ├── bug72258.zip │ │ ├── bug7658.odt │ │ ├── bug8009.zip │ │ ├── binarynull.zip │ │ ├── bug72258.phpt │ │ ├── pecl12414.zip │ │ ├── test_procedural.zip │ │ ├── test_with_comment.zip │ │ ├── bug40228私はガラスを食べられます.zip │ │ └── compression_methods.zip ├── com_dotnet │ └── CREDITS ├── date │ ├── CREDITS │ └── lib │ │ └── timelib_config.h.win32 ├── ftp │ └── CREDITS ├── gmp │ └── CREDITS ├── mysqli │ ├── TODO │ ├── CREDITS │ └── tests │ │ └── skipif.inc ├── readline │ └── CREDITS ├── spl │ ├── CREDITS │ ├── tests │ │ ├── testclass │ │ ├── testclass.inc │ │ ├── testclass.php.inc │ │ ├── SplFileObject_testinput.csv │ │ └── testclass.class.inc │ └── TODO ├── sysvsem │ └── CREDITS ├── dba │ ├── CREDITS │ └── tests │ │ └── test.cdb ├── exif │ ├── CREDITS │ ├── test.php │ └── tests │ │ ├── sony.jpg │ │ ├── test1.jpg │ │ ├── test2.jpg │ │ ├── test3.jpg │ │ ├── test4.jpg │ │ ├── test5.jpg │ │ ├── test6.jpg │ │ ├── bug34704.jpg │ │ ├── bug48378.jpeg │ │ ├── bug50845.jpg │ │ ├── bug60150.jpg │ │ ├── bug62523_1.jpg │ │ ├── bug62523_2.jpg │ │ ├── bug68113.jpg │ │ ├── bug68547.jpg │ │ ├── bug68799.jpg │ │ ├── bug71534.tiff │ │ ├── bug72094_1.jpg │ │ ├── bug72094_2.jpg │ │ ├── bug72094_3.jpg │ │ ├── bug72094_4.jpg │ │ ├── bug72603.jpeg │ │ ├── bug72618.jpg │ │ ├── bug72627.tiff │ │ ├── bug73737.tiff │ │ ├── bug76130_1.jpg │ │ ├── bug76130_2.jpg │ │ ├── bug76423.jpg │ │ ├── bug76557.jpg │ │ ├── bug77540.jpg │ │ ├── bug77563.jpg │ │ ├── bug77753.tiff │ │ ├── bug77831.tiff │ │ ├── bug77950.tiff │ │ ├── exif003.phpt │ │ ├── image007.jpg │ │ ├── image008.jpg │ │ ├── image009.jpg │ │ ├── image010.jpg │ │ ├── image011.jpg │ │ ├── image012.jpg │ │ ├── image013.jpg │ │ ├── image014.jpg │ │ ├── image015.jpg │ │ ├── image016.tiff │ │ ├── image017.tiff │ │ ├── image018.tiff │ │ ├── image020.tiff │ │ ├── image021.tiff │ │ ├── image022.tiff │ │ ├── image023.tiff │ │ ├── image024.jpg │ │ ├── image025.jpg │ │ ├── image026.tiff │ │ ├── image027.tiff │ │ ├── bug54002_1.jpeg │ │ ├── bug54002_2.jpeg │ │ ├── bug72735 │ │ ├── nokia.jpg │ │ ├── samsung.jpg │ │ └── panasonic.jpg │ │ ├── bug72819 │ │ └── bug72819.jpg │ │ ├── bug73115 │ │ └── bug73115.jpg │ │ ├── bug74428 │ │ └── bug74428.jpg │ │ ├── bug77564 │ │ └── bug77564.jpg │ │ ├── redhat-bug1362571.jpg │ │ ├── test2私はガラスを食べられます.jpg │ │ ├── bug34704私はガラスを食べられます.jpg │ │ ├── bug50660 │ │ ├── bug50660-1.jpg │ │ └── bug50660-2.jpg │ │ ├── bug68113私はガラスを食べられます.jpg │ │ ├── exif_encoding_crash.jpg │ │ └── bug77184 │ │ └── DJI_0245_tiny.JPG ├── pcntl │ ├── CREDITS │ └── package.xml ├── opcache │ ├── tests │ │ ├── blacklist.inc │ │ ├── bug64482.inc │ │ ├── skipif.inc │ │ └── opcache-1.blacklist │ └── CREDITS ├── pdo_oci │ └── CREDITS ├── pdo_sqlite │ └── CREDITS ├── sysvmsg │ └── CREDITS ├── sysvshm │ └── CREDITS ├── enchant │ ├── CREDITS │ └── tests │ │ └── enchant_broker_request_pwl_dict.pwl ├── json │ └── CREDITS ├── openssl │ ├── tests │ │ ├── bug73711.cnf │ │ ├── bug74022.pfx │ │ └── p12_with_extra_certs.p12 │ └── CREDITS ├── pdo_firebird │ └── CREDITS ├── reflection │ ├── tests │ │ ├── bug64936.inc │ │ └── bug74454.inc │ └── CREDITS ├── session │ ├── CREDITS │ └── tests │ │ └── session_id_error3.phpt ├── xmlwriter │ └── CREDITS ├── iconv │ ├── CREDITS │ ├── tests │ │ ├── Quotes.UTF-8 │ │ ├── iconv001.phpt │ │ ├── eucjp2sjis.phpt │ │ ├── eucjp2utf8.phpt │ │ ├── iconv_strlen.phpt │ │ ├── iconv_strpos.phpt │ │ ├── iconv_strrpos.phpt │ │ ├── iconv_substr.phpt │ │ ├── translit-utf8.phpt │ │ ├── eucjp2iso2022jp.phpt │ │ ├── iconv_mime_encode.phpt │ │ ├── ob_iconv_handler.phpt │ │ ├── translit-failure.phpt │ │ └── skipif.inc │ └── php_iconv.def ├── soap │ ├── CREDITS │ └── tests │ │ ├── bugs │ │ ├── bug28969.phpt │ │ ├── bug38005.phpt │ │ ├── bug38067.phpt │ │ └── skipif.inc │ │ ├── skipif.inc │ │ ├── soap12 │ │ └── skipif.inc │ │ └── interop │ │ ├── Round2 │ │ ├── Base │ │ │ └── skipif.inc │ │ └── GroupB │ │ │ └── skipif.inc │ │ ├── Round3 │ │ ├── GroupD │ │ │ └── skipif.inc │ │ ├── GroupE │ │ │ └── skipif.inc │ │ └── GroupF │ │ │ └── skipif.inc │ │ └── Round4 │ │ ├── GroupG │ │ └── skipif.inc │ │ ├── GroupH │ │ └── skipif.inc │ │ └── GroupI │ │ └── skipif.inc ├── tokenizer │ └── CREDITS ├── xml │ ├── CREDITS │ └── tests │ │ ├── inc.ent │ │ └── xml007.phpt ├── interbase │ └── CREDITS ├── shmop │ └── CREDITS ├── sqlite3 │ ├── CREDITS │ └── tests │ │ ├── new_db.inc │ │ └── skipif.inc ├── simplexml │ ├── CREDITS │ ├── tests │ │ └── sxe.ent │ └── examples │ │ └── security.xml ├── pdo_pgsql │ └── CREDITS ├── mysqlnd │ ├── CREDITS │ ├── mysqlnd_ext_plugin.c │ ├── mysqlnd_ext_plugin.h │ ├── mysqlnd_result_meta.h │ └── mysqlnd_reverse_api.c ├── pdo_dblib │ └── CREDITS ├── pgsql │ ├── CREDITS │ └── tests │ │ └── php.gif ├── calendar │ ├── CREDITS │ ├── calendar.c │ └── tests │ │ ├── jdtojewish.phpt │ │ └── skipif.inc ├── ldap │ ├── CREDITS │ └── tests │ │ └── skipif.inc ├── oci8 │ └── tests │ │ └── test.gif ├── odbc │ └── CREDITS ├── sockets │ └── CREDITS ├── filter │ ├── CREDITS │ └── tests │ │ └── 001.phpt ├── zlib │ ├── CREDITS │ └── tests │ │ ├── 004.txt.gz │ │ ├── gzgetss.gz │ │ ├── ob_001.phpt │ │ ├── ob_003.phpt │ │ ├── ob_004.phpt │ │ ├── bug55544.phpt │ │ ├── bug67724.gz.gz │ │ ├── bug55544-win.phpt │ │ ├── bug73944_fixture1 │ │ ├── bug73944_fixture2 │ │ ├── 004私はガラスを食べられます.txt.gz │ │ └── zlib_filter_deflate2.phpt ├── hash │ ├── CREDITS │ └── tests │ │ └── skip_mhash.inc ├── libxml │ ├── CREDITS │ └── tests │ │ ├── bug69753.xml │ │ └── bug69753私はガラスを食べられます.xml ├── pdo │ ├── tests │ │ └── bug_36798.phpt │ └── CREDITS ├── pdo_mysql │ ├── CREDITS │ └── tests │ │ └── skipif.inc └── snmp │ ├── CREDITS │ └── tests │ └── clean.inc ├── Zend ├── tests │ ├── bug74603.ini │ ├── unset.inc │ ├── ns_069.inc │ ├── 014.inc │ ├── bug54804.inc │ ├── ns_067.inc │ ├── use_no_file_conflict_2.inc │ ├── use_no_file_conflict_1.inc │ ├── bug46665_autoload.inc │ ├── constant_expressions_exceptions.inc │ ├── return_types │ │ └── classes.php.inc │ ├── constants │ │ └── fixtures │ │ │ ├── folder1 │ │ │ ├── fixture.inc │ │ │ ├── subfolder1 │ │ │ │ └── fixture.inc │ │ │ ├── subfolder2 │ │ │ │ └── fixture.inc │ │ │ ├── subfolder3 │ │ │ │ └── fixture.inc │ │ │ └── subfolder4 │ │ │ │ └── fixture.inc │ │ │ ├── folder2 │ │ │ ├── fixture.inc │ │ │ ├── subfolder1 │ │ │ │ └── fixture.inc │ │ │ ├── subfolder2 │ │ │ │ └── fixture.inc │ │ │ ├── subfolder3 │ │ │ │ └── fixture.inc │ │ │ └── subfolder4 │ │ │ │ └── fixture.inc │ │ │ ├── folder3 │ │ │ ├── fixture.inc │ │ │ ├── subfolder1 │ │ │ │ └── fixture.inc │ │ │ ├── subfolder2 │ │ │ │ └── fixture.inc │ │ │ ├── subfolder3 │ │ │ │ └── fixture.inc │ │ │ └── subfolder4 │ │ │ │ └── fixture.inc │ │ │ └── folder4 │ │ │ ├── fixture.inc │ │ │ ├── subfolder1 │ │ │ └── fixture.inc │ │ │ ├── subfolder2 │ │ │ └── fixture.inc │ │ │ ├── subfolder3 │ │ │ └── fixture.inc │ │ │ └── subfolder4 │ │ │ └── fixture.inc │ ├── bug77652.inc │ ├── ns_022.inc │ ├── methods-on-non-objects-nested.inc │ └── multibyte │ │ ├── multibyte_encoding_001.phpt │ │ ├── multibyte_encoding_003.phpt │ │ ├── multibyte_encoding_004.phpt │ │ ├── multibyte_encoding_005.phpt │ │ └── multibyte_encoding_006.phpt ├── zend.ico └── Makefile.frag ├── tests ├── lang │ ├── 015.inc │ ├── bug38579.inc │ ├── inc.inc │ ├── inc_throw.inc │ ├── include_files │ │ ├── echo.inc │ │ ├── eval.inc │ │ └── function.inc │ ├── 016.inc │ ├── 015.phpt │ ├── bug73172.inc │ ├── 001.phpt │ └── comments2.phpt ├── basic │ ├── bug73969.inc │ ├── 022.phpt │ ├── 029.phpt │ ├── bug71273.phpt │ ├── 001.phpt │ └── 010.phpt ├── run-test │ ├── test001.phpt │ └── test011.phpt ├── output │ ├── ob_018.phpt │ ├── bug74725.phpt │ └── ob_001.phpt ├── strings │ └── 002.phpt ├── classes │ ├── interface_optional_arg_003.inc │ ├── constants_basic_003.inc │ ├── autoload_derived.p5c │ └── autoload_interface.p5c └── func │ └── 001.phpt ├── scripts └── dev │ ├── generate-phpt │ └── src │ │ ├── codeSnippets │ │ ├── loopClose.txt │ │ ├── commentEnd.txt │ │ ├── commentStart.txt │ │ ├── loopStart.txt │ │ ├── skipif64b.txt │ │ ├── skipifnot64b.txt │ │ ├── skipifwin.txt │ │ └── skipifnotwin.txt │ │ └── texts │ │ ├── testTypeNotSpecified.txt │ │ └── functionOrMethodNotSpecified.txt │ └── generate-phpt.phar ├── README.md ├── php.gif ├── win32 ├── build │ ├── configure.bat │ ├── php.ico │ └── template.rc ├── php7ts.rc2 ├── php7dllts.rc2 └── php7ts_cli.rc2 ├── travis └── ext │ ├── mysql │ └── setup.sh │ ├── mysqli │ └── setup.sh │ ├── pdo_mysql │ └── setup.sh │ └── pdo_pgsql │ └── setup.sh ├── CREDITS ├── pear └── install-pear-nozlib.phar ├── TSRM ├── acinclude.m4 └── TODO ├── snapshot └── README.WIN32-BUILD-SYSTEM /sapi/cgi/php.sym: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/dom/tests/empty.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/fileinfo/EXPERIMENTAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/mbstring/oniguruma/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/pdo_odbc/EXPERIMENTAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/skeleton/EXPERIMENTAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sapi/cli/TODO: -------------------------------------------------------------------------------- 1 | TODO: 2 | 3 | -------------------------------------------------------------------------------- /sapi/phpdbg/tests/empty.inc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/mbstring/oniguruma/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/skeleton/CREDITS: -------------------------------------------------------------------------------- 1 | extname 2 | -------------------------------------------------------------------------------- /ext/phar/tests/bug54289/in/dirA/fileA: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/phar/tests/bug54289/in/dirA/fileB: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/phar/tests/bug54289/in/dirAB/file1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/phar/tests/bug54289/in/dirAB/file2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/phar/tests/bug54289/in/dirAB/file3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/tidy/tests/016.tcfg: -------------------------------------------------------------------------------- 1 | clean: yes 2 | -------------------------------------------------------------------------------- /ext/xsl/tests/bug49634.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Zend/tests/bug74603.ini: -------------------------------------------------------------------------------- 1 | 0=0&~2000000000 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/xmlrpc/CREDITS: -------------------------------------------------------------------------------- 1 | xmlrpc 2 | Dan Libby 3 | -------------------------------------------------------------------------------- /sapi/apache2handler/php.sym: -------------------------------------------------------------------------------- 1 | php7_module 2 | -------------------------------------------------------------------------------- /sapi/cgi/php-cgi.1.in: -------------------------------------------------------------------------------- 1 | .so man1/php.1 2 | -------------------------------------------------------------------------------- /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/pcre/pcrelib/testdata/greppatN4: -------------------------------------------------------------------------------- 1 | xxx 2 | jkl -------------------------------------------------------------------------------- /ext/pspell/CREDITS: -------------------------------------------------------------------------------- 1 | Pspell 2 | Vlad Krupin 3 | -------------------------------------------------------------------------------- /ext/sodium/CREDITS: -------------------------------------------------------------------------------- 1 | Sodium 2 | Frank Denis 3 | -------------------------------------------------------------------------------- /ext/standard/tests/file/test3.csv: -------------------------------------------------------------------------------- 1 | abc,de 2 | -------------------------------------------------------------------------------- /ext/wddx/CREDITS: -------------------------------------------------------------------------------- 1 | WDDX 2 | Andrei Zmievski 3 | -------------------------------------------------------------------------------- /sapi/embed/CREDITS: -------------------------------------------------------------------------------- 1 | Embed 2 | Edin Kadribasic 3 | -------------------------------------------------------------------------------- /ext/ctype/CREDITS: -------------------------------------------------------------------------------- 1 | ctype 2 | Hartmut Holzgraefe 3 | -------------------------------------------------------------------------------- /ext/dom/examples/relaxNG.xml: -------------------------------------------------------------------------------- 1 | hello 2 | -------------------------------------------------------------------------------- /ext/gd/tests/bug73161.gd2: -------------------------------------------------------------------------------- 1 | gd2@@@' -------------------------------------------------------------------------------- /ext/gettext/CREDITS: -------------------------------------------------------------------------------- 1 | GetText 2 | Alex Plotnick 3 | -------------------------------------------------------------------------------- /ext/intl/resourcebundle/TODO: -------------------------------------------------------------------------------- 1 | - var_dump support 2 | -------------------------------------------------------------------------------- /ext/mbstring/.gitignore: -------------------------------------------------------------------------------- 1 | oniguruma/oniguruma.h 2 | -------------------------------------------------------------------------------- /ext/posix/CREDITS: -------------------------------------------------------------------------------- 1 | Posix 2 | Kristian Koehntopp 3 | -------------------------------------------------------------------------------- /ext/recode/CREDITS: -------------------------------------------------------------------------------- 1 | Recode 2 | Kristian Koehntopp 3 | -------------------------------------------------------------------------------- /ext/recode/tests/html.raw: -------------------------------------------------------------------------------- 1 | 123åäöabc -------------------------------------------------------------------------------- /ext/tidy/tests/005私はガラスを食べられます.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/xmlreader/CREDITS: -------------------------------------------------------------------------------- 1 | XMLReader 2 | Rob Richards 3 | -------------------------------------------------------------------------------- /ext/zip/examples/too.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /tests/lang/bug38579.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /Zend/tests/unset.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/dba/CREDITS: -------------------------------------------------------------------------------- 1 | DBA 2 | Sascha Schumann, Marcus Boerger 3 | -------------------------------------------------------------------------------- /ext/exif/CREDITS: -------------------------------------------------------------------------------- 1 | EXIF 2 | Rasmus Lerdorf, Marcus Boerger 3 | -------------------------------------------------------------------------------- /ext/exif/test.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/pcntl/CREDITS: -------------------------------------------------------------------------------- 1 | pcntl 2 | Jason Greene, Arnaud Le Blanc 3 | -------------------------------------------------------------------------------- /ext/pdo_odbc/CREDITS: -------------------------------------------------------------------------------- 1 | ODBC driver for PDO 2 | Wez Furlong 3 | -------------------------------------------------------------------------------- /ext/tidy/CREDITS: -------------------------------------------------------------------------------- 1 | tidy 2 | John Coggeshall, Ilia Alshanetsky 3 | -------------------------------------------------------------------------------- /ext/xmlreader/examples/relaxNG.xml: -------------------------------------------------------------------------------- 1 | hello 2 | -------------------------------------------------------------------------------- /ext/xsl/CREDITS: -------------------------------------------------------------------------------- 1 | XSL 2 | Christian Stocker, Rob Richards 3 | -------------------------------------------------------------------------------- /scripts/dev/generate-phpt/src/codeSnippets/loopClose.txt: -------------------------------------------------------------------------------- 1 | } 2 | -------------------------------------------------------------------------------- /tests/basic/bug73969.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /Zend/tests/ns_069.inc: -------------------------------------------------------------------------------- 1 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/test.awk: -------------------------------------------------------------------------------- 1 | BEGIN { print "START" } 2 | -------------------------------------------------------------------------------- /ext/mbstring/oniguruma/AUTHORS: -------------------------------------------------------------------------------- 1 | (K.Kosako) 2 | -------------------------------------------------------------------------------- /ext/opcache/tests/blacklist.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/opcache/tests/bug64482.inc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/sysvmsg/CREDITS: -------------------------------------------------------------------------------- 1 | System V Message based IPC 2 | Wez Furlong 3 | -------------------------------------------------------------------------------- /ext/sysvshm/CREDITS: -------------------------------------------------------------------------------- 1 | System V Shared Memory 2 | Christian Cartus 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PHP-7.2.18源代码注释项目 2 | 此项目由业余空闲时间完成,持续时间较长,很长! 3 | -------------------------------------------------------------------------------- /Zend/tests/014.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/enchant/CREDITS: -------------------------------------------------------------------------------- 1 | enchant 2 | Pierre-Alain Joye, Ilia Alshanetsky 3 | -------------------------------------------------------------------------------- /ext/json/CREDITS: -------------------------------------------------------------------------------- 1 | JSON 2 | Jakub Zelenka, Omar Kilani, Scott MacVicar 3 | -------------------------------------------------------------------------------- /ext/mbstring/libmbfl/tests/strcut.tests/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST=*.exp 2 | -------------------------------------------------------------------------------- /ext/openssl/tests/bug73711.cnf: -------------------------------------------------------------------------------- 1 | [ req ] 2 | default_bits = 384 3 | 4 | -------------------------------------------------------------------------------- /ext/pdo_firebird/CREDITS: -------------------------------------------------------------------------------- 1 | Firebird driver for PDO 2 | Ard Biesheuvel 3 | -------------------------------------------------------------------------------- /ext/reflection/tests/bug64936.inc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/xmlwriter/CREDITS: -------------------------------------------------------------------------------- 1 | XMLWriter 2 | Rob Richards, Pierre-Alain Joye 3 | -------------------------------------------------------------------------------- /php.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/php.gif -------------------------------------------------------------------------------- /sapi/phpdbg/CREDITS: -------------------------------------------------------------------------------- 1 | phpdbg 2 | Felipe Pena, Joe Watkins, Bob Weinand 3 | -------------------------------------------------------------------------------- /scripts/dev/generate-phpt/src/codeSnippets/commentEnd.txt: -------------------------------------------------------------------------------- 1 | * 2 | */ 3 | -------------------------------------------------------------------------------- /Zend/tests/bug54804.inc: -------------------------------------------------------------------------------- 1 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -------------------------------------------------------------------------------- /ext/iconv/CREDITS: -------------------------------------------------------------------------------- 1 | Iconv 2 | Rui Hirokawa, Stig Bakken, Moriyoshi Koizumi 3 | -------------------------------------------------------------------------------- /ext/iconv/tests/Quotes.UTF-8: -------------------------------------------------------------------------------- 1 | “Hello” 2 | ‘Hello’ 3 | „Hello” 4 | ‚Hello’ 5 | -------------------------------------------------------------------------------- /ext/mbstring/libmbfl/tests/conv_kana.tests/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST=*.exp 2 | -------------------------------------------------------------------------------- /ext/mbstring/libmbfl/tests/strwidth.tests/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST=*.exp 2 | -------------------------------------------------------------------------------- /ext/phar/tests/bug64931/src/.pharignore: -------------------------------------------------------------------------------- 1 | # ignore file 2 | *.tmp 3 | *~ 4 | -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/extracted.inc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/soap/CREDITS: -------------------------------------------------------------------------------- 1 | SOAP 2 | Brad Lafountain, Shane Caraveo, Dmitry Stogov 3 | -------------------------------------------------------------------------------- /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/phpdbg/tests/bug73615/.phpdbginit: -------------------------------------------------------------------------------- 1 | ev "Executed .phpdbginit" 2 | q 3 | -------------------------------------------------------------------------------- /scripts/dev/generate-phpt/src/codeSnippets/commentStart.txt: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | -------------------------------------------------------------------------------- /tests/lang/inc_throw.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /tests/lang/include_files/echo.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /win32/build/configure.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cscript /nologo configure.js %* 3 | -------------------------------------------------------------------------------- /Zend/tests/use_no_file_conflict_2.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 | -------------------------------------------------------------------------------- /sapi/fpm/.gitignore: -------------------------------------------------------------------------------- 1 | php-fpm.8 2 | php-fpm.service 3 | status.html 4 | www.conf 5 | -------------------------------------------------------------------------------- /tests/lang/016.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Zend/tests/use_no_file_conflict_1.inc: -------------------------------------------------------------------------------- 1 | wrote bcmath library. 2 | -------------------------------------------------------------------------------- /ext/fileinfo/Makefile.frag: -------------------------------------------------------------------------------- 1 | $(builddir)/libmagic/apprentice.lo: $(srcdir)/data_file.c 2 | -------------------------------------------------------------------------------- /ext/mbstring/CREDITS: -------------------------------------------------------------------------------- 1 | Multibyte String Functions 2 | Tsukada Takuya, Rui Hirokawa 3 | -------------------------------------------------------------------------------- /ext/mysqli/CREDITS: -------------------------------------------------------------------------------- 1 | MySQLi 2 | Zak Greant, Georg Richter, Andrey Hristov, Ulf Wendel 3 | -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/grepbinary: -------------------------------------------------------------------------------- 1 | The quick brown fx jumps over the lazy dog. 2 | -------------------------------------------------------------------------------- /ext/reflection/tests/bug74454.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/standard/tests/strings/bug71806.dat: -------------------------------------------------------------------------------- 1 | testing

2 | -------------------------------------------------------------------------------- /sapi/cli/cli_win32.c: -------------------------------------------------------------------------------- 1 | #define PHP_CLI_WIN32_NO_CONSOLE 1 2 | #include "php_cli.c" 3 | -------------------------------------------------------------------------------- /sapi/phpdbg/.gitignore: -------------------------------------------------------------------------------- 1 | .libs/ 2 | phpdbg 3 | *.lo 4 | *.o 5 | *.output 6 | build 7 | -------------------------------------------------------------------------------- /tests/lang/include_files/eval.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /win32/php7ts.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/win32/php7ts.rc2 -------------------------------------------------------------------------------- /Zend/tests/bug46665_autoload.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/xml/tests/inc.ent: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/xsl/tests/xslt011.xml: -------------------------------------------------------------------------------- 1 | This is from the Input Document 2 | -------------------------------------------------------------------------------- /travis/ext/mysql/setup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | mysql -e "CREATE DATABASE IF NOT EXISTS test" 3 | -------------------------------------------------------------------------------- /travis/ext/mysqli/setup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | mysql -e "CREATE DATABASE IF NOT EXISTS test" 3 | -------------------------------------------------------------------------------- /win32/build/php.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/win32/build/php.ico -------------------------------------------------------------------------------- /win32/php7dllts.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/win32/php7dllts.rc2 -------------------------------------------------------------------------------- /Zend/tests/return_types/classes.php.inc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/standard/html_tables/ents_basic.txt: -------------------------------------------------------------------------------- 1 | quot 22 2 | amp 26 3 | #039 27 4 | lt 3C 5 | gt 3E 6 | -------------------------------------------------------------------------------- /ext/standard/tests/class_object/AutoLoaded.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/standard/tests/class_object/AutoTrait.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/xmlreader/tests/012.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /sapi/cgi/CREDITS: -------------------------------------------------------------------------------- 1 | CGI / FastCGI 2 | Rasmus Lerdorf, Stig Bakken, Shane Caraveo, Dmitry Stogov 3 | -------------------------------------------------------------------------------- /sapi/cli/tests/bug67741_stub.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /tests/basic/022.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/tests/basic/022.phpt -------------------------------------------------------------------------------- /tests/basic/029.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/tests/basic/029.phpt -------------------------------------------------------------------------------- /tests/run-test/test001.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | EXPECT 3 | --FILE-- 4 | abc 5 | --EXPECT-- 6 | abc 7 | -------------------------------------------------------------------------------- /travis/ext/pdo_mysql/setup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | mysql -e "CREATE DATABASE IF NOT EXISTS test" 3 | -------------------------------------------------------------------------------- /win32/php7ts_cli.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/win32/php7ts_cli.rc2 -------------------------------------------------------------------------------- /Zend/Makefile.frag: -------------------------------------------------------------------------------- 1 | Zend/zend_execute.lo: $(srcdir)/zend_vm_execute.h $(srcdir)/zend_vm_opcodes.h 2 | -------------------------------------------------------------------------------- /ext/bcmath/libbcmath/NEWS: -------------------------------------------------------------------------------- 1 | NEWS for bcmath library: 2 | 3 | May 2000: The library is created. 4 | -------------------------------------------------------------------------------- /ext/bz2/tests/72613.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/bz2/tests/72613.bz2 -------------------------------------------------------------------------------- /ext/calendar/CREDITS: -------------------------------------------------------------------------------- 1 | Calendar 2 | Shane Caraveo, Colin Viebrock, Hartmut Holzgraefe, Wez Furlong 3 | -------------------------------------------------------------------------------- /ext/calendar/calendar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/calendar/calendar.c -------------------------------------------------------------------------------- /ext/dba/tests/test.cdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/dba/tests/test.cdb -------------------------------------------------------------------------------- /ext/exif/tests/sony.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/sony.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/test1.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/test2.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/test3.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/test4.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/test5.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/test6.jpg -------------------------------------------------------------------------------- /ext/fileinfo/tests/magic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/fileinfo/tests/magic -------------------------------------------------------------------------------- /ext/gd/libgd/gdtestft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/libgd/gdtestft.c -------------------------------------------------------------------------------- /ext/gd/tests/Tuffy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/Tuffy.ttf -------------------------------------------------------------------------------- /ext/gd/tests/crafted.gd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/crafted.gd2 -------------------------------------------------------------------------------- /ext/ldap/CREDITS: -------------------------------------------------------------------------------- 1 | LDAP 2 | Amitay Isaacs, Eric Warnke, Rasmus Lerdorf, Gerrit Thomson, Stig Venaas 3 | -------------------------------------------------------------------------------- /ext/oci8/tests/test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/oci8/tests/test.gif -------------------------------------------------------------------------------- /ext/odbc/CREDITS: -------------------------------------------------------------------------------- 1 | ODBC 2 | Stig Bakken, Andreas Karajannis, Frank M. Kromann, Daniel R. Kalowsky 3 | -------------------------------------------------------------------------------- /ext/pcre/tests/007.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/tests/007.phpt -------------------------------------------------------------------------------- /ext/pgsql/tests/php.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pgsql/tests/php.gif -------------------------------------------------------------------------------- /ext/sockets/CREDITS: -------------------------------------------------------------------------------- 1 | Sockets 2 | Chris Vandomelen, Sterling Hughes, Daniel Beulshausen, Jason Greene 3 | -------------------------------------------------------------------------------- /ext/standard/html_tables/ents_basic_apos.txt: -------------------------------------------------------------------------------- 1 | quot 22 2 | amp 26 3 | apos 27 4 | lt 3C 5 | gt 3E 6 | -------------------------------------------------------------------------------- /ext/tidy/tests/007.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/tidy/tests/007.phpt -------------------------------------------------------------------------------- /ext/tidy/tests/020.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/tidy/tests/020.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xsl/tests/xslt.xml -------------------------------------------------------------------------------- /ext/zip/tests/test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/test.zip -------------------------------------------------------------------------------- /scripts/dev/generate-phpt/src/codeSnippets/loopStart.txt: -------------------------------------------------------------------------------- 1 | foreach ( $variation_array as $var ) { 2 | -------------------------------------------------------------------------------- /tests/lang/include_files/function.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /tests/output/ob_018.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/tests/output/ob_018.phpt -------------------------------------------------------------------------------- /tests/strings/002.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/tests/strings/002.phpt -------------------------------------------------------------------------------- /win32/build/template.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/win32/build/template.rc -------------------------------------------------------------------------------- /CREDITS: -------------------------------------------------------------------------------- 1 | For the list of people who've put work into PHP, please see 2 | http://www.php.net/credits.php 3 | -------------------------------------------------------------------------------- /ext/bz2/tests/003.txt.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/bz2/tests/003.txt.bz2 -------------------------------------------------------------------------------- /ext/dom/tests/book.xml.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/dom/tests/book.xml.gz -------------------------------------------------------------------------------- /ext/dom/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/filter/CREDITS: -------------------------------------------------------------------------------- 1 | Input Filter 2 | Rasmus Lerdorf, Derick Rethans, Pierre-Alain Joye, Ilia Alshanetsky 3 | -------------------------------------------------------------------------------- /ext/gd/tests/bug22544.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug22544.png -------------------------------------------------------------------------------- /ext/gd/tests/bug37346.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug37346.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug37360.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug37360.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug38112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug38112.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug39780.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug39780.png -------------------------------------------------------------------------------- /ext/gd/tests/bug43121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug43121.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug43475.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug43475.png -------------------------------------------------------------------------------- /ext/gd/tests/bug43828.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug43828.png -------------------------------------------------------------------------------- /ext/gd/tests/bug50194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug50194.png -------------------------------------------------------------------------------- /ext/gd/tests/bug52070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug52070.png -------------------------------------------------------------------------------- /ext/gd/tests/bug64641.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug64641.png -------------------------------------------------------------------------------- /ext/gd/tests/bug66005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug66005.png -------------------------------------------------------------------------------- /ext/gd/tests/bug67325.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug67325.jpeg -------------------------------------------------------------------------------- /ext/gd/tests/bug72604.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug72604.png -------------------------------------------------------------------------------- /ext/gd/tests/bug72913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug72913.png -------------------------------------------------------------------------------- /ext/gd/tests/bug73213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug73213.png -------------------------------------------------------------------------------- /ext/gd/tests/bug73272.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug73272.png -------------------------------------------------------------------------------- /ext/gd/tests/bug73614.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug73614.png -------------------------------------------------------------------------------- /ext/gd/tests/bug73869a.gd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug73869a.gd2 -------------------------------------------------------------------------------- /ext/gd/tests/bug73869b.gd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug73869b.gd2 -------------------------------------------------------------------------------- /ext/gd/tests/bug74435.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug74435.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug75124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug75124.png -------------------------------------------------------------------------------- /ext/gd/tests/bug75571.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug75571.gif -------------------------------------------------------------------------------- /ext/gd/tests/bug77195.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug77195.jpeg -------------------------------------------------------------------------------- /ext/gd/tests/bug77391.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug77391.bmp -------------------------------------------------------------------------------- /ext/gd/tests/conv_test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/conv_test.gif -------------------------------------------------------------------------------- /ext/gd/tests/conv_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/conv_test.png -------------------------------------------------------------------------------- /ext/gd/tests/libgd00101.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/libgd00101.gd -------------------------------------------------------------------------------- /ext/gd/tests/test8859.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/test8859.ttf -------------------------------------------------------------------------------- /ext/pcre/pcrelib/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/ChangeLog -------------------------------------------------------------------------------- /ext/phar/tests/72321_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/72321_1.zip -------------------------------------------------------------------------------- /ext/phar/tests/72321_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/72321_2.zip -------------------------------------------------------------------------------- /ext/spl/tests/SplFileObject_testinput.csv: -------------------------------------------------------------------------------- 1 | first,second,third 2 | 1,2,3 3 | 4,5,6 4 | 7,8,9 5 | 0,0,0 6 | -------------------------------------------------------------------------------- /ext/standard/tests/class_object/AutoInterface.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/xml/tests/xml007.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xml/tests/xml007.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/xsl/tests/xslt.xsl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xsl/tests/xslt.xsl.gz -------------------------------------------------------------------------------- /ext/xsl/tests/xslt001.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xsl/tests/xslt001.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt002.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xsl/tests/xslt002.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt003.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xsl/tests/xslt003.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt005.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xsl/tests/xslt005.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt006.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xsl/tests/xslt006.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt007.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xsl/tests/xslt007.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt008.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xsl/tests/xslt008.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt012.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xsl/tests/xslt012.phpt -------------------------------------------------------------------------------- /ext/zip/examples/test.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/examples/test.odt -------------------------------------------------------------------------------- /ext/zip/examples/test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/examples/test.zip -------------------------------------------------------------------------------- /ext/zip/examples/test1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/examples/test1.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug40228.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/bug40228.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug49072.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/bug49072.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug70752.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/bug70752.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug72258.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/bug72258.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug7658.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/bug7658.odt -------------------------------------------------------------------------------- /ext/zip/tests/bug8009.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/bug8009.zip -------------------------------------------------------------------------------- /ext/zlib/CREDITS: -------------------------------------------------------------------------------- 1 | Zlib 2 | Rasmus Lerdorf, Stefan Roehrich, Zeev Suraski, Jade Nicoletti, Michael Wallner 3 | -------------------------------------------------------------------------------- /ext/zlib/tests/004.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zlib/tests/004.txt.gz -------------------------------------------------------------------------------- /ext/zlib/tests/gzgetss.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zlib/tests/gzgetss.gz -------------------------------------------------------------------------------- /ext/zlib/tests/ob_001.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zlib/tests/ob_001.phpt -------------------------------------------------------------------------------- /ext/zlib/tests/ob_003.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zlib/tests/ob_003.phpt -------------------------------------------------------------------------------- /ext/zlib/tests/ob_004.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zlib/tests/ob_004.phpt -------------------------------------------------------------------------------- /sapi/fpm/CREDITS: -------------------------------------------------------------------------------- 1 | FastCGI Process Manager 2 | Andrei Nigmatulin, dreamcat4, Antony Dovgal, Jerome Loyet 3 | -------------------------------------------------------------------------------- /tests/basic/bug71273.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/tests/basic/bug71273.phpt -------------------------------------------------------------------------------- /tests/classes/interface_optional_arg_003.inc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ext/dom/tests/book-not-a-schema.xsd: -------------------------------------------------------------------------------- 1 | Let's see what happens upon parsing a file that doesn't contain a schema. 2 | -------------------------------------------------------------------------------- /ext/exif/tests/bug34704.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug34704.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug48378.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug48378.jpeg -------------------------------------------------------------------------------- /ext/exif/tests/bug50845.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug50845.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug60150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug60150.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug62523_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug62523_1.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug62523_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug62523_2.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug68113.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug68113.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug68547.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug68547.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug68799.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug68799.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug71534.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug71534.tiff -------------------------------------------------------------------------------- /ext/exif/tests/bug72094_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug72094_1.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72094_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug72094_2.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72094_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug72094_3.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72094_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug72094_4.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72603.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug72603.jpeg -------------------------------------------------------------------------------- /ext/exif/tests/bug72618.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug72618.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72627.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug72627.tiff -------------------------------------------------------------------------------- /ext/exif/tests/bug73737.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug73737.tiff -------------------------------------------------------------------------------- /ext/exif/tests/bug76130_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug76130_1.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug76130_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug76130_2.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug76423.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug76423.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug76557.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug76557.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug77540.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug77540.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug77563.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug77563.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug77753.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug77753.tiff -------------------------------------------------------------------------------- /ext/exif/tests/bug77831.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug77831.tiff -------------------------------------------------------------------------------- /ext/exif/tests/bug77950.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug77950.tiff -------------------------------------------------------------------------------- /ext/exif/tests/exif003.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/exif003.phpt -------------------------------------------------------------------------------- /ext/exif/tests/image007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image007.jpg -------------------------------------------------------------------------------- /ext/exif/tests/image008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image008.jpg -------------------------------------------------------------------------------- /ext/exif/tests/image009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image009.jpg -------------------------------------------------------------------------------- /ext/exif/tests/image010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image010.jpg -------------------------------------------------------------------------------- /ext/exif/tests/image011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image011.jpg -------------------------------------------------------------------------------- /ext/exif/tests/image012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image012.jpg -------------------------------------------------------------------------------- /ext/exif/tests/image013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image013.jpg -------------------------------------------------------------------------------- /ext/exif/tests/image014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image014.jpg -------------------------------------------------------------------------------- /ext/exif/tests/image015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image015.jpg -------------------------------------------------------------------------------- /ext/exif/tests/image016.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image016.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image017.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image017.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image018.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image018.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image020.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image020.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image021.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image021.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image022.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image022.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image023.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image023.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image024.jpg -------------------------------------------------------------------------------- /ext/exif/tests/image025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image025.jpg -------------------------------------------------------------------------------- /ext/exif/tests/image026.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image026.tiff -------------------------------------------------------------------------------- /ext/exif/tests/image027.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/image027.tiff -------------------------------------------------------------------------------- /ext/fileinfo/tests/67647.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/fileinfo/tests/67647.mov -------------------------------------------------------------------------------- /ext/fileinfo/tests/68398.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/fileinfo/tests/68398.zip -------------------------------------------------------------------------------- /ext/fileinfo/tests/68731.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/fileinfo/tests/68731.gif -------------------------------------------------------------------------------- /ext/fileinfo/tests/cve-2014-1943私はガラスを食べられます.magic: -------------------------------------------------------------------------------- 1 | 0 byte x 2 | >(1.b) indirect x 3 | -------------------------------------------------------------------------------- /ext/gd/tests/bug47946_exp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug47946_exp.png -------------------------------------------------------------------------------- /ext/gd/tests/bug72482_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/bug72482_2.png -------------------------------------------------------------------------------- /ext/gd/tests/conv_test.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/conv_test.jpeg -------------------------------------------------------------------------------- /ext/gd/tests/libgd00086.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/libgd00086.png -------------------------------------------------------------------------------- /ext/gd/tests/libgd00094.xbm: -------------------------------------------------------------------------------- 1 | #define width 255 2 | #define height 1073741824 3 | static unsigned char bla = { 4 | -------------------------------------------------------------------------------- /ext/gd/tests/libgd00100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/libgd00100.png -------------------------------------------------------------------------------- /ext/gd/tests/logo_noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/logo_noise.png -------------------------------------------------------------------------------- /ext/gettext/tests/locale/en/LC_CTYPE/dgettextTest_switched.po: -------------------------------------------------------------------------------- 1 | msgid "item" 2 | msgstr[0] "cProdukt_switched" 3 | -------------------------------------------------------------------------------- /ext/hash/CREDITS: -------------------------------------------------------------------------------- 1 | PHP hash 2 | Sara Golemon, Rasmus Lerdorf, Stefan Esser, Michael Wallner, Scott MacVicar 3 | -------------------------------------------------------------------------------- /ext/iconv/tests/iconv001.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/iconv/tests/iconv001.phpt -------------------------------------------------------------------------------- /ext/libxml/CREDITS: -------------------------------------------------------------------------------- 1 | LIBXML 2 | Christian Stocker, Rob Richards, Marcus Boerger, Wez Furlong, Shane Caraveo 3 | -------------------------------------------------------------------------------- /ext/libxml/tests/bug69753.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ext/mbstring/tests/common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/common.inc -------------------------------------------------------------------------------- /ext/opcache/CREDITS: -------------------------------------------------------------------------------- 1 | Opcache 2 | Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Dmitry Stogov, Xinchen Hui 3 | -------------------------------------------------------------------------------- /ext/pcre/tests/locales.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/tests/locales.phpt -------------------------------------------------------------------------------- /ext/pcre/tests/skip_002.inc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 15 4 | 5 | -------------------------------------------------------------------------------- /ext/wddx/tests/bug72750.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/wddx/tests/bug72750.phpt -------------------------------------------------------------------------------- /ext/xsl/tests/xslt008-mb.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/xsl/tests/xslt008-mb.phpt -------------------------------------------------------------------------------- /ext/zip/examples/test_im.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/examples/test_im.zip -------------------------------------------------------------------------------- /ext/zip/tests/binarynull.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/binarynull.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug72258.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/bug72258.phpt -------------------------------------------------------------------------------- /ext/zip/tests/pecl12414.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/pecl12414.zip -------------------------------------------------------------------------------- /ext/zlib/tests/bug55544.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zlib/tests/bug55544.phpt -------------------------------------------------------------------------------- /ext/zlib/tests/bug67724.gz.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zlib/tests/bug67724.gz.gz -------------------------------------------------------------------------------- /pear/install-pear-nozlib.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/pear/install-pear-nozlib.phar -------------------------------------------------------------------------------- /sapi/cli/CREDITS: -------------------------------------------------------------------------------- 1 | CLI 2 | Edin Kadribasic, Marcus Boerger, Johannes Schlueter, Moriyoshi Koizumi, Xinchen Hui 3 | -------------------------------------------------------------------------------- /scripts/dev/generate-phpt/src/texts/testTypeNotSpecified.txt: -------------------------------------------------------------------------------- 1 | Please specify basic, error or variation tests. 2 | -------------------------------------------------------------------------------- /tests/classes/constants_basic_003.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /TSRM/acinclude.m4: -------------------------------------------------------------------------------- 1 | AC_DEFUN([AM_SET_LIBTOOL_VARIABLE],[ 2 | LIBTOOL='$(SHELL) $(top_builddir)/libtool $1' 3 | ]) 4 | -------------------------------------------------------------------------------- /ext/dom/tests/bug67081_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]> 5 | 6 | -------------------------------------------------------------------------------- /ext/exif/tests/bug54002_1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug54002_1.jpeg -------------------------------------------------------------------------------- /ext/exif/tests/bug54002_2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug54002_2.jpeg -------------------------------------------------------------------------------- /ext/fileinfo/tests/bug67516.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/fileinfo/tests/bug67516.gif -------------------------------------------------------------------------------- /ext/fileinfo/tests/bug68735.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/fileinfo/tests/bug68735.jpg -------------------------------------------------------------------------------- /ext/gd/tests/imagearc_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagearc_basic.png -------------------------------------------------------------------------------- /ext/iconv/tests/eucjp2sjis.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/iconv/tests/eucjp2sjis.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/eucjp2utf8.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/iconv/tests/eucjp2utf8.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_ereg.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_ereg.phpt -------------------------------------------------------------------------------- /ext/openssl/tests/bug74022.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/openssl/tests/bug74022.pfx -------------------------------------------------------------------------------- /ext/phar/tests/files/blog.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/blog.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/sha1.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/sha1.phar -------------------------------------------------------------------------------- /scripts/dev/generate-phpt.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/scripts/dev/generate-phpt.phar -------------------------------------------------------------------------------- /tests/classes/autoload_derived.p5c: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /Zend/tests/constants/fixtures/folder1/fixture.inc: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /ext/gd/tests/Rochester-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/Rochester-Regular.otf -------------------------------------------------------------------------------- /ext/gd/tests/Tuffy私はガラスを食べられます.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/Tuffy私はガラスを食べられます.ttf -------------------------------------------------------------------------------- /ext/gd/tests/imagearc_error1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagearc_error1.png -------------------------------------------------------------------------------- /ext/gd/tests/imagechar_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagechar_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagecharup_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagecharup_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagegd_truecolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagegd_truecolor.png -------------------------------------------------------------------------------- /ext/gd/tests/imageopenpolygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imageopenpolygon.png -------------------------------------------------------------------------------- /ext/gd/tests/imagepolygon_aa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagepolygon_aa.png -------------------------------------------------------------------------------- /ext/gd/tests/imagestring_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagestring_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/invalid_neg_size.gd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/invalid_neg_size.gd2 -------------------------------------------------------------------------------- /ext/gd/tests/src私はガラスを食べられます.wbmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/src私はガラスを食べられます.wbmp -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_strlen.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/iconv/tests/iconv_strlen.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_strpos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/iconv/tests/iconv_strpos.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_strrpos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/iconv/tests/iconv_strrpos.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/iconv_substr.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/iconv/tests/iconv_substr.phpt -------------------------------------------------------------------------------- /ext/iconv/tests/translit-utf8.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/iconv/tests/translit-utf8.phpt -------------------------------------------------------------------------------- /ext/libxml/tests/bug69753私はガラスを食べられます.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ext/mbstring/README_PHP3-i18n-ja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/README_PHP3-i18n-ja -------------------------------------------------------------------------------- /ext/mbstring/oniguruma/README.ja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/oniguruma/README.ja -------------------------------------------------------------------------------- /ext/mbstring/oniguruma/doc/API.ja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/oniguruma/doc/API.ja -------------------------------------------------------------------------------- /ext/mbstring/oniguruma/doc/FAQ.ja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/oniguruma/doc/FAQ.ja -------------------------------------------------------------------------------- /ext/mbstring/oniguruma/doc/RE.ja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/oniguruma/doc/RE.ja -------------------------------------------------------------------------------- /ext/mbstring/tests/bug26639.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/bug26639.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/casefold.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/casefold.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_strcut.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_strcut.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_stripos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_stripos.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_strlen.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_strlen.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_strpos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_strpos.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_substr.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_substr.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/overload01.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/overload01.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/overload02.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/overload02.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/simpletest.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/simpletest.phpt -------------------------------------------------------------------------------- /ext/mysqlnd/mysqlnd_ext_plugin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mysqlnd/mysqlnd_ext_plugin.c -------------------------------------------------------------------------------- /ext/mysqlnd/mysqlnd_ext_plugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mysqlnd/mysqlnd_ext_plugin.h -------------------------------------------------------------------------------- /ext/mysqlnd/mysqlnd_result_meta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mysqlnd/mysqlnd_result_meta.h -------------------------------------------------------------------------------- /ext/mysqlnd/mysqlnd_reverse_api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mysqlnd/mysqlnd_reverse_api.c -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/saved16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/saved16 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/saved32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/saved32 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/saved8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/saved8 -------------------------------------------------------------------------------- /ext/pdo_mysql/CREDITS: -------------------------------------------------------------------------------- 1 | MySQL driver for PDO 2 | George Schlossnagle, Wez Furlong, Ilia Alshanetsky, Johannes Schlueter 3 | -------------------------------------------------------------------------------- /ext/phar/tests/bug69453.tar.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/bug69453.tar.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/nophar.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/nophar.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/notbogus.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/notbogus.zip -------------------------------------------------------------------------------- /ext/phar/tests/files/openssl.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/openssl.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/sha256.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/sha256.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/sha512.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/sha512.phar -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/bzip2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/bzip2.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/odt.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/odt.odt -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/stdin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/stdin.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/test.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/test.odt -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/zip.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/zip.zip -------------------------------------------------------------------------------- /ext/soap/tests/bugs/bug28969.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/soap/tests/bugs/bug28969.phpt -------------------------------------------------------------------------------- /ext/soap/tests/bugs/bug38005.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/soap/tests/bugs/bug38005.phpt -------------------------------------------------------------------------------- /ext/soap/tests/bugs/bug38067.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/soap/tests/bugs/bug38067.phpt -------------------------------------------------------------------------------- /ext/soap/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/sqlite3/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /ext/standard/tests/image/test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test.gif -------------------------------------------------------------------------------- /ext/zip/tests/test_procedural.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/test_procedural.zip -------------------------------------------------------------------------------- /ext/zlib/tests/bug55544-win.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zlib/tests/bug55544-win.phpt -------------------------------------------------------------------------------- /ext/zlib/tests/bug73944_fixture1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zlib/tests/bug73944_fixture1 -------------------------------------------------------------------------------- /ext/zlib/tests/bug73944_fixture2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zlib/tests/bug73944_fixture2 -------------------------------------------------------------------------------- /sapi/apache2handler/CREDITS: -------------------------------------------------------------------------------- 1 | Apache 2.0 Handler 2 | Ian Holsman, Justin Erenkrantz (based on Apache 2.0 Filter code) 3 | -------------------------------------------------------------------------------- /sapi/cli/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /tests/run-test/test011.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | EXPECT_EXTERNAL 3 | --FILE-- 4 | abc 5 | --EXPECT_EXTERNAL-- 6 | test011.txt 7 | -------------------------------------------------------------------------------- /ext/exif/tests/bug72735/samsung.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug72735/samsung.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug72819/bug72819.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug72819/bug72819.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug73115/bug73115.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug73115/bug73115.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug74428/bug74428.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug74428/bug74428.jpg -------------------------------------------------------------------------------- /ext/exif/tests/bug77564/bug77564.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug77564/bug77564.jpg -------------------------------------------------------------------------------- /ext/exif/tests/redhat-bug1362571.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/redhat-bug1362571.jpg -------------------------------------------------------------------------------- /ext/exif/tests/test2私はガラスを食べられます.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/test2私はガラスを食べられます.jpg -------------------------------------------------------------------------------- /ext/fileinfo/tests/magic私はガラスを食べられます: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/fileinfo/tests/magic私はガラスを食べられます -------------------------------------------------------------------------------- /ext/fileinfo/tests/resources/dir.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/fileinfo/tests/resources/dir.zip -------------------------------------------------------------------------------- /ext/gd/tests/imagearc_variation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagearc_variation1.png -------------------------------------------------------------------------------- /ext/gd/tests/imagearc_variation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagearc_variation2.png -------------------------------------------------------------------------------- /ext/gd/tests/imagecolorset_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagecolorset_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imageellipse_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imageellipse_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagesetbrush_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagesetbrush_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagestringup_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagestringup_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/libgd00094私はガラスを食べられます.xbm: -------------------------------------------------------------------------------- 1 | #define width 255 2 | #define height 1073741824 3 | static unsigned char bla = { 4 | -------------------------------------------------------------------------------- /ext/iconv/tests/eucjp2iso2022jp.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/iconv/tests/eucjp2iso2022jp.phpt -------------------------------------------------------------------------------- /ext/mbstring/libmbfl/tests/sample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/libmbfl/tests/sample.c -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_strwidth.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_strwidth.phpt -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testinput1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testinput1 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testinput3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testinput3 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testinput8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testinput8 -------------------------------------------------------------------------------- /ext/pdo/CREDITS: -------------------------------------------------------------------------------- 1 | PHP Data Objects 2 | Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky 3 | -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/count1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/count1.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/count2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/count2.zip -------------------------------------------------------------------------------- /ext/reflection/CREDITS: -------------------------------------------------------------------------------- 1 | Reflection 2 | Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski, Johannes Schlueter 3 | -------------------------------------------------------------------------------- /ext/snmp/CREDITS: -------------------------------------------------------------------------------- 1 | SNMP 2 | Rasmus Lerdorf, Harrie Hazewinkel, Mike Jackson, Steven Lawrance, Johann Hanne, Boris Lytochkin 3 | -------------------------------------------------------------------------------- /ext/soap/tests/bugs/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/soap/tests/soap12/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/standard/tests/image/200x100.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/200x100.bmp -------------------------------------------------------------------------------- /ext/standard/tests/image/200x100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/200x100.gif -------------------------------------------------------------------------------- /ext/standard/tests/image/200x100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/200x100.jpg -------------------------------------------------------------------------------- /ext/standard/tests/image/200x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/200x100.png -------------------------------------------------------------------------------- /ext/standard/tests/image/200x100.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/200x100.swf -------------------------------------------------------------------------------- /ext/standard/tests/image/200x100.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/200x100.tif -------------------------------------------------------------------------------- /ext/standard/tests/image/246x247.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/246x247.png -------------------------------------------------------------------------------- /ext/standard/tests/image/384x385.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/384x385.png -------------------------------------------------------------------------------- /ext/standard/tests/image/75x50.wbmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/75x50.wbmp -------------------------------------------------------------------------------- /ext/standard/tests/image/testAPP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/testAPP.jpg -------------------------------------------------------------------------------- /ext/standard/tests/misc/browscap.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/misc/browscap.ini -------------------------------------------------------------------------------- /ext/standard/tests/strings/utf8.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/utf8.phpt -------------------------------------------------------------------------------- /ext/xmlreader/tests/012.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /ext/zip/tests/test_with_comment.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/test_with_comment.zip -------------------------------------------------------------------------------- /scripts/dev/generate-phpt/src/texts/functionOrMethodNotSpecified.txt: -------------------------------------------------------------------------------- 1 | Please supply a function or method name to be tested. 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 | 6 | -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_http_input.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_http_input.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_send_mail02.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_send_mail02.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_send_mail04.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_send_mail04.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_send_mail05.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_send_mail05.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_send_mail06.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_send_mail06.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_send_mail07.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_send_mail07.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_strimwidth.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_strimwidth.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_substr_count.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_substr_count.phpt -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/saved16BE-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/saved16BE-1 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/saved16BE-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/saved16BE-2 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/saved16LE-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/saved16LE-1 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/saved16LE-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/saved16LE-2 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/saved32BE-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/saved32BE-1 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/saved32BE-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/saved32BE-2 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/saved32LE-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/saved32LE-1 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/saved32LE-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/saved32LE-2 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testinput15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testinput15 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testinput18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testinput18 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testinputEBC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testinputEBC -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testoutput1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testoutput1 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testoutput15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testoutput15 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testoutput3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testoutput3 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testoutput8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testoutput8 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testoutputEBC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testoutputEBC -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/wintestinput3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/wintestinput3 -------------------------------------------------------------------------------- /ext/phar/tests/files/include_path.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/include_path.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/include_path2.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/include_path2.phar -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/disknumber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/disknumber.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/encrypted.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/encrypted.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/nozipend.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/nozipend.zip -------------------------------------------------------------------------------- /ext/spl/TODO: -------------------------------------------------------------------------------- 1 | This is the ToDo of ext/spl: 2 | 3 | Implement the classes/interfaces from the .inc files in 4 | directory examples. -------------------------------------------------------------------------------- /ext/spl/tests/testclass.class.inc: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /ext/standard/tests/image/bug13213.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/bug13213.jpg -------------------------------------------------------------------------------- /ext/standard/tests/image/bug71848.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/bug71848.jpg -------------------------------------------------------------------------------- /ext/standard/tests/image/bug72278.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/bug72278.jpg -------------------------------------------------------------------------------- /ext/standard/tests/image/test-1pix.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test-1pix.bmp -------------------------------------------------------------------------------- /ext/standard/tests/image/test12pix.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test12pix.webp -------------------------------------------------------------------------------- /ext/standard/tests/image/test13pix.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test13pix.swf -------------------------------------------------------------------------------- /ext/standard/tests/image/test1bpix.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test1bpix.bmp -------------------------------------------------------------------------------- /ext/standard/tests/image/test1pix.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test1pix.bmp -------------------------------------------------------------------------------- /ext/standard/tests/image/test1pix.jp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test1pix.jp2 -------------------------------------------------------------------------------- /ext/standard/tests/image/test1pix.jpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test1pix.jpc -------------------------------------------------------------------------------- /ext/standard/tests/image/test1pix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test1pix.jpg -------------------------------------------------------------------------------- /ext/standard/tests/image/test2pix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test2pix.gif -------------------------------------------------------------------------------- /ext/standard/tests/image/test3pix.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test3pix.webp -------------------------------------------------------------------------------- /ext/standard/tests/image/test4pix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test4pix.gif -------------------------------------------------------------------------------- /ext/standard/tests/image/test4pix.iff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test4pix.iff -------------------------------------------------------------------------------- /ext/standard/tests/image/test4pix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test4pix.png -------------------------------------------------------------------------------- /ext/standard/tests/image/test4pix.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test4pix.psd -------------------------------------------------------------------------------- /ext/standard/tests/image/test4pix.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test4pix.swf -------------------------------------------------------------------------------- /ext/standard/tests/image/test4pix.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/test4pix.tif -------------------------------------------------------------------------------- /ext/standard/tests/serialize/006.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/serialize/006.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/chr_ord.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/chr_ord.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/printf.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/printf.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/str_pad.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/str_pad.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/strcmp.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/strcmp.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/strlen.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/strlen.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/strpos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/strpos.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/strstr.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/strstr.phpt -------------------------------------------------------------------------------- /ext/zip/examples/test_with_comment.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/examples/test_with_comment.zip -------------------------------------------------------------------------------- /ext/zip/tests/bug40228私はガラスを食べられます.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/bug40228私はガラスを食べられます.zip -------------------------------------------------------------------------------- /ext/zip/tests/compression_methods.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zip/tests/compression_methods.zip -------------------------------------------------------------------------------- /ext/zlib/tests/004私はガラスを食べられます.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/zlib/tests/004私はガラスを食べられます.txt.gz -------------------------------------------------------------------------------- /tests/lang/015.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Testing include 3 | --FILE-- 4 | 7 | --EXPECT-- 8 | Hello 9 | -------------------------------------------------------------------------------- /Zend/tests/ns_022.inc: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /ext/dom/tests/nsdoc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ext/exif/tests/bug77184/DJI_0245_tiny.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/exif/tests/bug77184/DJI_0245_tiny.JPG -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefrombmp_basic.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagecreatefrombmp_basic.bmp -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefrombmp_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagecreatefrombmp_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagefilledellipse_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagefilledellipse_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagefilltoborder_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagefilltoborder_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagegammacorrect_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagegammacorrect_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagesetthickness_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagesetthickness_basic.png -------------------------------------------------------------------------------- /ext/intl/tests/msgfmt_format_error4.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/intl/tests/msgfmt_format_error4.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/zend_multibyte-01.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/zend_multibyte-01.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/zend_multibyte-04.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/zend_multibyte-04.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/zend_multibyte-08.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/zend_multibyte-08.phpt -------------------------------------------------------------------------------- /ext/mysqli/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/grepinputv: -------------------------------------------------------------------------------- 1 | The quick brown 2 | fox jumps 3 | over the lazy dog. 4 | This time it jumps and jumps and jumps. 5 | -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testoutput18-16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testoutput18-16 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/testoutput18-32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/testoutput18-32 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/testdata/wintestoutput3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/pcre/pcrelib/testdata/wintestoutput3 -------------------------------------------------------------------------------- /ext/pcre/tests/skip_003.inc: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /tests/lang/bug73172.inc: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ]> 6 | 7 | -------------------------------------------------------------------------------- /ext/filter/tests/001.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Simple GET test 3 | --GET-- 4 | a=1 5 | --FILE-- 6 | 7 | --EXPECT-- 8 | 1 9 | -------------------------------------------------------------------------------- /ext/gd/CREDITS: -------------------------------------------------------------------------------- 1 | GD imaging 2 | Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye, Marcus Boerger 3 | -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatefromstring_bmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagecreatefromstring_bmp.png -------------------------------------------------------------------------------- /ext/gd/tests/imagecreatetruecolor_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagecreatetruecolor_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagefilledarc_variation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagefilledarc_variation1.png -------------------------------------------------------------------------------- /ext/gd/tests/imagefilledarc_variation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagefilledarc_variation2.png -------------------------------------------------------------------------------- /ext/gettext/tests/locale/en/LC_CTYPE/dgettextTest.po: -------------------------------------------------------------------------------- 1 | msgid "item" 2 | msgid_plural "items" 3 | msgstr[0] "Produkt" 4 | msgstr[1] "Produkte" 5 | -------------------------------------------------------------------------------- /ext/hash/tests/skip_mhash.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/iconv/php_iconv.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | _libiconv_version 3 | libiconv_close 4 | libiconv 5 | libiconv_open 6 | libiconv_set_relocation_prefix 7 | -------------------------------------------------------------------------------- /ext/iconv/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /ext/intl/CREDITS: -------------------------------------------------------------------------------- 1 | Internationalization 2 | Ed Batutis, Vladimir Iordanov, Dmitry Lakhtyuk, Stanislav Malyshev, Vadim Savchuk, Kirti Velankar 3 | -------------------------------------------------------------------------------- /ext/intl/tests/_files/resourcebundle/es.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/intl/tests/_files/resourcebundle/es.res -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_convert_encoding.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_convert_encoding.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_convert_variables.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_convert_variables.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_detect_encoding.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_detect_encoding.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_ereg_search_pos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_ereg_search_pos.phpt -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_ereg_search_xxx.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_ereg_search_xxx.phpt -------------------------------------------------------------------------------- /ext/opcache/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/openssl/tests/p12_with_extra_certs.p12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/openssl/tests/p12_with_extra_certs.p12 -------------------------------------------------------------------------------- /ext/pcre/pcrelib/COPYING: -------------------------------------------------------------------------------- 1 | PCRE LICENCE 2 | 3 | Please see the file LICENCE in the PCRE distribution for licensing details. 4 | 5 | End 6 | -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/nophar.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/nophar.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/openssl.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/openssl.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/sha256.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/sha256.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/sha512.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/sha512.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write10.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write10.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write11.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write11.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write12.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write12.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write13.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write13.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write14.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write14.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write15.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write15.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write16.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write16.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write17.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write17.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write18.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write18.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write19.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write19.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write2.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write2.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write20.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write20.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write21.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write21.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write22.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write22.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write23.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write23.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write24.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write24.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write25.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write25.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write3.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write3.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write4.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write4.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write5.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write5.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write6.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write6.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write7.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write7.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write8.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write8.phar -------------------------------------------------------------------------------- /ext/phar/tests/cache_list/files/write9.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/cache_list/files/write9.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller10.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller10.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller11.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller11.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller12.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller12.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller13.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller13.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller14.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller14.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller16.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller16.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller17.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller17.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller18.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller18.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller19.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller19.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller2.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller2.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller3.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller3.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller4.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller4.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller5.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller5.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller6.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller6.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller7.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller7.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller8.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller8.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/frontcontroller9.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/frontcontroller9.phar -------------------------------------------------------------------------------- /ext/phar/tests/files/stuboflength1041.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/files/stuboflength1041.phar -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/badalias1.phar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/badalias1.phar.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/badalias2.phar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/badalias2.phar.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/badalias3.phar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/badalias3.phar.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/badalias4.phar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/badalias4.phar.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/badalias5.phar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/badalias5.phar.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/bz2_alias.phar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/bz2_alias.phar.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup1.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup2.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup3.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup4.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup5.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup6.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup7.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup9.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/metadata.phar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/metadata.phar.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/truncfilename.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/truncfilename.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/zlib_alias.phar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/zlib_alias.phar.zip -------------------------------------------------------------------------------- /ext/soap/tests/interop/Round2/Base/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/soap/tests/interop/Round2/GroupB/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/soap/tests/interop/Round3/GroupD/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/soap/tests/interop/Round3/GroupE/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/soap/tests/interop/Round3/GroupF/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/soap/tests/interop/Round4/GroupG/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/soap/tests/interop/Round4/GroupH/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/soap/tests/interop/Round4/GroupI/skipif.inc: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /ext/standard/tests/strings/htmlentities.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/htmlentities.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/printf_64bit.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/printf_64bit.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/str_repeat.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/str_repeat.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/str_replace.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/str_replace.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/strcasecmp.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/strcasecmp.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/strtoupper.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/strtoupper.phpt -------------------------------------------------------------------------------- /tests/basic/001.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Trivial "Hello World" test 3 | --FILE-- 4 | 5 | --EXPECT-- 6 | Hello World 7 | -------------------------------------------------------------------------------- /tests/basic/010.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Testing | and & operators 3 | --FILE-- 4 | 5 | --EXPECT-- 6 | 8 7 | -------------------------------------------------------------------------------- /tests/lang/001.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Simple If condition test 3 | --FILE-- 4 | 0) { echo "Yes"; } ?> 5 | --EXPECT-- 6 | Yes 7 | -------------------------------------------------------------------------------- /tests/output/ob_001.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | output buffering - nothing 3 | --FILE-- 4 | 7 | --EXPECT-- 8 | foo 9 | -------------------------------------------------------------------------------- /TSRM/TODO: -------------------------------------------------------------------------------- 1 | - Improve the lock in ts_resource_ex() in order to cover less code. 2 | This can probably be done by more careful hash table access 3 | -------------------------------------------------------------------------------- /ext/gd/tests/imagecolorallocatealpha_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagecolorallocatealpha_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/imagegammacorrect_variation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagegammacorrect_variation1.png -------------------------------------------------------------------------------- /ext/gd/tests/imagetruecolortopalette_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagetruecolortopalette_basic.png -------------------------------------------------------------------------------- /ext/gd/tests/invalid_neg_size私はガラスを食べられます.gd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/invalid_neg_size私はガラスを食べられます.gd2 -------------------------------------------------------------------------------- /ext/gettext/tests/locale/en/LC_CTYPE/dngettextTest.po: -------------------------------------------------------------------------------- 1 | msgid "item" 2 | msgid_plural "items" 3 | msgstr[0] "cProdukt" 4 | msgstr[1] "cProdukte" 5 | -------------------------------------------------------------------------------- /ext/gettext/tests/locale/en/LC_MESSAGES/dgettextTest.po: -------------------------------------------------------------------------------- 1 | msgid "item" 2 | msgid_plural "items" 3 | msgstr[0] "Produkt" 4 | msgstr[1] "Produkte" 5 | -------------------------------------------------------------------------------- /ext/gettext/tests/locale/en/LC_MESSAGES/dngettextTest.po: -------------------------------------------------------------------------------- 1 | msgid "item" 2 | msgid_plural "items" 3 | msgstr[0] "Produkt" 4 | msgstr[1] "Produkte" 5 | -------------------------------------------------------------------------------- /ext/intl/tests/_files/resourcebundle/root.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/intl/tests/_files/resourcebundle/root.res -------------------------------------------------------------------------------- /ext/mbstring/libmbfl/buildconf: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | libtoolize -c -f --automake 3 | aclocal 4 | autoheader 5 | automake -a -c --foreign 6 | autoconf 7 | -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_ereg_search_setpos.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_ereg_search_setpos.phpt -------------------------------------------------------------------------------- /ext/phar/tests/bug77586/files/link-nktarAMLdJBv7BGYnpzg-ZDycSpWN3Ne3kacltOSE-EqfhStJ1EoBpGuoua6VE-dne29hvpNWXiVbepwIf8-NRHWM9LITLo3nXZnKVNC: -------------------------------------------------------------------------------- 1 | target -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup10.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup10.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup14.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup14.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup18.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup18.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup19.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup19.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup97.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup97.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/compress_unsup98.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/compress_unsup98.zip -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/extralen_toolong.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/extralen_toolong.zip -------------------------------------------------------------------------------- /ext/standard/tests/file/stream_rfc2397_003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/file/stream_rfc2397_003.gif -------------------------------------------------------------------------------- /ext/standard/tests/file/windows_acls/tiny.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/file/windows_acls/tiny.exe -------------------------------------------------------------------------------- /ext/standard/tests/general_functions/002.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/general_functions/002.phpt -------------------------------------------------------------------------------- /ext/standard/tests/general_functions/006.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/general_functions/006.phpt -------------------------------------------------------------------------------- /ext/standard/tests/serialize/autoload_interface.p5c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ext/standard/tests/strings/htmlentities04.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/htmlentities04.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/htmlentities08.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/htmlentities08.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/htmlentities13.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/htmlentities13.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/htmlentities14.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/htmlentities14.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/htmlentities15.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/htmlentities15.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/htmlentities23.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/htmlentities23.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/htmlentities24.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/htmlentities24.phpt -------------------------------------------------------------------------------- /scripts/dev/generate-phpt/src/codeSnippets/skipifwin.txt: -------------------------------------------------------------------------------- 1 | if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test is not for Windows platforms"); 2 | -------------------------------------------------------------------------------- /snapshot: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | if test -n "$1"; then 4 | flags="DISTNAME=$1" 5 | fi 6 | 7 | ${MAKE:-make} $flags -f build/build.mk snapshot 8 | -------------------------------------------------------------------------------- /travis/ext/pdo_pgsql/setup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | export PDO_PGSQL_TEST_DSN='pgsql:host=localhost port=5432 dbname=test user=postgres password=' 3 | -------------------------------------------------------------------------------- /Zend/tests/multibyte/multibyte_encoding_001.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/Zend/tests/multibyte/multibyte_encoding_001.phpt -------------------------------------------------------------------------------- /Zend/tests/multibyte/multibyte_encoding_003.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/Zend/tests/multibyte/multibyte_encoding_003.phpt -------------------------------------------------------------------------------- /Zend/tests/multibyte/multibyte_encoding_004.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/Zend/tests/multibyte/multibyte_encoding_004.phpt -------------------------------------------------------------------------------- /Zend/tests/multibyte/multibyte_encoding_005.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/Zend/tests/multibyte/multibyte_encoding_005.phpt -------------------------------------------------------------------------------- /Zend/tests/multibyte/multibyte_encoding_006.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/Zend/tests/multibyte/multibyte_encoding_006.phpt -------------------------------------------------------------------------------- /ext/gd/tests/imagegammacorrect_variation2_1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagegammacorrect_variation2_1_1.png -------------------------------------------------------------------------------- /ext/gd/tests/imagegammacorrect_variation2_1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagegammacorrect_variation2_1_2.png -------------------------------------------------------------------------------- /ext/gd/tests/imagegammacorrect_variation2_2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gd/tests/imagegammacorrect_variation2_2_1.png -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_output_handler_euc_jp.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_output_handler_euc_jp.phpt -------------------------------------------------------------------------------- /ext/opcache/tests/opcache-1.blacklist: -------------------------------------------------------------------------------- 1 | ; comments are allowed in blacklist file 2 | ; and empty line are ignored 3 | 4 | /path/to/foo 5 | "/path/to/foo2" -------------------------------------------------------------------------------- /ext/phar/tests/tar/files/frontcontroller.phar.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/tar/files/frontcontroller.phar.tar -------------------------------------------------------------------------------- /ext/phar/tests/zip/files/frontcontroller.phar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/phar/tests/zip/files/frontcontroller.phar.zip -------------------------------------------------------------------------------- /ext/standard/tests/image/200x100_unknown.unknown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/image/200x100_unknown.unknown -------------------------------------------------------------------------------- /ext/standard/tests/image/2x2mm.tif: -------------------------------------------------------------------------------- 1 | MM*n -------------------------------------------------------------------------------- /ext/standard/tests/strings/strspn_variation5.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/strspn_variation5.phpt -------------------------------------------------------------------------------- /ext/standard/tests/strings/strspn_variation9.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/standard/tests/strings/strspn_variation9.phpt -------------------------------------------------------------------------------- /sapi/phpdbg/tests/basic_run.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | Basic run 3 | --PHPDBG-- 4 | r 5 | q 6 | --EXPECTF-- 7 | prompt> [Nothing to execute!] 8 | prompt> 9 | -------------------------------------------------------------------------------- /scripts/dev/generate-phpt/src/codeSnippets/skipifnotwin.txt: -------------------------------------------------------------------------------- 1 | if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only"); 2 | -------------------------------------------------------------------------------- /ext/gettext/tests/66265/de_DE/LC_MESSAGES/domain.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gettext/tests/66265/de_DE/LC_MESSAGES/domain.mo -------------------------------------------------------------------------------- /ext/gettext/tests/66265/en_US/LC_MESSAGES/domain.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gettext/tests/66265/en_US/LC_MESSAGES/domain.mo -------------------------------------------------------------------------------- /ext/gettext/tests/66265/fr_FR/LC_MESSAGES/domain.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gettext/tests/66265/fr_FR/LC_MESSAGES/domain.mo -------------------------------------------------------------------------------- /ext/gettext/tests/locale/en/LC_MESSAGES/messages.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gettext/tests/locale/en/LC_MESSAGES/messages.mo -------------------------------------------------------------------------------- /ext/gettext/tests/locale/fi/LC_MESSAGES/messages.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/gettext/tests/locale/fi/LC_MESSAGES/messages.mo -------------------------------------------------------------------------------- /ext/intl/tests/_files/resourcebundle/res_index.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/intl/tests/_files/resourcebundle/res_index.res -------------------------------------------------------------------------------- /ext/mbstring/tests/mb_output_handler_shift_jis.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/source-comment/php7/HEAD/ext/mbstring/tests/mb_output_handler_shift_jis.phpt -------------------------------------------------------------------------------- /ext/pdo_mysql/tests/skipif.inc: -------------------------------------------------------------------------------- 1 | '; // line 5 is executable 6 | } 7 | -------------------------------------------------------------------------------- /tests/lang/comments2.phpt: -------------------------------------------------------------------------------- 1 | --TEST-- 2 | #-style comments (part 2) 3 | --FILEEOF-- 4 | 7 | #