Home
last modified time | relevance | path

Searched refs:is_null (Results 151 – 175 of 185) sorted by relevance

12345678

/PHP-5.5/ext/mysql/tests/
H A Dmysql_select_db.phpt22 if (!is_null($tmp = @mysql_select_db($db, $link, "foo")))
H A Dmysql_fetch_assoc.phpt17 if (!is_null($tmp = @mysql_fetch_assoc()))
H A Dmysql_fetch_object.phpt15 if (!is_null($tmp = @mysql_fetch_object()))
H A Dmysql_query.phpt15 if (!is_null($tmp = @mysql_query()))
H A Dmysql_field_flags.phpt15 if (!is_null($tmp = @mysql_field_flags()))
H A Dmysql_affected_rows.phpt22 if (!is_null($tmp = @mysql_affected_rows($link, $link)))
H A Dmysql_fetch_array.phpt83 …if (is_null($php_value) && !mysql_query($sql = sprintf("INSERT INTO test(id, label) VALUES (1, NUL…
88 if (!is_null($php_value)) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt24 if (!is_null($tmp = @mysqli_stmt_get_result()))
27 if (!is_null($tmp = @mysqli_stmt_get_result($link)))
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_commit_oo.phpt24 if (!is_null($tmp = @$mysqli->commit())) {
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_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 Dbug42378.phpt115 if (!is_null($order_by)) {
H A Dmysqli_connect.phpt23 if (!is_null($tmp = @mysqli_connect($obj)))
/PHP-5.5/ext/standard/
H A Dtype.c250 PHP_FUNCTION(is_null) in PHP_FUNCTION() argument
/PHP-5.5/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)) {
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h111 char *is_null; member
/PHP-5.5/ext/spl/internal/
H A Drecursiveiteratoriterator.inc161 if (is_null($level)) {
H A Dsplfileobject.inc286 if (is_null($this->line))
/PHP-5.5/Zend/tests/
H A Ddebug_backtrace_options.phpt8 if(is_null($opt)) {
/PHP-5.5/Zend/
H A Dmicro_bench.php263 if (is_null($overhead)) {
/PHP-5.5/ext/intl/tests/
H A Dut_common.inc143 if(is_null($position)) {
155 if(is_null($position)) {
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c129 ZEND_ARG_INFO(0, is_null)
2018 zend_bool is_output = 0, is_null = 0; local
2024 …sZl|bbl", &stmt, &param_name, &param_name_len, &var, &type, &is_output, &is_null, &maxlen) == FAIL…
2041 if (is_null) {
2051 if (is_null) {
/PHP-5.5/
H A Drun-tests.php1091 if (!is_null($stdin)) {
1172 if (is_null($section)) {
2258 $r = is_null($wanted_re) ? $w : explode("\n", $wanted_re);
2259 $diff = generate_array_diff($r, $o, !is_null($wanted_re), $w);

Completed in 87 milliseconds

12345678