Home
last modified time | relevance | path

Searched refs:is_null (Results 126 – 150 of 162) sorted by relevance

1234567

/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt18 if (!is_null($tmp = @mysqli_fetch_object()))
21 if (!is_null($tmp = @mysqli_fetch_object($link)))
H A Dmysqli_insert_id.phpt16 if (!is_null($tmp = @mysqli_insert_id()))
19 if (!is_null($tmp = @mysqli_insert_id($link)))
H A Dmysqli_query.phpt16 if (!is_null($tmp = @mysqli_query()))
19 if (!is_null($tmp = @mysqli_query($link)))
H A Dmysqli_stmt_execute.phpt22 if (!is_null($tmp = @mysqli_stmt_execute()))
25 if (!is_null($tmp = @mysqli_stmt_execute($link)))
H A Dmysqli_stmt_affected_rows.phpt16 if (!is_null($tmp = @mysqli_stmt_affected_rows()))
19 if (!is_null($tmp = @mysqli_stmt_affected_rows($link)))
237 if (!is_null($tmp = mysqli_stmt_affected_rows($stmt)))
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_bind_param.phpt25 if (!is_null($tmp = @mysqli_stmt_bind_param()))
28 if (!is_null($tmp = @mysqli_stmt_bind_param($link)))
31 if (!is_null($tmp = @mysqli_stmt_bind_param($link, $link)))
384 if (!is_null($tmp = @mysqli_stmt_bind_param()))
H A Dmysqli_commit_oo.phpt24 if (!is_null($tmp = @$mysqli->commit())) {
H A Dmysqli_fetch_array.phpt15 if (!is_null($tmp = @mysqli_fetch_array()))
18 if (!is_null($tmp = @mysqli_fetch_array($link)))
84 if (is_null($php_value)) {
H A Dmysqli_fetch_all.phpt18 if (!is_null($tmp = @mysqli_fetch_all()))
21 if (!is_null($tmp = @mysqli_fetch_all($link)))
106 if (is_null($php_value)) {
H A Dbug42378.phpt115 if (!is_null($order_by)) {
H A Dmysqli_connect.phpt23 if (!is_null($tmp = @mysqli_connect($obj)))
/PHP-7.1/ext/standard/tests/array/
H A Darray_key_exists_object2.phpt25 if (!is_null($c)) {
/PHP-7.1/ext/spl/internal/
H A Dmultipleiterator.inc69 if (!is_null($inf))
171 if (is_null($key))
H A Drecursiveiteratoriterator.inc161 if (is_null($level)) {
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_statement.c250 S->bound_result[i].is_null = &S->out_null[i]; in pdo_mysql_stmt_execute_prepared_libmysql()
478 b->is_null = &S->in_null[param->paramno]; in pdo_mysql_stmt_param_hook()
505 *b->is_null = 0; in pdo_mysql_stmt_param_hook()
507 *b->is_null = 1; in pdo_mysql_stmt_param_hook()
/PHP-7.1/ext/standard/
H A Dtype.c271 PHP_FUNCTION(is_null) in PHP_FUNCTION() argument
/PHP-7.1/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc170 if (is_null($db))
H A Dpdo_mysql_stmt_getcolumnmeta.phpt110 if (!is_null($native_type)) {
135 if (!is_null($pdo_type) && ($meta['pdo_type'] != $pdo_type)) {
/PHP-7.1/sapi/fpm/tests/
H A Dresponse.inc258 !is_null($this->rawData) &&
/PHP-7.1/ext/mysqli/
H A Dphp_mysqli_structs.h111 char *is_null; member
/PHP-7.1/Zend/tests/
H A Ddebug_backtrace_options.phpt8 if(is_null($opt)) {
/PHP-7.1/Zend/
H A Dmicro_bench.php263 if (is_null($overhead)) {
/PHP-7.1/ext/intl/tests/
H A Dut_common.inc151 if(is_null($position)) {
163 if(is_null($position)) {
/PHP-7.1/
H A Drun-tests.php1103 if (!is_null($stdin)) {
1187 if (is_null($section)) {
2335 $r = is_null($wanted_re) ? $w : explode("\n", $wanted_re);
2336 $diff = generate_array_diff($r, $o, !is_null($wanted_re), $w);

Completed in 40 milliseconds

1234567