Import tests
commitfdb69ef3fdedbe361f620e5d0eb18f11270b1880
authorEmil Hesslow <emil@fb.com>
Tue, 4 Feb 2014 03:30:32 +0000 (3 19:30 -0800)
committerSara Golemon <sgolemon@fb.com>
Thu, 6 Feb 2014 19:28:18 +0000 (6 11:28 -0800)
treeb8c77b824dbd1520942820f3334a8988e0692b80
parent77a061f0290e5e6ecdb1d41a41e53d6f90575a11
Import tests

- This imports mysqli tests
- They will all be skipped on the test machines because you have to set some environment variables to tell it where to connect which isn't done on the test machines

Reviewed By: @ptarjan

Differential Revision: D1145004
915 files changed:
hphp/test/zend/bad/ext/mysql/tests/table.inc [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/002.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/002.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/002.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/003.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/003.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/003.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/004.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/004.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/004.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/005.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/005.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/005.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/006.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/006.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/006.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/007.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/007.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/007.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/008.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/008.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/008.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/010.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/010.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/010.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/010.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/011.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/011.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/011.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/011.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/012.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/012.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/012.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/012.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/013.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/013.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/013.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/014.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/014.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/014.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/015.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/015.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/015.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/016.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/016.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/016.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/017.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/017.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/017.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/018.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/018.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/018.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/019.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/019.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/019.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/020.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/020.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/020.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/021.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/021.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/021.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/022.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/022.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/022.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/023.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/023.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/023.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/024.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/024.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/024.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/025.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/025.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/025.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/026.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/026.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/026.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/028.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/028.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/028.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/030.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/030.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/030.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/031.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/031.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/031.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/037.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/037.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/037.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/038.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/038.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/038.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/040.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/040.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/040.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/042.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/042.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/042.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/043.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/043.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/043.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/045.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/045.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/045.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/046.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/046.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/046.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/047.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/047.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/047.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/048.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/048.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/048.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/056.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/056.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/056.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/057.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/057.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/057.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/058.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/058.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/058.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/059.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/059.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/059.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/062.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/062.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/062.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/063.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/063.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/063.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/064.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/064.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/064.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/066.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/066.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/066.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/067.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/067.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/067.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/069.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/069.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/069.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/071.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/071.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/071.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/072.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/072.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/072.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug28817.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug28817.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug28817.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug29311.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug29311.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug29311.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug30967.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug30967.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug30967.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug31668.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug31668.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug31668.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug31668.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug32405.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug32405.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug32405.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug33090.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug33090.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug33090.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug33491.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug33491.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug33491.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug33491.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug34785.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug34785.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug34785.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug34810.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug34810.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug34810.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug35103.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug35103.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug35103.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug35759.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug35759.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug35759.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug36745.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug36745.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug36745.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug36802.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug36802.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug36802.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug36949.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug36949.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug36949.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug39457.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug39457.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug39457.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug42378.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug42378.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug42378.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug42378.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug42548.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug42548.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug42548.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug45019.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug45019.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug45019.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug45289.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug45289.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug45289.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug48909.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug48909.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug48909.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug49027.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug49027.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug49027.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug50772.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug50772.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug50772.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug51647.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug51647.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug51647.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug52082.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug52082.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug52082.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug54221.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug54221.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug54221.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug54221.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug55283.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug55283.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug55283.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug55859.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug55859.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug55859.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug62046.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug62046.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug62046.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug66124.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug66124.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug66124.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug_mysql_49406.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug_mysql_49406.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/bug_mysql_49406.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/connect.inc [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_affected_rows.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_affected_rows.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_affected_rows.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_affected_rows_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_affected_rows_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_affected_rows_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_autocommit.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_autocommit.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_autocommit.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_autocommit_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_autocommit_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_autocommit_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_change_user.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_change_user.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_change_user.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_change_user_rollback.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_change_user_rollback.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_change_user_rollback.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_change_user_set_names.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_change_user_set_names.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_change_user_set_names.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_character_set.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_character_set.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_character_set.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_character_set_name.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_character_set_name.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_character_set_name.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_character_set_name_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_character_set_name_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_character_set_name_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_driver_interface.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_driver_interface.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_driver_interface.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_interface.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_interface.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_interface.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_result_interface.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_result_interface.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_result_interface.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_close.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_close.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_close.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_close_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_close_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_close_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_commit.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_commit.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_commit.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_commit_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_commit_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_commit_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_errno.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_errno.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_errno.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_error.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_error.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_error.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_oo_defaults.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_oo_defaults.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_oo_defaults.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_oo_warnings.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_oo_warnings.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_oo_warnings.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_twice.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_twice.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_connect_twice.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_constants.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_constants.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_constants.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_constants_categories.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_constants_categories.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_constants_categories.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_data_seek.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_data_seek.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_data_seek.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_data_seek_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_data_seek_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_data_seek_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_driver.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_driver.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_driver.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_driver_unclonable.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_driver_unclonable.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_driver_unclonable.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_dump_debug_info.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_dump_debug_info.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_dump_debug_info.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_dump_debug_info_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_dump_debug_info_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_dump_debug_info_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_errno.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_errno.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_errno.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_errno_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_errno_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_errno_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_error.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_error.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_error.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_error_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_error_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_error_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_error_unicode.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_error_unicode.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_error_unicode.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_all.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_all.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_all.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_all_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_all_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_all_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_assoc.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_assoc.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_assoc.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_large.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_large.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_large.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_large.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_many_rows.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_many_rows.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_many_rows.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_array_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_no_alias.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_no_alias.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_no_alias.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_no_alias_utf8.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_no_alias_utf8.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_no_alias_utf8.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_zerofill.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_zerofill.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_assoc_zerofill.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_direct.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_direct.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_direct.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_direct_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_direct_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_direct_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_flags.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_flags.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_flags.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_types.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_types.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_field_types.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_fields.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_fields.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_fields.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_lengths.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_lengths.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_lengths.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_lengths_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_lengths_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_lengths_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object_no_constructor.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object_no_constructor.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object_no_constructor.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object_no_object.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object_no_object.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object_no_object.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object_oo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object_oo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_object_oo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_row.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_row.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fetch_row.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_field_count.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_field_count.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_field_count.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_field_seek.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_field_seek.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_field_seek.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_field_tell.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_field_tell.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_field_tell.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fork.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fork.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_fork.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_free_result.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_free_result.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_free_result.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_charset.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_charset.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_charset.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_host_info.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_host_info.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_host_info.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_proto_info.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_proto_info.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_proto_info.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_server_info.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_server_info.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_server_info.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_server_version.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_server_version.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_get_server_version.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_info.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_info.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_info.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_insert_id.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_insert_id.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_insert_id.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_insert_packet_overflow.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_insert_packet_overflow.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_insert_packet_overflow.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_insert_packet_overflow.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_kill.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_kill.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_kill.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_last_insert_id.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_last_insert_id.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_last_insert_id.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_max_links.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_max_links.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_max_links.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_max_links.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_more_results.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_more_results.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_more_results.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_multi_query.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_multi_query.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_multi_query.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_mysqli_result_invalid_mode.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_mysqli_result_invalid_mode.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_mysqli_result_invalid_mode.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_next_result.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_next_result.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_next_result.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_no_reconnect.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_no_reconnect.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_no_reconnect.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_no_reconnect.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_num_fields.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_num_fields.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_num_fields.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_num_rows.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_num_rows.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_num_rows.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_options.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_options.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_options.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_options_init_command.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_options_init_command.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_options_init_command.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_options_openbasedir.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_options_openbasedir.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_options_openbasedir.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_conn_multiple.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_conn_multiple.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_conn_multiple.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_conn_multiple.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_kill.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_kill.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_kill.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_kill.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_limits.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_limits.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_limits.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_limits.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_twice.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_twice.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_twice.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconn_twice.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconnect.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconnect.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_pconnect.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_phpinfo.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_phpinfo.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_phpinfo.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_ping.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_ping.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_ping.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_prepare.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_prepare.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_prepare.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_prepare_no_object.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_prepare_no_object.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_prepare_no_object.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_ps_select_union.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_ps_select_union.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_ps_select_union.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_query.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_query.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_query.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_query_iterators.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_query_iterators.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_query_iterators.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_query_stored_proc.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_query_stored_proc.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_query_stored_proc.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_connect.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_connect.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_connect.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_big5.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_big5.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_big5.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_eucjpms.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_eucjpms.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_eucjpms.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_euckr.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_euckr.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_euckr.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_gb2312.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_gb2312.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_gb2312.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_gbk.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_gbk.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_gbk.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_nobackslash.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_nobackslash.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_nobackslash.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_sjis.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_sjis.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_sjis.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_unicode.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_unicode.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_escape_string_unicode.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_query.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_query.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_real_query.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_reconnect.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_reconnect.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_reconnect.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_reconnect.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_report.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_report.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_report.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_report_wo_ps.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_report_wo_ps.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_report_wo_ps.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_result_references.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_result_references.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_result_references.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_result_unclonable.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_result_unclonable.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_result_unclonable.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_rollback.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_rollback.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_rollback.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_select_db.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_select_db.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_select_db.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_set_charset.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_set_charset.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_set_charset.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_set_opt.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_set_opt.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_set_opt.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_sqlstate.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_sqlstate.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_sqlstate.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stat.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stat.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stat.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_affected_rows.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_affected_rows.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_affected_rows.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_attr_get.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_attr_get.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_attr_get.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_attr_set.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_attr_set.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_attr_set.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_big_prepare.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_big_prepare.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_big_prepare.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_limits.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_limits.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_limits.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_call_user_func.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_call_user_func.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_call_user_func.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_check_param_no_change.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_check_param_no_change.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_check_param_no_change.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_references.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_references.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_references.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_type_juggling.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_type_juggling.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_param_type_juggling.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_bit.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_bit.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_bit.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_format.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_format.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_format.php.ini [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_format.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_references.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_references.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_references.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_zerofill.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_zerofill.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_bind_result_zerofill.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_close.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_close.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_close.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_data_seek.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_data_seek.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_data_seek.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_datatype_change.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_datatype_change.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_datatype_change.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_errno.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_errno.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_errno.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_error.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_error.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_error.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute_stored_proc.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute_stored_proc.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute_stored_proc.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_fetch.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_fetch.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_fetch.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_fetch_fields_win32_unicode.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_fetch_fields_win32_unicode.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_fetch_fields_win32_unicode.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_field_count.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_field_count.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_field_count.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_free_result.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_free_result.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_free_result.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_get_warnings.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_get_warnings.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_get_warnings.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_init.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_init.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_init.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_insert_id.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_insert_id.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_insert_id.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_num_rows.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_num_rows.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_num_rows.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_param_count.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_param_count.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_param_count.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_prepare.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_prepare.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_prepare.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_reset.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_reset.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_reset.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_result_metadata.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_result_metadata.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_result_metadata.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_send_long_data.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_send_long_data.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_send_long_data.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_libmysql.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_libmysql.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_libmysql.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_sqlstate.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_sqlstate.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_sqlstate.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_store_result.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_store_result.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_store_result.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_unclonable.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_unclonable.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_stmt_unclonable.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_store_result.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_store_result.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_store_result.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_thread_id.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_thread_id.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_thread_id.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_unclonable.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_unclonable.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_unclonable.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_use_result.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_use_result.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_use_result.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_warning_count.php [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_warning_count.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/mysqli_warning_count.php.skipif [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/skipif.inc [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/skipifconnectfailure.inc [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/skipifemb.inc [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/skipifnotemb.inc [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/skipifunicode.inc [new file with mode: 0644]
hphp/test/zend/bad/ext/mysqli/tests/table.inc [new file with mode: 0644]
hphp/test/zend/good/ext/mysql/tests/table.inc [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/001.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/001.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/001.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/027.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/027.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/027.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/029.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/029.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/029.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/032.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/032.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/032.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/033.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/033.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/033.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/034.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/034.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/034.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/035.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/035.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/035.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/039.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/039.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/039.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/041.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/041.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/041.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/044.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/044.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/044.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/049.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/049.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/049.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/050.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/050.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/050.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/051.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/051.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/051.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/052.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/052.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/052.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/053.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/053.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/053.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/054.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/054.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/054.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/055.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/055.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/055.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/060.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/060.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/060.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/065.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/065.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/065.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/068.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/068.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/068.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/070.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/070.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/070.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/073.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/073.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/073.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/074.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/074.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/074.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug31141.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug31141.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug31141.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug33263.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug33263.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug33263.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug35517.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug35517.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug35517.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug36420.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug36420.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug36420.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug37090.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug37090.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug37090.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug38003.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug38003.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug38003.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug38710.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug38710.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug38710.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug46109.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug46109.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug46109.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug51605.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug51605.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug51605.php.ini [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug51605.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug54674.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug54674.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug54674.php.ini [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug54674.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug55582.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug55582.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug55582.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug55653.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug55653.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug55653.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug66043.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug66043.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/bug66043.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/connect.inc [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_change_user_prepared_statements.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_change_user_prepared_statements.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_change_user_prepared_statements.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_get_client_info.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_get_client_info.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_get_client_info.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_get_client_version.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_get_client_version.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_get_client_version.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_init.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_init.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_init.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_insert_id_variation.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_insert_id_variation.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_insert_id_variation.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_thread_safe.php [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_thread_safe.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/mysqli_thread_safe.php.skipif [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/skipif.inc [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/skipifconnectfailure.inc [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/skipifemb.inc [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/skipifnotemb.inc [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/skipifunicode.inc [new file with mode: 0644]
hphp/test/zend/good/ext/mysqli/tests/table.inc [new file with mode: 0644]