Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
verification
/
testDoWhileBracesHint.php
blob: 7cc9ced2b3315a8ca8e0571c21978f80b2be2f50 [
file
]
<?
php
//START
class
ClassName
{
public
function
__construct
()
{
do
echo
""
;
while
(
true
);
}
}
//END
?>