Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
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"
);
}
?>