Home
last modified time | relevance | path

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

123

/php-src/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-src/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") .
/php-src/ext/dom/tests/
H A DDOMNode_insertBefore_error3.phpt19 assert(!is_null($parent_node));
27 assert(!is_null($ref_node));
H A DDOMNode_insertBefore_error6.phpt19 assert(!is_null($parent_node));
H A Dgh12870.inc4 $uri_readable = is_null($uri) ? 'NULL' : "\"$uri\"";
H A DDOMNode_insertBefore_error4.phpt19 assert(!is_null($parent_node));
H A DDOMNode_insertBefore_error2.phpt19 assert(!is_null($parent_node));
H A DDOMNode_insertBefore_error5.phpt19 assert(!is_null($parent_node));
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_data_seek.phpt36 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-src/Zend/tests/
H A Dobjects_015.phpt14 var_dump(is_null($o));
H A Dlsb_017.phpt7 if (!is_null($x)) {
H A Dcall_user_func_003.phpt9 if (is_null($instance)) {
H A Dbug64417.phpt8 if (is_null($offset)) {
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt46 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-src/Zend/
H A Dzend_API.h2187 *is_null = 0; in zend_parse_arg_bool_ex()
2194 *is_null = 1; in zend_parse_arg_bool_ex()
2214 *is_null = 0; in zend_parse_arg_long_ex()
2219 *is_null = 1; in zend_parse_arg_long_ex()
2239 *is_null = 0; in zend_parse_arg_double()
2244 *is_null = 1; in zend_parse_arg_double()
2395 *is_null = 0; in zend_parse_arg_array_ht_or_long()
2405 *is_null = 1; in zend_parse_arg_array_ht_or_long()
2444 *is_null = 0; in zend_parse_arg_obj_or_long()
2454 *is_null = 1; in zend_parse_arg_obj_or_long()
[all …]
H A Dzend_frameless_function.h83 #define Z_FLF_PARAM_LONG_OR_NULL(arg_num, is_null, dest) \ argument
84 …if (!zend_parse_arg_long_ex(arg ## arg_num, &dest, &is_null, /* null_check */ true, arg_num, /* fr…
/php-src/sapi/fpm/tests/
H A Dlogreader.inc101 $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-src/Zend/tests/anon/
H A D015.phpt8 if (!is_null($y)) {
H A D016.phpt8 if (!is_null($y)) {
/php-src/ext/intl/tests/
H A Dresourcebundle.inc13 if (is_null( $res )) {
/php-src/tests/classes/
H A Darray_access_007.phpt22 if (is_null($index)) {
/php-src/ext/standard/tests/streams/
H A Dbug61371.phpt10 if (!is_null($previous)) {
H A Dbug61371-unix.phpt16 if (!is_null($previous)) {

Completed in 41 milliseconds

123