StringIncrement
March 20, 2020 ยท View on GitHub
Emitted when attempting to increment a string - this works in PHP, but is unexpected behaviour for most people.
<?php
$a = "hello";
$a++;
March 20, 2020 ยท View on GitHub
Emitted when attempting to increment a string - this works in PHP, but is unexpected behaviour for most people.
<?php
$a = "hello";
$a++;