Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 25 of 71) sorted by last modified time

123

/php-src/Zend/
H A Dzend_API.h2189 *is_null = 0; in zend_parse_arg_bool_ex()
2196 *is_null = 1; in zend_parse_arg_bool_ex()
2216 *is_null = 0; in zend_parse_arg_long_ex()
2221 *is_null = 1; in zend_parse_arg_long_ex()
2241 *is_null = 0; in zend_parse_arg_double()
2246 *is_null = 1; in zend_parse_arg_double()
2397 *is_null = 0; in zend_parse_arg_array_ht_or_long()
2407 *is_null = 1; in zend_parse_arg_array_ht_or_long()
2446 *is_null = 0; in zend_parse_arg_obj_or_long()
2456 *is_null = 1; in zend_parse_arg_obj_or_long()
[all …]
H A Dzend_API.c830 bool *is_null = NULL; in zend_parse_arg_impl() local
833 is_null = va_arg(*va, bool *); in zend_parse_arg_impl()
836 if (!zend_parse_arg_long(arg, p, is_null, check_null, arg_num)) { in zend_parse_arg_impl()
845 bool *is_null = NULL; in zend_parse_arg_impl() local
848 is_null = va_arg(*va, bool *); in zend_parse_arg_impl()
851 if (!zend_parse_arg_double(arg, p, is_null, check_null, arg_num)) { in zend_parse_arg_impl()
918 bool *is_null = NULL; in zend_parse_arg_impl() local
921 is_null = va_arg(*va, bool *); in zend_parse_arg_impl()
924 if (!zend_parse_arg_bool(arg, p, is_null, check_null, arg_num)) { in zend_parse_arg_impl()
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/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt32 } else if (is_null($value)) {
/php-src/Zend/tests/
H A Dcall_user_func_003.phpt9 if (is_null($instance)) {
/php-src/ext/standard/
H A Dbasic_functions.stub.php3624 function is_null(mixed $value): bool {}
H A Dbasic_functions_arginfo.h2875 ZEND_FUNCTION(is_null);
H A Dtype.c264 PHP_FUNCTION(is_null) in PHP_FUNCTION() argument
/php-src/sapi/fpm/tests/
H A Dtester.inc364 if (!is_null($expectedPartOfOutput)) {
715 if (is_null($scriptFilename)) {
718 if (is_null($uri)) {
721 if (is_null($scriptName)) {
749 return ! is_null($value);
773 if ( ! is_null($count)) {
1096 if ( ! is_null($configTemplate)) {
1126 if (is_null($pid)) {
1454 if ( ! is_null($prefix)) {
1585 return ! is_null($this->error) || ! is_null($this->logTool->getError());
[all …]
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)) {
H A Dresponse.inc265 if (is_null($status) && !isset($headers['status'])) {
268 if (!is_null($status) && !isset($headers['status'])) {
487 ! is_null($this->rawData) &&
516 if ( ! is_null($values) ) {
538 if ( ! is_null($value) && $value !== $this->values[$name]) {
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc19 if (!is_null($result)) {
/php-src/ext/dom/tests/modern/spec/
H A DDocument_createAttributeNS.phpt14 $ns_readable = is_null($ns) ? 'null' : "\"$ns\"";
H A DDocument_createElementNS.phpt31 $ns_readable = is_null($namespaceURI) ? "NULL" : "\"$namespaceURI\"";
H A DDocument_getElementsByTagNameNS.phpt30 $uri_readable = is_null($uri) ? "NULL" : "\"$uri\"";
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c240 S->bound_result[i].is_null = &S->out_null[i]; in pdo_mysql_stmt_after_execute_prepared()
408 b->is_null = &S->in_null[param->paramno]; in pdo_mysql_stmt_param_hook()
428 *b->is_null = 0; in pdo_mysql_stmt_param_hook()
430 *b->is_null = 1; in pdo_mysql_stmt_param_hook()
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc28 if (!is_null($router)) {
/php-src/ext/dom/tests/
H A Dgh12870.inc4 $uri_readable = is_null($uri) ? 'NULL' : "\"$uri\"";
/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'])) {
H A Dpdo_mysql_types_zerofill.phpt52 if (!is_null($pattern)) {
63 if (!is_null($ret_value)) {
H A Dpecl_bug_5802.phpt2 PDO MySQL PECL Bug #5802 (bindParam/bindValue retain the is_null flag)
H A Dpdo_mysql_stmt_getcolumnmeta.phpt98 if (!is_null($native_type)) {
123 if (!is_null($pdo_type) && ($meta['pdo_type'] != $pdo_type)) {
H A Dpdo_mysql_prepare_native_myisam_index.phpt45 if (is_null($input_params))
H A Dpdo_mysql_prepare_emulated.phpt43 if (is_null($input_params))
H A Dpdo_mysql_prepare_emulated_anonymous_placeholders.phpt43 if (is_null($input_params))

Completed in 103 milliseconds

123