File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3409,7 +3409,7 @@ PHP_FUNCTION(timezone_open)
3409
3409
php_timezone_obj * tzobj ;
3410
3410
3411
3411
ZEND_PARSE_PARAMETERS_START (1 , 1 )
3412
- Z_PARAM_PATH_STR (tz ) /* To prevent nul bytes */
3412
+ Z_PARAM_PATH_STR (tz ) /* To prevent null bytes */
3413
3413
ZEND_PARSE_PARAMETERS_END ();
3414
3414
3415
3415
tzobj = Z_PHPTIMEZONE_P (php_date_instantiate (date_ce_timezone , return_value ));
@@ -3428,7 +3428,7 @@ PHP_METHOD(DateTimeZone, __construct)
3428
3428
zend_error_handling error_handling ;
3429
3429
3430
3430
ZEND_PARSE_PARAMETERS_START (1 , 1 )
3431
- Z_PARAM_PATH_STR (tz ) /* To prevent nul bytes */
3431
+ Z_PARAM_PATH_STR (tz ) /* To prevent null bytes */
3432
3432
ZEND_PARSE_PARAMETERS_END ();
3433
3433
3434
3434
zend_replace_error_handling (EH_THROW , NULL , & error_handling );
You can’t perform that action at this time.
0 commit comments