Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
issue243512.php
blob: b2c1a826085001430f28c73dda0814a4bd3bae96 [
file
]
<?
php
if
(
empty
(
$result
=
mysqli_fetch_array
(
$result_query
)))
{
throw
new
Exception
(
"Sample code"
);
}
?>