Skip to content

Instantly share code, notes, and snippets.

@Ad5001
Created March 19, 2018 18:29
Show Gist options
  • Save Ad5001/6ce8d3a1d15830afd625313a9a0f48da to your computer and use it in GitHub Desktop.
Save Ad5001/6ce8d3a1d15830afd625313a9a0f48da to your computer and use it in GitHub Desktop.
This should just work... Right?
<?php
$test = "test";
echo $test;
if ⟮$test ⩶ "test"⟯{
⧣ We checked an always true solution!
$test = $test ․ "bar";
echo $test︕⩵ "testbar" || $test ⩵ "test"︖ "Hey"︓ "None";
@AvgZing
Copy link

AvgZing commented Mar 19, 2018

BAHAHAHAA

@ghostwriter
Copy link

ghostwriter commented Mar 20, 2018

Yes, if you hadn't used these unicode characters:

- fullwidth dollar sign (U+FF04)
- fullwidth equals sign (U+FF1D)
- en space (U+2002)
- mathematical left flattened parenthesis (U+27EE)
- mathematical right flattened parenthesis (U+27EF)
- fullwidth vertical line (U+FF5C)
- three consecutive equals signs (U+2A76)
- fullwidth left curly bracket (U+FF5B)
- fullwidth right curly bracket (U+FF5D)
- one dot leader (U+2024)
- equals sign and slanted parallel (U+29E3)
- presentation form for vertical exclamation mark (U+FE15)
- two consecutive equals signs (U+2A75)
- presentation form for vertical question mark (U+FE16)
- presentation form for vertical colon (U+FE13)

@Ad5001
Copy link
Author

Ad5001 commented Mar 20, 2018

@nathane Wow! How couldn't I have noticed that! /s

@ghostwriter
Copy link

@Ad5001 fuck you and your lame ass "/s".

@catgirlinspace
Copy link

@nathane Show some respect! It was a joke.

@ghostwriter
Copy link

@Dog2puppy up yours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment