Searched refs:is_null (Results 1 – 25 of 70) sorted by relevance
123
13 var_dump(is_null($iterator->getSubIterator()));15 var_dump(is_null($iterator->getSubIterator()));
8 var_dump(!is_null($data['itemType']));
13 echo $key . ': ' . (is_null($value) ? 'null' : @"$value") .
2 Test is_null() function5 echo "*** Testing is_null() with valid null values ***\n";31 /* loop to check that is_null() recognizes different36 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 ***
19 assert(!is_null($parent_node));27 assert(!is_null($ref_node));
19 assert(!is_null($parent_node));
4 $uri_readable = is_null($uri) ? 'NULL' : "\"$uri\"";
14 var_dump(is_null($o));
7 if (!is_null($x)) {
9 if (is_null($instance)) {
8 if (is_null($offset)) {
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'])) {
8 if (!is_null($y)) {
2192 *is_null = 0; in zend_parse_arg_bool_ex()2199 *is_null = 1; in zend_parse_arg_bool_ex()2219 *is_null = 0; in zend_parse_arg_long_ex()2224 *is_null = 1; in zend_parse_arg_long_ex()2244 *is_null = 0; in zend_parse_arg_double()2249 *is_null = 1; in zend_parse_arg_double()2400 *is_null = 0; in zend_parse_arg_array_ht_or_long()2410 *is_null = 1; in zend_parse_arg_array_ht_or_long()2449 *is_null = 0; in zend_parse_arg_obj_or_long()2459 *is_null = 1; in zend_parse_arg_obj_or_long()[all …]
83 #define Z_FLF_PARAM_LONG_OR_NULL(arg_num, is_null, dest) \ argument84 …if (!zend_parse_arg_long_ex(arg ## arg_num, &dest, &is_null, /* null_check */ true, arg_num, /* fr…
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)) {
13 if (is_null( $res )) {
22 if (is_null($index)) {
10 if (!is_null($previous)) {
16 if (!is_null($previous)) {
18 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))48 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))
Completed in 40 milliseconds