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