diff options
Diffstat (limited to 'ext/standard/tests/array/array_uintersect_uassoc_basic.phpt')
-rw-r--r-- | ext/standard/tests/array/array_uintersect_uassoc_basic.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/array_uintersect_uassoc_basic.phpt b/ext/standard/tests/array/array_uintersect_uassoc_basic.phpt index a474bc7ff5..5e1ea1a7d9 100644 --- a/ext/standard/tests/array/array_uintersect_uassoc_basic.phpt +++ b/ext/standard/tests/array/array_uintersect_uassoc_basic.phpt @@ -8,7 +8,7 @@ array_uintersect_uassoc(): Test return type and value for expected input */ class cr { private $priv_member; - function cr($val) { + function __construct($val) { $this->priv_member = $val; } static function comp_func_cr($a, $b) { @@ -37,4 +37,4 @@ array(2) { ["priv_member":"cr":private]=> int(-15) } -}
\ No newline at end of file +} |