Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp421 while (variant > 2 && Z_TYPE_PP(args[variant - 1]) == IS_NULL) { in PHP_FUNCTION()
541 if (args[0] == NULL || Z_TYPE_PP(args[0]) == IS_NULL) { in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_closures.c100 } else if (Z_TYPE_P(scope_arg) == IS_NULL) { in ZEND_METHOD()
H A Dzend_interfaces.c413 case IS_NULL: in zend_user_serialize()
H A Dzend_vm_execute.h2605 case IS_NULL: in ZEND_CAST_SPEC_CONST_HANDLER()
3833 case IS_NULL: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER()
4729 case IS_NULL: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMP_HANDLER()
5586 case IS_NULL: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_VAR_HANDLER()
6294 case IS_NULL: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
7233 case IS_NULL: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER()
7916 case IS_NULL: in ZEND_CAST_SPEC_TMP_HANDLER()
9101 case IS_NULL: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER()
9959 case IS_NULL: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMP_HANDLER()
13233 case IS_NULL: in ZEND_CAST_SPEC_VAR_HANDLER()
[all …]
H A Dzend_constants.c141 c.value.type = IS_NULL; in zend_register_standard_constants()
H A Dzend_API.h559 Z_TYPE_P(z) = IS_NULL; \
724 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z)==IS_NULL)
H A Dzend.h580 #define IS_NULL 0 macro
H A Dzend_object_handlers.c1479 result = (Z_TYPE_PP(value) != IS_NULL); in zend_std_has_property()
1591 Z_TYPE_P(writeobj) = IS_NULL; in zend_std_cast_object_tostring()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c162 case IS_NULL: in php_converter_append_toUnicode_target()
274 case IS_NULL: in php_converter_append_fromUnicode_target()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp584 case IS_NULL: in umsg_format_helper()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c341 Z_TYPE_P(param->parameter) == IS_NULL) { in pgsql_stmt_param_hook()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c592 case IS_NULL: in pdo_parse_params()
H A Dpdo_sql_parser.re234 case IS_NULL:
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c555 if (Z_TYPE_P((v)) == IS_NULL) { \
931 Z_TYPE(ZEND_OP1_LITERAL(last_op)) = IS_NULL; in zend_optimize_block()
977 Z_TYPE(ZEND_OP2_LITERAL(src)) = IS_NULL; in zend_optimize_block()
1060 Z_TYPE(ZEND_OP1_LITERAL(opline)) = IS_NULL; in zend_optimize_block()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c438 ret = Z_TYPE_P(value) != IS_NULL? 1:0; in mysqli_object_has_property()
1297 if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { in php_mysqli_fetch_into_hash()
H A Dmysqli_api.c441 stmt->result.buf[ofs].type = IS_NULL; in mysqli_stmt_bind_result_do_bind()
926 if ( !(stmt->param.is_null[i] = (stmt->param.vars[i]->type == IS_NULL)) ) {
1796 return IS_NULL;
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c443 …} else if (Z_TYPE_P(param->parameter) == IS_NULL || PDO_PARAM_TYPE(param->param_type) == PDO_PARAM… in odbc_stmt_param_hook()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c569 case IS_NULL: in firebird_stmt_param_hook()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c413 case IS_NULL: in do_callback()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c773 if (Z_TYPE_P(current_row[i]) != IS_NULL) { in mysqlnd_stmt_fetch_row_buffered()
874 if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data)) ) { in mysqlnd_stmt_fetch_row_unbuffered()
1055 if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data))) { in mysqlnd_fetch_stmt_row_cursor()
/PHP-5.5/ext/spl/
H A Dspl_directory.c544 Z_TYPE_P(return_value) = IS_NULL; in spl_filesystem_object_create_type()
551 Z_TYPE_P(return_value) = IS_NULL; in spl_filesystem_object_create_type()
2178 if (Z_TYPE_P(return_value) != IS_NULL) { in spl_filesystem_file_read_csv()
2244 case IS_NULL: in spl_filesystem_file_is_empty_line()
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c370 if (Z_TYPE_P(param->parameter) == IS_NULL) { in oci_stmt_param_hook()
/PHP-5.5/ext/filter/
H A Dfilter.c395 ((flags & FILTER_NULL_ON_FAILURE && Z_TYPE_PP(value) == IS_NULL) || in php_zval_filter()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c381 if (Z_TYPE_P(return_value) == IS_NULL) { in sxe_prop_dim_read()
423 case IS_NULL: in change_node_zval()
537 case IS_NULL: in sxe_prop_dim_write()
/PHP-5.5/ext/interbase/
H A Dibase_query.c477 if (Z_TYPE_P(val) == IS_NULL) { in _php_ibase_bind_array()
672 case IS_NULL: in _php_ibase_bind()

Completed in 226 milliseconds

12345