Home
last modified time | relevance | path

Searched refs:IS_NULL (Results 101 – 109 of 109) sorted by relevance

12345

/PHP-5.5/ext/mbstring/
H A Dmbstring.c2740 if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) { in PHP_FUNCTION()
2814 if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) { in PHP_FUNCTION()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c1532 if (Z_TYPE(result->data[result->cur_row][i]) != IS_NULL) {
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1861 case IS_NULL: { in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dstring.c1179 case IS_NULL: in php_implode()
1698 case IS_NULL:
/PHP-5.5/ext/openssl/
H A Dopenssl.c2645 if (Z_TYPE_P(out_pkey) != IS_NULL) { in PHP_FUNCTION()
2787 Z_TYPE(tmp) = IS_NULL; in php_openssl_evp_from_zval()
/PHP-5.5/ext/session/
H A Dsession.c874 if (Z_TYPE_P(session_vars) == IS_NULL) { in PS_SERIALIZER_DECODE_FUNC()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1404 if (otype == IS_NULL) { in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dphar_object.c4360 case IS_NULL: in PHP_METHOD()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c740 } else if (Z_TYPE_P(zv) == IS_NULL) { in _parameter_string()

Completed in 126 milliseconds

12345