Page MenuHomePhorge

cast-spacing.lint-test
No OneTemporary

cast-spacing.lint-test

<?php
echo (double)0;
echo (int) 1;
echo (string) 2;
~~~~~~~~~~
advice:3:11
advice:4:14
~~~~~~~~~~
<?php
echo (double)0;
echo (int)1;
echo (string)2;

File Metadata

Mime Type
text/x-php
Expires
Sun, Mar 23, 20:18 (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1229811
Default Alt Text
cast-spacing.lint-test (151 B)

Event Timeline