/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | is_null.phpt | 2 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.4/ext/mysqli/tests/ |
H A D | mysqli_stat.phpt | 16 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 D | mysqli_ssl_set.phpt | 18 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 D | mysqli_stmt_attr_get.phpt | 16 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 D | mysqli_get_proto_info.phpt | 13 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 D | mysqli_get_server_info.phpt | 13 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 D | mysqli_set_opt.phpt | 16 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 D | mysqli_stmt_data_seek.phpt | 16 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 D | mysqli_close_oo.phpt | 20 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 D | mysqli_ping.phpt | 16 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 D | mysqli_close.phpt | 16 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 D | mysqli_set_local_infile_default.phpt | 30 if (!is_null($tmp = @mysqli_set_local_infile_default())) 33 if (!is_null($tmp = @mysqli_set_local_infile_default($link))) 37 if (!is_null($tmp = @mysqli_set_local_infile_default($link))) 42 if (!is_null($tmp = @mysqli_set_local_infile_default($link, 'foo'))) 115 if (!is_null($tmp = @mysqli_set_local_infile_default($link)))
|
H A D | mysqli_get_server_version.phpt | 13 if (!is_null($tmp = @mysqli_get_server_version())) 16 if (!is_null($tmp = @mysqli_get_server_version(NULL)))
|
H A D | mysqli_stmt_sqlstate.phpt | 16 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 D | mysqli_stmt_field_count.phpt | 16 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 D | mysqli_character_set_name.phpt | 17 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 D | mysqli_fetch_field_direct_oo.phpt | 18 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 D | mysqli_stmt_close.phpt | 16 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 D | mysqli_rollback.phpt | 25 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 D | mysqli_sqlstate.phpt | 16 if (!is_null($tmp = @mysqli_sqlstate())) 19 if (!is_null($tmp = @mysqli_sqlstate($link)))
|
H A D | mysqli_stmt_param_count.phpt | 16 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()))
|
H A D | mysqli_fetch_row.phpt | 16 if (!is_null($tmp = @mysqli_fetch_row())) 19 if (!is_null($tmp = @mysqli_fetch_row($link)))
|
H A D | mysqli_get_host_info.phpt | 13 if (!is_null($tmp = @mysqli_get_host_info())) 16 if (!is_null($tmp = @mysqli_get_host_info(NULL)))
|
/PHP-5.4/ext/spl/tests/ |
H A D | recursiveiteratoriterator_getsubiterator_variation_002.phpt | 13 var_dump(is_null($iterator->getSubIterator())); 15 var_dump(is_null($iterator->getSubIterator()));
|
/PHP-5.4/ext/dom/tests/ |
H A D | DOMNode_insertBefore_error3.phpt | 21 assert('!is_null($parent_node)'); 29 assert('!is_null($ref_node)');
|