Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 25 of 185) sorted by path

12345678

/PHP-5.5/Zend/
H A Dmicro_bench.php263 if (is_null($overhead)) {
/PHP-5.5/Zend/tests/
H A Dbug38220.phpt49 if (is_null(self::$drv))
H A Dbug64417.phpt8 if (is_null($offset)) {
H A Dcall_user_func_003.phpt9 if (is_null($instance)) {
H A Ddebug_backtrace_options.phpt8 if(is_null($opt)) {
H A Dlsb_017.phpt7 if (!is_null($x)) {
H A Dobjects_015.phpt14 var_dump(is_null($o));
/PHP-5.5/ext/dom/tests/
H A DDOMNode_insertBefore_error2.phpt21 assert('!is_null($parent_node)');
H A DDOMNode_insertBefore_error3.phpt21 assert('!is_null($parent_node)');
29 assert('!is_null($ref_node)');
H A DDOMNode_insertBefore_error4.phpt21 assert('!is_null($parent_node)');
H A DDOMNode_insertBefore_error5.phpt21 assert('!is_null($parent_node)');
H A DDOMNode_insertBefore_error6.phpt21 assert('!is_null($parent_node)');
/PHP-5.5/ext/intl/tests/
H A Dcollation_customization.phpt19 if( is_null( $prev ) )
H A Dresourcebundle.inc5 if (is_null( $res )) {
H A Dut_common.inc143 if(is_null($position)) {
155 if(is_null($position)) {
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1167 is_null: in node_new_cclass_by_codepoint_range()
1174 if (n == 0) goto is_null; in node_new_cclass_by_codepoint_range()
/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/ext/mysql/tests/
H A Dmysql_affected_rows.phpt22 if (!is_null($tmp = @mysql_affected_rows($link, $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)) {
H A Dmysql_errno.phpt21 if (!is_null($tmp = @mysql_errno($link, 'too many args')))
H A Dmysql_error.phpt21 if (!is_null($tmp = @mysql_error($link, 'too many args')))
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)) {
H A Dmysql_fetch_assoc.phpt17 if (!is_null($tmp = @mysql_fetch_assoc()))
H A Dmysql_fetch_field.phpt16 if (!is_null($tmp = @mysql_fetch_field()))
H A Dmysql_fetch_lengths.phpt15 if (!is_null($tmp = @mysql_fetch_lengths()))

Completed in 48 milliseconds

12345678