diff options
Diffstat (limited to 'third_party/git/t/t4034/php/pre')
-rw-r--r-- | third_party/git/t/t4034/php/pre | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/git/t/t4034/php/pre b/third_party/git/t/t4034/php/pre deleted file mode 100644 index cf6e06bc222a..000000000000 --- a/third_party/git/t/t4034/php/pre +++ /dev/null @@ -1,18 +0,0 @@ -$var $var -<?= "Hello World!" ?> -1 -1e10 0xabcdef 'x' -[a] a->b a.b -!a ~a a++ a-- a*b a&b -a*b a/b a%b -a+b a-b -a<<b a>>b -a<b a<=b a>b a>=b -a==b a!=b -a&b -a^b -a|b -a&&b -a||b -a?b:z -a=b a+=b a-=b a*=b a/=b a%=b a<<=b a>>=b a&=b a^=b a|=b -a,y |