Home
last modified time | relevance | path

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

123

/PHP-8.0/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,…
157 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
160 C3_VARCHAR21 : is_null F, precision 0, scale 0, size 4, typeraw 1, type VARCHAR2
162 C4_NUMBER52 : is_null F, precision 5, scale 2, size 22, typeraw 2, type NUMBER
167 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
177 C3_VARCHAR21 : is_null F, precision 0, scale 0, size 4, typeraw 1, type VARCHAR2
184 C4_NUMBER52 : is_null F, precision 5, scale 2, size 22, typeraw 2, type NUMBER
203 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
218 C4_NUMBER52 : is_null F, precision 5, scale 2, size 22, typeraw 2, type NUMBER
[all …]
H A Dbug51291_1.phpt57 if (is_null($r)) echo "null";
76 if (is_null($r)) echo "null";
95 if (is_null($r)) echo "null";
114 if (is_null($r)) echo "null";
132 if (is_null($r)) echo "null";
/PHP-8.0/ext/spl/tests/
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt13 var_dump(is_null($iterator->getSubIterator()));
15 var_dump(is_null($iterator->getSubIterator()));
H A Dbug69845.phpt8 var_dump(!is_null($data['itemType']));
H A Dbug53515.phpt13 echo $key . ': ' . (is_null($value) ? 'null' : @"$value") .
H A Dbug33136.phpt24 echo __METHOD__ . "(" . (is_null($index) ? "NULL" : $index) . ",$value)\n";
/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_null.phpt2 Test is_null() function
5 echo "*** Testing is_null() with valid null values ***\n";
31 /* loop to check that is_null() recognizes different
36 var_dump( is_null($null_val) );
119 is_null() on non null types, expected output: bool(false) */
123 var_dump( is_null($type) );
134 *** Testing is_null() with valid null values ***
/PHP-8.0/ext/dom/tests/
H A DDOMNode_insertBefore_error3.phpt21 assert(!is_null($parent_node));
29 assert(!is_null($ref_node));
H A DDOMNode_insertBefore_error6.phpt21 assert(!is_null($parent_node));
H A DDOMNode_insertBefore_error2.phpt21 assert(!is_null($parent_node));
H A DDOMNode_insertBefore_error4.phpt21 assert(!is_null($parent_node));
H A DDOMNode_insertBefore_error5.phpt21 assert(!is_null($parent_node));
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_data_seek.phpt37 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, 2)))
45 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, 0)))
53 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, mysqli_stmt_num_rows($stmt) + 100)))
H A Dmysqli_info.phpt19 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))
49 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))
/PHP-8.0/Zend/
H A Dzend_API.h1889 *is_null = 0; in zend_parse_arg_bool()
1896 *is_null = 1; in zend_parse_arg_bool()
1907 *is_null = 0; in zend_parse_arg_long()
1912 *is_null = 1; in zend_parse_arg_long()
1923 *is_null = 0; in zend_parse_arg_double()
1928 *is_null = 1; in zend_parse_arg_double()
2058 *is_null = 0; in zend_parse_arg_array_ht_or_long()
2068 *is_null = 1; in zend_parse_arg_array_ht_or_long()
2107 *is_null = 0; in zend_parse_arg_obj_or_long()
2117 *is_null = 1; in zend_parse_arg_obj_or_long()
[all …]
/PHP-8.0/Zend/tests/
H A Dobjects_015.phpt14 var_dump(is_null($o));
H A Dcall_user_func_003.phpt9 if (is_null($instance)) {
H A Dlsb_017.phpt7 if (!is_null($x)) {
H A Dbug64417.phpt8 if (is_null($offset)) {
/PHP-8.0/ext/intl/tests/
H A Dresourcebundle.inc13 if (is_null( $res )) {
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt45 if (!is_null($pattern)) {
55 if (!is_null($ret_value)) {
60 …if ($row['label'] !== $exp && !is_null($alternative_type) && gettype($row['label']) != $alternativ…
74 if (is_null($pattern) && ($row['label'] != $row_string['label'])) {
77 } else if (!is_null($pattern) && !preg_match($pattern, $row_string['label'])) {
/PHP-8.0/tests/classes/
H A Darray_access_007.phpt22 if (is_null($index)) {
/PHP-8.0/ext/standard/tests/streams/
H A Dbug61371.phpt10 if (!is_null($previous)) {
H A Dbug61371-unix.phpt15 if (!is_null($previous)) {
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c209 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
219 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
230 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
244 efree(stmt->param.is_null); in mysqli_stmt_bind_param_do_bind()
389 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
400 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
413 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
426 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
437 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
490 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
[all …]

Completed in 49 milliseconds

123