1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Set default value for some properties in generate-phpt

This commit is contained in:
Danilo Correa
2017-12-13 14:52:51 -02:00
committed by Nikita Popov
parent 652d30acdc
commit 8c36588ee8

View File

@@ -1,8 +1,8 @@
<?php
abstract class gtTestSubject {
protected $optionalArgumentNames;
protected $mandatoryArgumentNames;
protected $optionalArgumentNames = [];
protected $mandatoryArgumentNames = [];
protected $extraArgumentList = '';
protected $shortArgumentList = '';