Home
last modified time | relevance | path

Searched refs:is_null (Results 101 – 125 of 152) sorted by relevance

1234567

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_attr_set.phpt16 if (!is_null($tmp = @mysqli_stmt_attr_set()))
19 if (!is_null($tmp = @mysqli_stmt_attr_set($link)))
22 if (!is_null($tmp = @mysqli_stmt_attr_set($link, $link)))
25 if (!is_null($tmp = @mysqli_stmt_attr_set($link, $link, $link)))
H A Dmysqli_real_query.phpt15 if (!is_null($tmp = @mysqli_real_query()))
18 if (!is_null($tmp = @mysqli_real_query($link)))
H A Dmysqli_fetch_field.phpt17 if (!is_null($tmp = @mysqli_fetch_field()))
20 if (!is_null($tmp = @mysqli_fetch_field($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_get_warnings.phpt19 if (!is_null($tmp = @mysqli_get_warnings()))
22 if (!is_null($tmp = @mysqli_get_warnings($link)))
25 if (!is_null($tmp = @mysqli_get_warnings('')))
H A Dmysqli_stmt_num_rows.phpt16 if (!is_null($tmp = @mysqli_stmt_num_rows()))
19 if (!is_null($tmp = @mysqli_stmt_num_rows($link)))
H A Dmysqli_query.phpt16 if (!is_null($tmp = @mysqli_query()))
19 if (!is_null($tmp = @mysqli_query($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_fetch_object.phpt18 if (!is_null($tmp = @mysqli_fetch_object()))
21 if (!is_null($tmp = @mysqli_fetch_object($link)))
H A Dmysqli_fetch_assoc_oo.phpt27 if (!is_null($tmp = @$res->fetch_assoc($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_character_set_name_oo.phpt21 if (!is_null($tmp = @$mysqli->character_set_name($link)))
H A Dmysqli_stmt_bind_result.phpt16 if (!is_null($tmp = @mysqli_stmt_bind_result()))
19 if (!is_null($tmp = @mysqli_stmt_bind_result($link)))
28 if (!is_null($tmp = mysqli_stmt_bind_result($stmt)))
300 if (!is_null($tmp = @mysqli_stmt_bind_result()))
H A Dmysqli_fetch_field_oo.phpt27 if (!is_null($tmp = @$res->fetch_field($link)))
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)))
/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());
/PHP-7.4/ext/oci8/tests/
H A Dbug51291_2.phpt24 if (is_null($r)) echo "null";
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt51 if (!is_null($pattern)) {
62 if (!is_null($ret_value)) {
/PHP-7.4/ext/ffi/tests/
H A Dlist.phpt14 if (is_null(self::$ffi)) {
/PHP-7.4/ext/soap/tests/soap12/
H A Dsoap12-test.inc94 return is_null($input);
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server.inc20 if (!is_null($router)) {
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_object1.phpt25 if (!is_null($c)) {
H A Darray_key_exists_object2.phpt25 if (!is_null($c)) {
/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()
/PHP-7.4/ext/openssl/tests/
H A DServerClientTestCase.inc19 if (!is_null($result)) {

Completed in 57 milliseconds

1234567