Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_release_savepoint.phpt23 if (!is_null($tmp = @mysqli_release_savepoint()))
26 if (!is_null($tmp = @mysqli_release_savepoint($link)))
34 if (!is_null($tmp = @mysqli_release_savepoint($link, $name)))
37 if (!is_null($tmp = @mysqli_release_savepoint($link, 'foo', $link)))
H A Dmysqli_ping.phpt16 if (!is_null($tmp = @mysqli_ping()))
21 if (!is_null($tmp = @mysqli_ping($link, $link)))
H A Dmysqli_close.phpt16 if (!is_null($tmp = @mysqli_close()))
19 if (!is_null($tmp = @mysqli_close($link, $link)))
H A Dmysqli_info.phpt15 if (!is_null($tmp = @mysqli_info()))
18 if (!is_null($tmp = @mysqli_info(NULL)))
26 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))
56 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))
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_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_fetch_lengths.phpt18 if (!is_null($tmp = @mysqli_fetch_lengths()))
21 if (!is_null($tmp = @mysqli_fetch_lengths($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_num_fields.phpt16 if (!is_null($tmp = @mysqli_num_fields()))
19 if (!is_null($tmp = @mysqli_num_fields($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_stmt_init.phpt21 if (!is_null($tmp = @mysqli_stmt_init()))
24 if (!is_null($tmp = @mysqli_stmt_init($link)))
H A Dmysqli_rollback.phpt23 if (!is_null($tmp = @mysqli_rollback()))
26 if (!is_null($tmp = @mysqli_rollback($link)))
33 if (!is_null($tmp = @mysqli_rollback($link, 'foo')))
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_error.phpt16 if (!is_null($tmp = @mysqli_error()))
19 if (!is_null($tmp = @mysqli_error($link)))
H A Dmysqli_stmt_prepare.phpt22 if (!is_null($tmp = @mysqli_stmt_prepare()))
25 if (!is_null($tmp = @mysqli_stmt_prepare($link)))
H A Dmysqli_free_result.phpt16 if (!is_null($tmp = @mysqli_free_result()))
19 if (!is_null($tmp = @mysqli_free_result($link)))
H A Dmysqli_store_result.phpt16 if (!is_null($tmp = @mysqli_store_result()))
19 if (!is_null($tmp = @mysqli_store_result($link)))
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle.inc5 if (is_null( $res )) {
/PHP-7.4/ext/spl/tests/
H A Dbug69845.phpt8 var_dump(!is_null($data['itemType']));
/PHP-7.4/ext/standard/
H A Dphp_type.h28 PHP_FUNCTION(is_null);
/PHP-7.4/Zend/tests/
H A Dobjects_015.phpt14 var_dump(is_null($o));
H A Dcall_user_func_003.phpt9 if (is_null($instance)) {
H A Dlsb_017.phpt7 if (!is_null($x)) {
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt45 if (!is_null($pattern)) {
55 if (!is_null($ret_value)) {
60 …if ($row['label'] !== $exp && !is_null($alternative_type) && gettype($row['label']) != $alternativ…
74 if (is_null($pattern) && ($row['label'] != $row_string['label'])) {
77 } else if (!is_null($pattern) && !preg_match($pattern, $row_string['label'])) {

Completed in 22 milliseconds

1234567