Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 25 of 152) sorted by last modified time

1234567

/PHP-7.4/ext/mysqli/
H A Dmysqli.c144 efree(bbuf.is_null); in php_free_stmt_bind_buffer()
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/sapi/fpm/tests/
H A Dtester.inc408 if (is_null($line)) {
541 if (is_null($uri)) {
569 return !is_null($value);
769 if (is_null($line)) {
838 if (!is_null($configTemplate)) {
856 if (is_null($pid)) {
1109 $fileName = (is_null($name) ? $this->fileName : $name . '.') . $extension;
1111 return is_null($dir) ? $fileName : $dir . '/' . $fileName;
1142 if (!is_null($prefix)) {
1202 return !is_null($this->error) || !is_null($this->logTool->getError());
H A Dresponse.inc286 !is_null($this->rawData) &&
/PHP-7.4/Zend/
H A Dzend_API.c626 zend_bool *is_null = NULL; in zend_parse_arg_impl() local
629 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
632 if (!zend_parse_arg_long(arg, p, is_null, check_null, c == 'L')) { in zend_parse_arg_impl()
641 zend_bool *is_null = NULL; in zend_parse_arg_impl() local
644 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
647 if (!zend_parse_arg_double(arg, p, is_null, check_null)) { in zend_parse_arg_impl()
694 zend_bool *is_null = NULL; in zend_parse_arg_impl() local
697 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
700 if (!zend_parse_arg_bool(arg, p, is_null, check_null)) { in zend_parse_arg_impl()
/PHP-7.4/
H A Drun-tests.php1229 if (!is_null($stdin)) {
1742 if (is_null($section)) {
2902 $r = is_null($wanted_re) ? $w : explode("\n", $wanted_re);
2903 $diff = generate_array_diff($r, $o, !is_null($wanted_re), $w);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt24 if (!is_null($tmp = @mysqli_stmt_get_result()))
27 if (!is_null($tmp = @mysqli_stmt_get_result($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_stmt_reset.phpt22 if (!is_null($tmp = @mysqli_stmt_reset()))
25 if (!is_null($tmp = @mysqli_stmt_reset($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_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_stmt_sqlstate.phpt16 if (!is_null($tmp = @mysqli_stmt_sqlstate()))
19 if (!is_null($tmp = @mysqli_stmt_sqlstate($link)))
24 if (!is_null($tmp = @mysqli_stmt_sqlstate($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)))
H A Dmysqli_store_result.phpt16 if (!is_null($tmp = @mysqli_store_result()))
19 if (!is_null($tmp = @mysqli_store_result($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_use_result.phpt16 if (!is_null($tmp = @mysqli_use_result()))
19 if (!is_null($tmp = @mysqli_use_result($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_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_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_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_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_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_stmt_init.phpt21 if (!is_null($tmp = @mysqli_stmt_init()))
24 if (!is_null($tmp = @mysqli_stmt_init($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)))
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c246 S->bound_result[i].is_null = &S->out_null[i]; in pdo_mysql_stmt_execute_prepared_libmysql()
480 b->is_null = &S->in_null[param->paramno]; in pdo_mysql_stmt_param_hook()
507 *b->is_null = 0; in pdo_mysql_stmt_param_hook()
509 *b->is_null = 1; in pdo_mysql_stmt_param_hook()

Completed in 96 milliseconds

1234567