Home
last modified time | relevance | path

Searched refs:is_null (Results 101 – 125 of 185) sorted by relevance

12345678

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result2.phpt23 if (!is_null($tmp = @mysqli_stmt_get_result()))
26 if (!is_null($tmp = @mysqli_stmt_get_result($link)))
34 if (!is_null($tmp = @mysqli_stmt_get_result($stmt, "foo")))
H A Dmysqli_next_result.phpt22 if (!is_null($tmp = @mysqli_next_result()))
25 if (!is_null($tmp = @mysqli_next_result($link)))
H A Dmysqli_connect_error.phpt17 if (!is_null($tmp = @mysqli_connect_error($link)))
H A Dmysqli_fetch_field_oo.phpt19 if (!is_null($tmp = @$res->fetch_field()))
27 if (!is_null($tmp = @$res->fetch_field($link)))
H A Dmysqli_stmt_get_warnings.phpt32 if (!is_null($tmp = @mysqli_stmt_get_warnings()))
35 if (!is_null($tmp = @mysqli_stmt_get_warnings($link)))
H A Dmysqli_stmt_reset.phpt22 if (!is_null($tmp = @mysqli_stmt_reset()))
25 if (!is_null($tmp = @mysqli_stmt_reset($link)))
H A Dmysqli_kill.phpt16 if (!is_null($tmp = @mysqli_kill()))
19 if (!is_null($tmp = @mysqli_kill($link)))
H A Dmysqli_real_query.phpt15 if (!is_null($tmp = @mysqli_real_query()))
18 if (!is_null($tmp = @mysqli_real_query($link)))
H A Dmysqli_get_warnings.phpt19 if (!is_null($tmp = @mysqli_get_warnings()))
22 if (!is_null($tmp = @mysqli_get_warnings($link)))
25 if (!is_null($tmp = @mysqli_get_warnings('')))
/PHP-5.5/ext/mysql/tests/
H A Dmysql_get_host_info.phpt33 if (!is_null($tmp = @mysql_get_host_info($link, "too many arguments"))) {
H A Dmysql_field_seek.phpt15 if (!is_null($tmp = @mysql_field_seek()))
18 if (!is_null($tmp = @mysql_field_seek($link)))
H A Dmysql_fetch_lengths.phpt15 if (!is_null($tmp = @mysql_fetch_lengths()))
H A Dmysql_fetch_row.phpt15 if (!is_null($tmp = @mysql_fetch_row()))
H A Dmysql_thread_id.phpt15 if (!is_null($tmp = @mysql_thread_id($link)))
H A Dmysql_free_result.phpt15 if (!is_null($tmp = @mysql_free_result()))
H A Dmysql_ping.phpt17 if (!is_null($tmp = @mysql_ping($link, $link)))
H A Dmysql_result.phpt17 if (!is_null($tmp = @mysql_result()))
20 if (!is_null($tmp = @mysql_result($link)))
H A Dmysql_pconnect.phpt22 …$myhost = (is_null($socket)) ? ((is_null($port)) ? $host : $host . ':' . $port) : $host . ':' . $s…
H A Dmysql_num_fields.phpt15 if (!is_null($tmp = @mysql_num_fields()))
/PHP-5.5/ext/spl/tests/
H A Dbug33136.phpt24 echo __METHOD__ . "(" . (is_null($index) ? "NULL" : $index) . ",$value)\n";
/PHP-5.5/ext/intl/tests/
H A Dcollation_customization.phpt19 if( is_null( $prev ) )
/PHP-5.5/Zend/tests/
H A Dbug38220.phpt49 if (is_null(self::$drv))
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpecl_bug_5802.phpt2 PDO MySQL PECL Bug #5802 (bindParam/bindValue retain the is_null flag)
H A Dpdo_mysql_fetch_both.phpt34 if (!is_null($expect) && ($expect != $both)) {
/PHP-5.5/ext/oci8/tests/
H A Dbug51291_2.phpt24 if (is_null($r)) echo "null";

Completed in 29 milliseconds

12345678