Home
last modified time | relevance | path

Searched refs:is_null (Results 76 – 100 of 152) sorted by relevance

1234567

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_field_seek.phpt62 if (!is_null($tmp = @mysqli_field_seek()))
65 if (!is_null($tmp = @mysqli_field_seek($link)))
104 if (!is_null($tmp = @mysqli_field_seek($res, 0, "too many")))
H A Dmysqli_stmt_store_result.phpt16 if (!is_null($tmp = @mysqli_stmt_store_result()))
19 if (!is_null($tmp = @mysqli_stmt_store_result($link)))
H A Dmysqli_stmt_close.phpt16 if (!is_null($tmp = @mysqli_stmt_close()))
19 if (!is_null($tmp = @mysqli_stmt_close($link)))
H A Dmysqli_close_oo.phpt20 if (!is_null($tmp = @$mysqli->close($link)))
H A Dmysqli_fetch_object_oo.phpt31 if (!is_null($tmp = @$res->fetch_object($link)))
35 if (!is_null($tmp = @$res->fetch_object($link, $link)))
43 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
H A Dmysqli_stmt_send_long_data.phpt16 if (!is_null($tmp = @mysqli_stmt_send_long_data()))
19 if (!is_null($tmp = @mysqli_stmt_send_long_data($link)))
123 if (!is_null($tmp = @mysqli_stmt_send_long_data()))
H A Dmysqli_set_charset.phpt54 if (!is_null($tmp = @mysqli_set_charset()))
57 if (!is_null($tmp = @mysqli_set_charset($link)))
60 if (!is_null($tmp = @mysqli_set_charset($link, $link)))
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_affected_rows.phpt16 if (!is_null($tmp = @mysqli_affected_rows()))
19 if (!is_null($tmp = @mysqli_affected_rows($link)))
22 if (!is_null($tmp = @mysqli_affected_rows($link, $link)))
H A Dmysqli_autocommit.phpt25 if (!is_null($tmp = @mysqli_autocommit()))
28 if (!is_null($tmp = @mysqli_autocommit($link)))
31 if (!is_null($tmp = @mysqli_autocommit($link, $link, $link)))
H A Dmysqli_connect_error.phpt17 if (!is_null($tmp = @mysqli_connect_error($link)))
H A Dmysqli_kill.phpt16 if (!is_null($tmp = @mysqli_kill()))
19 if (!is_null($tmp = @mysqli_kill($link)))
H A Dmysqli_query_unicode.phpt22 if (!is_null($tmp = @mysqli_query()))
25 if (!is_null($tmp = @mysqli_query($link)))
H A Dmysqli_multi_query.phpt16 if (!is_null($tmp = @mysqli_multi_query()))
19 if (!is_null($tmp = @mysqli_multi_query($link)))
H A Dmysqli_stmt_field_count.phpt16 if (!is_null($tmp = @mysqli_stmt_field_count()))
19 if (!is_null($tmp = @mysqli_stmt_field_count($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)))
/PHP-7.4/ext/dom/tests/
H A DDOMNode_insertBefore_error2.phpt21 assert(!is_null($parent_node));
H A DDOMNode_insertBefore_error4.phpt21 assert(!is_null($parent_node));
H A DDOMNode_insertBefore_error5.phpt21 assert(!is_null($parent_node));
/PHP-7.4/ext/spl/tests/
H A Dbug33136.phpt24 echo __METHOD__ . "(" . (is_null($index) ? "NULL" : $index) . ",$value)\n";
/PHP-7.4/ext/oci8/tests/
H A Dbug51291_1.phpt57 if (is_null($r)) echo "null";
76 if (is_null($r)) echo "null";
95 if (is_null($r)) echo "null";
114 if (is_null($r)) echo "null";
132 if (is_null($r)) echo "null";
/PHP-7.4/ext/intl/tests/
H A Dcollation_customization.phpt19 if( is_null( $prev ) )
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_fetch_both.phpt34 if (!is_null($expect) && ($expect != $both)) {
H A Dpecl_bug_5802.phpt2 PDO MySQL PECL Bug #5802 (bindParam/bindValue retain the is_null flag)
/PHP-7.4/Zend/tests/
H A Dbug38220.phpt49 if (is_null(self::$drv))

Completed in 71 milliseconds

1234567