Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/mysqli/tests/
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_multi_query.phpt21 if (!is_null($tmp = @mysqli_multi_query()))
24 if (!is_null($tmp = @mysqli_multi_query($link)))
H A Dmysqli_query_unicode.phpt22 if (!is_null($tmp = @mysqli_query()))
25 if (!is_null($tmp = @mysqli_query($link)))
H A Dmysqli_stmt_bind_result.phpt18 if (!is_null($tmp = @mysqli_stmt_bind_result()))
21 if (!is_null($tmp = @mysqli_stmt_bind_result($link)))
30 if (!is_null($tmp = @mysqli_stmt_bind_result($stmt)))
40 if (!is_null($tmp = mysqli_stmt_bind_result($stmt)))
302 if (!is_null($tmp = @mysqli_stmt_bind_result()))
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_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_fetch_object.phpt18 if (!is_null($tmp = @mysqli_fetch_object()))
21 if (!is_null($tmp = @mysqli_fetch_object($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)))
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt51 if (!is_null($pattern)) {
62 if (!is_null($ret_value)) {
/PHP-5.5/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-5.5/ext/soap/tests/soap12/
H A Dsoap12-test.inc94 return is_null($input);
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_name.phpt15 if (!is_null($tmp = @mysql_field_name()))
H A Dmysql_field_table.phpt15 if (!is_null($tmp = @mysql_field_table()))
H A Dmysql_tablename.phpt15 if (!is_null($tmp = @mysql_tablename()))
H A Dmysql_field_type.phpt15 if (!is_null($tmp = @mysql_field_type()))
H A Dmysql_field_len.phpt15 if (!is_null($tmp = @mysql_field_len()))
H A Dmysql_errno.phpt21 if (!is_null($tmp = @mysql_errno($link, 'too many args')))
H A Dmysql_error.phpt21 if (!is_null($tmp = @mysql_error($link, 'too many args')))
H A Dmysql_insert_id.phpt22 if (!is_null($tmp = @mysql_insert_id($link, 'too many args')))
H A Dmysql_num_rows.phpt15 if (!is_null($tmp = @mysql_num_rows()))
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc69 if (!is_null($inf))
171 if (is_null($key))
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c249 S->bound_result[i].is_null = &S->out_null[i]; in pdo_mysql_stmt_execute_prepared_libmysql()
472 b->is_null = &S->in_null[param->paramno]; in pdo_mysql_stmt_param_hook()
494 *b->is_null = 0; in pdo_mysql_stmt_param_hook()
497 *b->is_null = 1; in pdo_mysql_stmt_param_hook()

Completed in 57 milliseconds

12345678