summaryrefslogtreecommitdiff
path: root/scripts/dev/check_parameters.php
Commit message (Collapse)AuthorAgeFilesLines
* More check_parameters improvementsNikita Popov2015-10-021-23/+37
| | | | | | | | | * Switch default REPORT_LEVEL to 1 to cut down on the noise * Make initialization of 'C' variable always required * Don't require init of lLdb variable if ! is used * Don't throw error about missing init of not detected parameters (This was a regression in the last changeset) * Support method_parameters and throw variations
* More check_parameters improvementsNikita Popov2015-10-011-11/+23
| | | | | | | | * Allow / on everything but lLdb (on which it will work, but makes no sense). * For ! on lLdb add additional zend_bool* parameter. * For optional s and p only require one of the variables to be initialized. The length is usually not initialized.
* Update scripts/dev/check_parameters.php for PHP 7Sean DuBois2015-10-011-40/+22
| | | | | Also fix deprecation errors and move from preg_replace -> preg_replace_callback.
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Update copyright yearIlia Alshanetsky2007-01-011-1/+1
| | | | | # The rest of the files were already updated by Sebastian
* more improvementsAntony Dovgal2006-09-101-3/+8
|
* MFH: improve the scriptAntony Dovgal2006-09-101-1/+33
|
* add the script to run diagnostic tests on zend_parse_parameters*() usage, ↵Nuno Lopes2006-09-081-0/+336
per Andrei's request