Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 25 of 185) sorted by relevance

12345678

/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_null.phpt2 Test is_null() function
5 /* Prototype: bool is_null ( mixed $var );
9 echo "*** Testing is_null() with valid null values ***\n";
35 /* loop to check that is_null() recognizes different
40 var_dump( is_null($null_val) );
123 is_null() on non null types, expected output: bool(false) */
127 var_dump( is_null($type) );
132 var_dump( is_null() );
135 var_dump( is_null(NULL, null) );
145 *** Testing is_null() with valid null values ***
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stat.phpt16 if (!is_null($tmp = @mysqli_stat()))
19 if (!is_null($tmp = @mysqli_stat($link)))
24 if (!is_null($tmp = @mysqli_stat($link, "foo")))
33 if (!is_null($tmp = mysqli_stat($link)))
H A Dmysqli_ssl_set.phpt18 if (!is_null($tmp = @mysqli_ssl_set()))
21 if (!is_null($tmp = @mysqli_ssl_set($link)))
24 if (!is_null($tmp = @mysqli_ssl_set($link, $link)))
27 if (!is_null($tmp = @mysqli_ssl_set($link, $link, $link)))
30 if (!is_null($tmp = @mysqli_ssl_set($link, $link, $link, $link)))
33 if (!is_null($tmp = @mysqli_ssl_set($link, $link, $link, $link, $link)))
H A Dmysqli_stmt_attr_get.phpt16 if (!is_null($tmp = @mysqli_stmt_attr_get()))
19 if (!is_null($tmp = @mysqli_stmt_attr_get($link)))
22 if (!is_null($tmp = @mysqli_stmt_attr_get($link, $link)))
27 if (!is_null($tmp = @mysqli_stmt_attr_get($link, $link)))
56 if (!is_null($tmp = @mysqli_stmt_attr_get($stmt, $attr))) {
H A Dmysqli_get_proto_info.phpt13 if (!is_null($tmp = @mysqli_get_proto_info()))
16 if (!is_null($tmp = @mysqli_get_proto_info(NULL)))
23 if (!is_null($tmp = @mysqli_get_proto_info('too many', 'arguments')))
H A Dmysqli_get_server_info.phpt13 if (!is_null($tmp = @mysqli_get_server_info()))
16 if (!is_null($tmp = @mysqli_get_server_info(NULL)))
23 if (!is_null($tmp = @mysqli_get_server_info('too', 'many arguments')))
H A Dmysqli_set_opt.phpt16 if (!is_null($tmp = @mysqli_set_opt()))
19 if (!is_null($tmp = @mysqli_set_opt($link)))
24 if (!is_null($tmp = @mysqli_set_opt($link, MYSQLI_OPT_CONNECT_TIMEOUT)))
27 if (!is_null($tmp = @mysqli_set_opt($link, "s", 'extra_my.cnf')))
30 if (!is_null($tmp = @mysqli_set_opt($link, MYSQLI_INIT_COMMAND, 'SET AUTOCOMMIT=0', 'foo')))
H A Dmysqli_stmt_data_seek.phpt16 if (!is_null($tmp = @mysqli_stmt_data_seek()))
19 if (!is_null($tmp = @mysqli_stmt_data_seek($link)))
27 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, 1)))
44 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, 2)))
52 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, 0)))
60 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, mysqli_stmt_num_rows($stmt) + 100)))
H A Dmysqli_close_oo.phpt20 if (!is_null($tmp = @$mysqli->close($link)))
27 if (!is_null($tmp = @$mysqli->close()))
30 if (!is_null($tmp = @$mysqli->query("SELECT 1")))
H A Dmysqli_ping.phpt16 if (!is_null($tmp = @mysqli_ping()))
21 if (!is_null($tmp = @mysqli_ping($link, $link)))
37 if (!is_null($tmp = mysqli_ping($link)))
H A Dmysqli_close.phpt16 if (!is_null($tmp = @mysqli_close()))
19 if (!is_null($tmp = @mysqli_close($link, $link)))
34 if (!is_null($tmp = @mysqli_query($link, "SELECT 1")))
H A Dmysqli_get_server_version.phpt13 if (!is_null($tmp = @mysqli_get_server_version()))
16 if (!is_null($tmp = @mysqli_get_server_version(NULL)))
H A Dmysqli_begin_transaction.phpt23 if (!is_null($tmp = @mysqli_begin_transaction()))
26 if (!is_null($tmp = @mysqli_begin_transaction($link)))
29 if (!is_null($tmp = @mysqli_begin_transaction($link, $link)))
36 if (!is_null($tmp = @mysqli_begin_transaction($link, $link)))
39 if (!is_null($tmp = @mysqli_begin_transaction($link, 0, $link)))
42 if (!is_null($tmp = @mysqli_begin_transaction($link, 0, "mytrx", $link)))
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_field_count.phpt16 if (!is_null($tmp = @mysqli_stmt_field_count()))
19 if (!is_null($tmp = @mysqli_stmt_field_count($link)))
25 if (!is_null($tmp = mysqli_stmt_field_count($stmt)))
30 if (!is_null($tmp = mysqli_stmt_field_count($stmt)))
77 if (!is_null($tmp = mysqli_stmt_field_count($stmt)))
H A Dmysqli_sqlstate.phpt16 if (!is_null($tmp = @mysqli_sqlstate()))
19 if (!is_null($tmp = @mysqli_sqlstate($link)))
H A Dmysqli_fetch_field_direct_oo.phpt18 if (!is_null($tmp = @$res->fetch_field_direct()))
31 if (!is_null($tmp = @$res->fetch_field_direct()))
34 if (!is_null($tmp = @$res->fetch_field_direct($link)))
37 if (!is_null($tmp = @$res->fetch_field_direct($link, $link)))
H A Dmysqli_rollback.phpt25 if (!is_null($tmp = @mysqli_rollback()))
28 if (!is_null($tmp = @mysqli_rollback($link)))
35 if (!is_null($tmp = @mysqli_rollback($link, 'foo')))
66 if (!is_null($tmp = mysqli_rollback($link)))
H A Dmysqli_character_set_name.phpt17 if (!is_null($tmp = @mysqli_character_set_name()))
20 if (!is_null($tmp = @mysqli_character_set_name($link)))
23 if (!is_null($tmp = @mysqli_character_set_name($link, $link, $link)))
69 if (!is_null($tmp = @mysqli_character_set_name()))
H A Dmysqli_stmt_close.phpt16 if (!is_null($tmp = @mysqli_stmt_close()))
19 if (!is_null($tmp = @mysqli_stmt_close($link)))
28 if (!is_null($tmp = mysqli_stmt_close($stmt)))
37 if (!is_null($tmp = mysqli_stmt_close($stmt)))
H A Dmysqli_fetch_row.phpt16 if (!is_null($tmp = @mysqli_fetch_row()))
19 if (!is_null($tmp = @mysqli_fetch_row($link)))
H A Dmysqli_get_host_info.phpt13 if (!is_null($tmp = @mysqli_get_host_info()))
16 if (!is_null($tmp = @mysqli_get_host_info(NULL)))
H A Dmysqli_stmt_param_count.phpt16 if (!is_null($tmp = @mysqli_stmt_param_count()))
19 if (!is_null($tmp = @mysqli_stmt_param_count($link)))
58 if (!is_null($tmp = @mysqli_stmt_param_count()))
/PHP-5.5/ext/spl/tests/
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt13 var_dump(is_null($iterator->getSubIterator()));
15 var_dump(is_null($iterator->getSubIterator()));
/PHP-5.5/ext/dom/tests/
H A DDOMNode_insertBefore_error3.phpt21 assert('!is_null($parent_node)');
29 assert('!is_null($ref_node)');

Completed in 29 milliseconds

12345678