Home
last modified time | relevance | path

Searched refs:is_null (Results 26 – 50 of 185) sorted by relevance

12345678

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_lengths.phpt16 if (!is_null($tmp = @mysqli_fetch_lengths()))
19 if (!is_null($tmp = @mysqli_fetch_lengths($link)))
H A Dmysqli_thread_id.phpt16 if (!is_null($tmp = @mysqli_thread_id()))
19 if (!is_null($tmp = @mysqli_thread_id($link)))
H A Dmysqli_fetch_field_direct.phpt16 if (!is_null($tmp = @mysqli_fetch_field_direct()))
19 if (!is_null($tmp = @mysqli_fetch_field_direct($link)))
22 if (!is_null($tmp = @mysqli_fetch_field_direct($link, $link)))
H A Dmysqli_options.phpt33 if (!is_null($tmp = @mysqli_options()))
36 if (!is_null($tmp = @mysqli_options($link)))
45 if (!is_null($tmp = @mysqli_options($link, MYSQLI_OPT_CONNECT_TIMEOUT)))
48 if (!is_null($tmp = @mysqli_options($link, "s", 'extra_my.cnf')))
51 if (!is_null($tmp = @mysqli_options($link, MYSQLI_INIT_COMMAND, 'SET AUTOCOMMIT=0', 'foo')))
H A Dmysqli_field_tell.phpt16 if (!is_null($tmp = @mysqli_field_tell()))
19 if (!is_null($tmp = @mysqli_field_tell($link)))
34 if (!is_null($tmp = @mysqli_field_tell($res, 'too many arguments')))
H A Dmysqli_errno.phpt16 if (!is_null($tmp = @mysqli_errno()))
19 if (!is_null($tmp = @mysqli_errno($link)))
H A Dmysqli_error_unicode.phpt16 if (!is_null($tmp = @mysqli_error()))
19 if (!is_null($tmp = @mysqli_error($link)))
H A Dmysqli_field_count.phpt16 if (!is_null($tmp = @mysqli_field_count()))
19 if (!is_null($tmp = @mysqli_field_count($link)))
H A Dmysqli_change_user_oo.phpt25 if (!is_null($tmp = @$mysqli->change_user()))
28 if (!is_null($tmp = @$mysqli->change_user($link)))
31 if (!is_null($tmp = @$mysqli->change_user($link, $link)))
34 if (!is_null($tmp = @$mysqli->change_user($link, $link, $link, $link)))
H A Dmysqli_info.phpt13 if (!is_null($tmp = @mysqli_info()))
16 if (!is_null($tmp = @mysqli_info(NULL)))
24 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))
57 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))
H A Dmysqli_change_user.phpt16 if (!is_null($tmp = @mysqli_change_user()))
19 if (!is_null($tmp = @mysqli_change_user($link)))
22 if (!is_null($tmp = @mysqli_change_user($link, $link)))
25 if (!is_null($tmp = @mysqli_change_user($link, $link, $link)))
28 if (!is_null($tmp = @mysqli_change_user($link, $link, $link, $link, $link)))
H A Dmysqli_warning_count.phpt16 if (!is_null($tmp = @mysqli_warning_count()))
19 if (!is_null($tmp = @mysqli_warning_count($link)))
H A Dmysqli_num_fields.phpt16 if (!is_null($tmp = @mysqli_num_fields()))
19 if (!is_null($tmp = @mysqli_num_fields($link)))
H A Dmysqli_stmt_init.phpt21 if (!is_null($tmp = @mysqli_stmt_init()))
24 if (!is_null($tmp = @mysqli_stmt_init($link)))
H A Dmysqli_commit.phpt23 if (!is_null($tmp = @mysqli_commit()))
26 if (!is_null($tmp = @mysqli_commit($link)))
29 if (!is_null($tmp = @mysqli_commit($link, $link)))
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)))
24 if (!is_null($tmp = @mysqli_stmt_store_result(new mysqli_stmt())))
H A Dmysqli_change_user_old.phpt23 if (!is_null($tmp = @mysqli_change_user()))
26 if (!is_null($tmp = @mysqli_change_user($link)))
29 if (!is_null($tmp = @mysqli_change_user($link, $link)))
32 if (!is_null($tmp = @mysqli_change_user($link, $link, $link)))
35 if (!is_null($tmp = @mysqli_change_user($link, $link, $link, $link, $link)))
/PHP-5.5/ext/intl/tests/
H A Dresourcebundle.inc5 if (is_null( $res )) {
/PHP-5.5/ext/mysql/tests/
H A Dmysql_stat.phpt16 if (!is_null($tmp = @mysql_stat($link)))
21 if (!is_null($tmp = @mysql_stat($link, "foo")))
/PHP-5.5/ext/standard/
H A Dphp_type.h30 PHP_FUNCTION(is_null);
/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_offsetSet_invalid_parameter.phpt9 if(is_null($a)) {
H A DSplDoublyLinkedList_offsetSet_one_invalid_parameter.phpt9 if(is_null($a)) {
H A DSplFixedArray_offsetExists_invalid_parameter.phpt9 if(is_null($a)) {
H A DSplFixedArray_offsetSet_invalid_parameter.phpt9 if(is_null($a)) {
H A DSplFixedArray_offsetSet_one_invalid_parameter.phpt9 if(is_null($a)) {

Completed in 43 milliseconds

12345678