Skip to content

Commit

Permalink
Merge pull request #12 from PHPCompatibility/feature/php72-polyfill-u…
Browse files Browse the repository at this point in the history
…pdate-testfile

PHP 7.2 Polyfill: prevent triggering new error in test
  • Loading branch information
wimg authored Sep 5, 2019
2 parents b0c9880 + 4a265af commit f9112d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/SymfonyPolyfillPHP72Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
$c = stream_isatty();
$d = sapi_windows_vt100_support();

$e = mb_scrub(mb_ord(mb_chr(spl_object_id())));
$e = mb_scrub(mb_ord(mb_chr(spl_object_id(), $encoding), $encoding), $encoding);

0 comments on commit f9112d1

Please sign in to comment.