Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/oci8/tests/
H A Dimp_res_field.phpt58 $is_null = oci_field_is_null($s, $i) ? "T" : "F";
65 …echo "$name\t: is_null $is_null, precision $precision, scale $scale, size $size, typeraw $typeraw,…
159 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
162 C3_VARCHAR21 : is_null F, precision 0, scale 0, size 4, typeraw 1, type VARCHAR2
164 C4_NUMBER52 : is_null F, precision 5, scale 2, size 22, typeraw 2, type NUMBER
169 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
179 C3_VARCHAR21 : is_null F, precision 0, scale 0, size 4, typeraw 1, type VARCHAR2
186 C4_NUMBER52 : is_null F, precision 5, scale 2, size 22, typeraw 2, type NUMBER
205 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
220 C4_NUMBER52 : is_null F, precision 5, scale 2, size 22, typeraw 2, type NUMBER
[all …]
/PHP-7.4/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-7.4/ext/mysqli/tests/
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_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_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")))
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)))
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)))
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_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_savepoint.phpt23 if (!is_null($tmp = @mysqli_savepoint()))
26 if (!is_null($tmp = @mysqli_savepoint($link)))
34 if (!is_null($tmp = @mysqli_savepoint($link, $name)))
37 if (!is_null($tmp = @mysqli_savepoint($link, 'foo', $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_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_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_sqlstate.phpt16 if (!is_null($tmp = @mysqli_sqlstate()))
19 if (!is_null($tmp = @mysqli_sqlstate($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_fetch_field_direct.phpt16 if (!is_null($tmp = @mysqli_fetch_field_direct()))
19 if (!is_null($tmp = @mysqli_fetch_field_direct($link)))
22 if (!is_null($tmp = @mysqli_fetch_field_direct($link, $link)))
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_field_tell.phpt16 if (!is_null($tmp = @mysqli_field_tell()))
19 if (!is_null($tmp = @mysqli_field_tell($link)))
34 if (!is_null($tmp = @mysqli_field_tell($res, 'too many arguments')))
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()))
H A Dmysqli_thread_id.phpt16 if (!is_null($tmp = @mysqli_thread_id()))
19 if (!is_null($tmp = @mysqli_thread_id($link)))
/PHP-7.4/ext/spl/tests/
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt13 var_dump(is_null($iterator->getSubIterator()));
15 var_dump(is_null($iterator->getSubIterator()));
/PHP-7.4/ext/dom/tests/
H A DDOMNode_insertBefore_error3.phpt21 assert(!is_null($parent_node));
29 assert(!is_null($ref_node));
/PHP-7.4/ext/standard/tests/math/
H A Dlcg_value_basic.phpt27 if (is_null($res)) {
34 if (is_null($res)) {

Completed in 58 milliseconds

1234567