Home
last modified time | relevance | path

Searched refs:is_null (Results 51 – 75 of 152) sorted by relevance

1234567

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_fetch.phpt21 if (!is_null($tmp = @mysqli_stmt_fetch()))
24 if (!is_null($tmp = @mysqli_stmt_fetch($link)))
83 if (!is_null($tmp = @mysqli_stmt_fetch()))
H A Dmysqli_prepare.phpt16 if (!is_null($tmp = @mysqli_prepare()))
19 if (!is_null($tmp = @mysqli_prepare($link)))
109 if (!is_null($tmp = @mysqli_stmt_prepare($link, 'SELECT id FROM test', 'foo')))
114 if (!is_null($tmp = @mysqli_stmt_prepare($link, 'SELECT id FROM test')))
H A Dmysqli_use_result.phpt16 if (!is_null($tmp = @mysqli_use_result()))
19 if (!is_null($tmp = @mysqli_use_result($link)))
H A Dmysqli_stmt_errno.phpt16 if (!is_null($tmp = @mysqli_stmt_errno()))
19 if (!is_null($tmp = @mysqli_stmt_errno($link)))
H A Dmysqli_fetch_assoc.phpt18 if (!is_null($tmp = @mysqli_fetch_assoc()))
21 if (!is_null($tmp = @mysqli_fetch_assoc($link)))
H A Dmysqli_stmt_error.phpt16 if (!is_null($tmp = @mysqli_stmt_error()))
19 if (!is_null($tmp = @mysqli_stmt_error($link)))
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_stmt_result_metadata.phpt16 if (!is_null($tmp = @mysqli_stmt_result_metadata()))
19 if (!is_null($tmp = @mysqli_stmt_result_metadata($link)))
90 if (!is_null($tmp = @mysqli_stmt_result_metadata()))
H A Dmysqli_more_results.phpt16 if (!is_null($tmp = @mysqli_more_results()))
19 if (!is_null($tmp = @mysqli_more_results($link)))
H A Dmysqli_next_result.phpt16 if (!is_null($tmp = @mysqli_next_result()))
19 if (!is_null($tmp = @mysqli_next_result($link)))
H A Dmysqli_get_connection_stats.phpt18 if (!is_null($tmp = @mysqli_get_connection_stats()))
21 if (!is_null($tmp = @mysqli_get_connection_stats($link)))
H A Dmysqli_stmt_insert_id.phpt16 if (!is_null($tmp = @mysqli_stmt_insert_id()))
20 if (!is_null($tmp = @mysqli_insert_id($link)))
H A Dmysqli_num_rows.phpt16 if (!is_null($tmp = @mysqli_num_rows()))
19 if (!is_null($tmp = @mysqli_num_rows($link)))
H A Dmysqli_fetch_fields.phpt17 if (!is_null($tmp = @mysqli_fetch_fields()))
20 if (!is_null($tmp = @mysqli_fetch_fields($link)))
H A Dmysqli_stmt_free_result.phpt21 if (!is_null($tmp = @mysqli_stmt_free_result()))
24 if (!is_null($tmp = @mysqli_stmt_free_result($link)))
H A Dmysqli_get_charset.phpt18 if (!is_null($tmp = @mysqli_get_charset()))
21 if (!is_null($tmp = @mysqli_get_charset($link)))
24 if (!is_null($tmp = @mysqli_set_charset($link, $link)))
H A Dmysqli_select_db.phpt17 if (!is_null($tmp = @mysqli_select_db()))
20 if (!is_null($tmp = @mysqli_select_db($link)))
27 if (!is_null($tmp = @mysqli_select_db($link, $db, "foo")))
/PHP-7.4/tests/classes/
H A Darray_access_007.phpt22 if (is_null($index)) {
/PHP-7.4/Zend/tests/
H A Dbug64417.phpt8 if (is_null($offset)) {
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c212 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
222 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
233 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
247 efree(stmt->param.is_null); in mysqli_stmt_bind_param_do_bind()
423 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
434 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
447 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
460 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
473 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
531 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
[all …]
/PHP-7.4/ext/standard/tests/streams/
H A Dbug61371.phpt10 if (!is_null($previous)) {
H A Dbug61371-unix.phpt15 if (!is_null($previous)) {
/PHP-7.4/ext/spl/tests/
H A Dbug53515.phpt13 echo $key . ': ' . (is_null($value) ? 'null' : @"$value") .
/PHP-7.4/ext/dom/tests/
H A DDOMNode_insertBefore_error6.phpt21 assert(!is_null($parent_node));
/PHP-7.4/Zend/
H A Dzend_API.h1277 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, separate) \ argument
1278 Z_PARAM_BOOL_EX2(dest, is_null, check_null, separate, separate)
1306 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, separate) \ argument
1373 #define Z_PARAM_LONG_EX(dest, is_null, check_null, separate) \ argument
1374 Z_PARAM_LONG_EX2(dest, is_null, check_null, separate, separate)
1560 *is_null = 0; in zend_parse_arg_bool()
1567 *is_null = 1; in zend_parse_arg_bool()
1578 *is_null = 0; in zend_parse_arg_long()
1583 *is_null = 1; in zend_parse_arg_long()
1596 *is_null = 0; in zend_parse_arg_double()
[all …]

Completed in 40 milliseconds

1234567