Olly Betts
|
cc5395a669
|
[php] Add more checks to some PHP testcases
|
2021-12-18 14:38:49 +13:00 |
|
Olly Betts
|
32283991c5
|
Don't generate a .php wrapper file by default
It's now only generated if something to put in it is specified via:
%pragma(php) include=...
or
%pragma(php) code=...
|
2021-05-04 14:14:56 +12:00 |
|
Olly Betts
|
e54d44c4be
|
php: Omit closing ?> in manual and examples
PSR-12 says "The closing ?> tag MUST be omitted from files containing
only PHP".
|
2021-03-23 11:47:19 +13:00 |
|
Olly Betts
|
660d51c7ca
|
Remove blank line from end of php_pragma_runme.php
Because this was after the closing ?> it was resulting in a blank
line in the testcase output.
|
2019-02-09 09:00:31 +13:00 |
|
Nihal
|
7f72398eb6
|
Add tests for PHP pragma version to both PHP5 and PHP7.
Pragma version to specify version of PHP5 and PHP7 extensions.
See issue #360.
|
2017-05-08 12:02:18 +05:30 |
|