Home
last modified time | relevance | path

Searched refs:is_null (Results 126 – 150 of 152) sorted by relevance

1234567

/PHP-7.4/ext/standard/
H A Dtype.c228 PHP_FUNCTION(is_null) in PHP_FUNCTION() argument
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt15 if (!is_null($tmp = @mysqli_fetch_array()))
18 if (!is_null($tmp = @mysqli_fetch_array($link)))
84 if (is_null($php_value)) {
H A Dmysqli_stmt_bind_param.phpt25 if (!is_null($tmp = @mysqli_stmt_bind_param()))
28 if (!is_null($tmp = @mysqli_stmt_bind_param($link)))
31 if (!is_null($tmp = @mysqli_stmt_bind_param($link, $link)))
384 if (!is_null($tmp = @mysqli_stmt_bind_param()))
H A Dmysqli_fetch_all.phpt18 if (!is_null($tmp = @mysqli_fetch_all()))
21 if (!is_null($tmp = @mysqli_fetch_all($link)))
106 if (is_null($php_value)) {
H A Dmysqli_stmt_affected_rows.phpt16 if (!is_null($tmp = @mysqli_stmt_affected_rows()))
19 if (!is_null($tmp = @mysqli_stmt_affected_rows($link)))
H A Dbug42378.phpt115 if (!is_null($order_by)) {
H A Dmysqli_connect.phpt23 if (!is_null($tmp = @mysqli_connect($obj)))
H A Dmysqli_fetch_array_oo.phpt83 if (is_null($php_value)) {
H A Dmysqli_fetch_all_oo.phpt107 if (is_null($php_value)) {
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h95 char *is_null; member
H A Dmysqli.c144 efree(bbuf.is_null); in php_free_stmt_bind_buffer()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc170 if (is_null($db))
H A Dpdo_mysql_stmt_getcolumnmeta.phpt110 if (!is_null($native_type)) {
135 if (!is_null($pdo_type) && ($meta['pdo_type'] != $pdo_type)) {
H A Dpdo_mysql_exec.phpt16 if (!is_null($exp) && ($ret !== $exp)) {
H A Dpdo_mysql_prepare_native.phpt47 if (is_null($input_params))
H A Dpdo_mysql_prepare_emulated.phpt44 if (is_null($input_params))
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt88 if (!is_null($native_type)) {
113 if (!is_null($pdo_type) && ($meta['pdo_type'] != $pdo_type)) {
/PHP-7.4/Zend/tests/
H A Ddebug_backtrace_options.phpt8 if(is_null($opt)) {
/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc286 !is_null($this->rawData) &&
/PHP-7.4/Zend/
H A Dmicro_bench.php263 if (is_null($overhead)) {
H A Dzend_API.c626 zend_bool *is_null = NULL; in zend_parse_arg_impl() local
629 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
632 if (!zend_parse_arg_long(arg, p, is_null, check_null, c == 'L')) { in zend_parse_arg_impl()
641 zend_bool *is_null = NULL; in zend_parse_arg_impl() local
644 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
647 if (!zend_parse_arg_double(arg, p, is_null, check_null)) { in zend_parse_arg_impl()
694 zend_bool *is_null = NULL; in zend_parse_arg_impl() local
697 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
700 if (!zend_parse_arg_bool(arg, p, is_null, check_null)) { in zend_parse_arg_impl()
H A Dzend_vm_gen.php1565 if (!is_null($name)) {
/PHP-7.4/ext/intl/tests/
H A Dut_common.inc151 if(is_null($position)) {
163 if(is_null($position)) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt32 } else if (is_null($value)) {
/PHP-7.4/
H A Drun-tests.php1229 if (!is_null($stdin)) {
1742 if (is_null($section)) {
2902 $r = is_null($wanted_re) ? $w : explode("\n", $wanted_re);
2903 $diff = generate_array_diff($r, $o, !is_null($wanted_re), $w);

Completed in 89 milliseconds

1234567