/PHP-8.3/ext/oci8/tests/ |
H A D | imp_res_field.phpt | 60 $is_null = oci_field_is_null($s, $i) ? "T" : "F"; 67 …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 …]
|
H A D | skipifconnectfailure.inc | 17 if (is_null($dbase)) {
|
/PHP-8.3/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()));
|
H A D | bug69845.phpt | 8 var_dump(!is_null($data['itemType']));
|
H A D | bug53515.phpt | 13 echo $key . ': ' . (is_null($value) ? 'null' : @"$value") .
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | is_null.phpt | 2 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.3/ext/dom/tests/ |
H A D | DOMNode_insertBefore_error3.phpt | 19 assert(!is_null($parent_node)); 27 assert(!is_null($ref_node));
|
H A D | DOMNode_insertBefore_error6.phpt | 19 assert(!is_null($parent_node));
|
H A D | gh12870.inc | 4 $uri_readable = is_null($uri) ? 'NULL' : "\"$uri\"";
|
H A D | DOMNode_insertBefore_error2.phpt | 19 assert(!is_null($parent_node));
|
H A D | DOMNode_insertBefore_error4.phpt | 19 assert(!is_null($parent_node));
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_stmt_data_seek.phpt | 36 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, 2))) 44 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, 0))) 52 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, mysqli_stmt_num_rows($stmt) + 100)))
|
/PHP-8.3/Zend/tests/ |
H A D | objects_015.phpt | 14 var_dump(is_null($o));
|
H A D | call_user_func_003.phpt | 9 if (is_null($instance)) {
|
H A D | lsb_017.phpt | 7 if (!is_null($x)) {
|
H A D | bug64417.phpt | 8 if (is_null($offset)) {
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_types.phpt | 46 if (!is_null($pattern)) { 56 if (!is_null($ret_value)) { 61 …if ($row['label'] !== $exp && !is_null($alternative_type) && gettype($row['label']) != $alternativ… 75 if (is_null($pattern) && ($row['label'] != $row_string['label'])) { 78 } else if (!is_null($pattern) && !preg_match($pattern, $row_string['label'])) {
|
/PHP-8.3/Zend/tests/anon/ |
H A D | 015.phpt | 8 if (!is_null($y)) {
|
H A D | 016.phpt | 8 if (!is_null($y)) {
|
/PHP-8.3/sapi/fpm/tests/ |
H A D | logreader.inc | 101 $this->trace(is_null($line) ? "LINE - null" : "LINE: $line"); 146 if (is_null($errorMessage)) { 174 if (is_null($timeoutSeconds) && is_null($timeoutMicroseconds)) { 177 } elseif (is_null($timeoutSeconds)) { 179 } elseif (is_null($timeoutMicroseconds)) {
|
/PHP-8.3/Zend/ |
H A D | zend_API.h | 2170 *is_null = 0; in zend_parse_arg_bool() 2177 *is_null = 1; in zend_parse_arg_bool() 2188 *is_null = 0; in zend_parse_arg_long() 2193 *is_null = 1; in zend_parse_arg_long() 2204 *is_null = 0; in zend_parse_arg_double() 2209 *is_null = 1; in zend_parse_arg_double() 2351 *is_null = 0; in zend_parse_arg_array_ht_or_long() 2361 *is_null = 1; in zend_parse_arg_array_ht_or_long() 2400 *is_null = 0; in zend_parse_arg_obj_or_long() 2410 *is_null = 1; in zend_parse_arg_obj_or_long() [all …]
|
/PHP-8.3/ext/intl/tests/ |
H A D | resourcebundle.inc | 13 if (is_null( $res )) {
|
/PHP-8.3/tests/classes/ |
H A D | array_access_007.phpt | 22 if (is_null($index)) {
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | bug61371.phpt | 10 if (!is_null($previous)) {
|
H A D | bug61371-unix.phpt | 15 if (!is_null($previous)) {
|