Skip to content

Commit

Permalink
Rename test function
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Mar 26, 2020
1 parent 717134e commit 7139cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/tests/ctor_promotion_free_function.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Constructor promotion cannot be used in a free function
--FILE--
<?php

function test(public $prop) {}
function __construct(public $prop) {}

?>
--EXPECTF--
Expand Down

0 comments on commit 7139cdc

Please sign in to comment.