Skip to main content

Timeline for Tips for golfing in PHP

Current License: CC BY-SA 3.0

7 events
when toggle format what by license comment
Feb 22, 2019 at 15:13 comment added Titus Note that PHP 7.2 yields warnings for the ~$c approach.
May 2, 2017 at 9:28 history edited Titus CC BY-SA 3.0
added tilde version
Apr 30, 2017 at 21:13 comment added Jörg Hülsermann Please add ~ for cases you are working only with digits
Apr 19, 2017 at 10:59 history edited Titus CC BY-SA 3.0
added `ord` loop
Apr 19, 2017 at 10:41 comment added Jörg Hülsermann can you please add ord($s[$p++]) as alternative for(;$s+=ord($argv[++$i])%32?:die($s==100);); against for(;$c=$argv[++$i];)$s+=ord($c)%32;echo$s==100; in this question codegolf.stackexchange.com/questions/116933/…
Mar 9, 2017 at 17:14 history edited Titus CC BY-SA 3.0
turned to bitwise, improved formatting
Dec 1, 2016 at 1:38 history answered Titus CC BY-SA 3.0