Home
last modified time | relevance | path

Searched refs:is_null (Results 51 – 75 of 185) sorted by relevance

12345678

/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_offsetUnset_invalid_parameter.phpt9 if(is_null($a)) {
H A DSplFixedArray_offsetGet_invalid_parameter.phpt10 if(is_null($a)) {
H A DSplDoublyLinkedList_offsetExists_invalid_parameter.phpt9 if(is_null($a)) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_error.phpt16 if (!is_null($tmp = @mysqli_error()))
19 if (!is_null($tmp = @mysqli_error($link)))
H A Dmysqli_stmt_prepare.phpt22 if (!is_null($tmp = @mysqli_stmt_prepare()))
25 if (!is_null($tmp = @mysqli_stmt_prepare($link)))
H A Dmysqli_free_result.phpt16 if (!is_null($tmp = @mysqli_free_result()))
19 if (!is_null($tmp = @mysqli_free_result($link)))
H A Dmysqli_store_result.phpt16 if (!is_null($tmp = @mysqli_store_result()))
19 if (!is_null($tmp = @mysqli_store_result($link)))
H A Dmysqli_stmt_fetch.phpt21 if (!is_null($tmp = @mysqli_stmt_fetch()))
24 if (!is_null($tmp = @mysqli_stmt_fetch($link)))
83 if (!is_null($tmp = @mysqli_stmt_fetch()))
H A Dmysqli_prepare.phpt16 if (!is_null($tmp = @mysqli_prepare()))
19 if (!is_null($tmp = @mysqli_prepare($link)))
109 if (!is_null($tmp = @mysqli_stmt_prepare($link, 'SELECT id FROM test', 'foo')))
114 if (!is_null($tmp = @mysqli_stmt_prepare($link, 'SELECT id FROM test')))
H A Dmysqli_stmt_error.phpt16 if (!is_null($tmp = @mysqli_stmt_error()))
19 if (!is_null($tmp = @mysqli_stmt_error($link)))
H A Dmysqli_use_result.phpt16 if (!is_null($tmp = @mysqli_use_result()))
19 if (!is_null($tmp = @mysqli_use_result($link)))
H A Dmysqli_stmt_errno.phpt16 if (!is_null($tmp = @mysqli_stmt_errno()))
19 if (!is_null($tmp = @mysqli_stmt_errno($link)))
H A Dmysqli_get_connection_stats.phpt18 if (!is_null($tmp = @mysqli_get_connection_stats()))
21 if (!is_null($tmp = @mysqli_get_connection_stats($link)))
H A Dmysqli_stmt_insert_id.phpt16 if (!is_null($tmp = @mysqli_stmt_insert_id()))
20 if (!is_null($tmp = @mysqli_insert_id($link)))
H A Dmysqli_fetch_object_oo.phpt19 if (!is_null($tmp = @$res->fetch_object()))
31 if (!is_null($tmp = @$res->fetch_object($link)))
34 if (!is_null($tmp = @$res->fetch_object($link, $link)))
37 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
H A Dmysqli_stmt_result_metadata.phpt16 if (!is_null($tmp = @mysqli_stmt_result_metadata()))
19 if (!is_null($tmp = @mysqli_stmt_result_metadata($link)))
90 if (!is_null($tmp = @mysqli_stmt_result_metadata()))
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server.inc22 if (!is_null($router)) {
29 if (!is_null($router)) {
/PHP-5.5/Zend/tests/
H A Dobjects_015.phpt14 var_dump(is_null($o));
H A Dcall_user_func_003.phpt9 if (is_null($instance)) {
H A Dlsb_017.phpt7 if (!is_null($x)) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt45 if (!is_null($pattern)) {
55 if (!is_null($ret_value)) {
60 …if ($row['label'] !== $exp && !is_null($alternative_type) && gettype($row['label']) != $alternativ…
74 if (is_null($pattern) && ($row['label'] != $row_string['label'])) {
77 } else if (!is_null($pattern) && !preg_match($pattern, $row_string['label'])) {
/PHP-5.5/ext/mysql/tests/
H A Dmysql_get_client_info.phpt16 if (!is_null($tmp = @mysql_get_client_info("too many arguments"))) {
H A Dmysql_set_charset.phpt22 if (!is_null($tmp = @mysql_set_charset()))
31 if (!is_null($tmp = @mysql_set_charset('somecharset', $link)))
H A Dmysql_connect.phpt19 $myhost = (is_null($socket)) ? ((is_null($port)) ? $host : $host . ':' . $port) : $host . ':' . $so…
41 if (!is_null($socket)) {
52 if (!is_null($port)) {
/PHP-5.5/tests/classes/
H A Darray_access_007.phpt22 if (is_null($index)) {

Completed in 43 milliseconds

12345678