Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 170 Bytes

StringIncrement.md

File metadata and controls

10 lines (7 loc) · 170 Bytes

StringIncrement

Emitted when attempting to increment a string - this works in PHP, but is unexpected behaviour for most people.

<?php

$a = "hello";
$a++;