Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/filter/
H A Dcallback_filter.c32 Z_TYPE_P(value) = IS_NULL; in php_filter_callback()
50 Z_TYPE_P(value) = IS_NULL; in php_filter_callback()
/PHP-5.5/Zend/
H A Dzend_variables.c44 Z_TYPE_P(zvalue) = IS_NULL; in _zval_dtor_func()
68 case IS_NULL: in _zval_dtor_func()
93 case IS_NULL: in _zval_internal_dtor()
117 case IS_NULL: in _zval_copy_ctor_func()
H A Dzend_operators.c208 case IS_NULL: in convert_scalar_to_number()
374 case IS_NULL: in convert_to_long_base()
434 case IS_NULL: in convert_to_double()
507 Z_TYPE_P(op) = IS_NULL; in convert_to_null()
518 case IS_NULL: in convert_to_boolean()
599 case IS_NULL: in _convert_to_string()
728 case IS_NULL: in convert_to_array()
752 case IS_NULL: in convert_to_object()
1505 case TYPE_PAIR(IS_NULL, IS_NULL): in compare_function()
1662 case IS_NULL: in is_identical_function()
[all …]
H A Dzend_execute.c555 if (Z_TYPE_PP(object_ptr) == IS_NULL in make_real_object()
626 } else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) { in zend_verify_arg_type()
637 if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { in zend_verify_arg_type()
646 …able(arg, IS_CALLABLE_CHECK_SILENT, NULL TSRMLS_CC) && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info-… in zend_verify_arg_type()
673 if (Z_TYPE_P(object) == IS_NULL || in zend_assign_to_object()
1001 case IS_NULL: in zend_fetch_dimension_address_inner()
1116 case IS_NULL: in zend_fetch_dimension_address()
1165 case IS_NULL: in zend_fetch_dimension_address()
1262 case IS_NULL: in zend_fetch_dimension_address_read()
1283 case IS_NULL: in zend_fetch_dimension_address_read()
[all …]
H A Dzend_API.c217 case IS_NULL: in zend_get_type_by_const()
290 Z_TYPE_P(*arg) = IS_NULL; in parse_arg_object_to_string()
331 *p = (Z_TYPE_PP(arg) == IS_NULL); in zend_parse_arg_impl()
368 case IS_NULL: in zend_parse_arg_impl()
390 *p = (Z_TYPE_PP(arg) == IS_NULL); in zend_parse_arg_impl()
407 case IS_NULL: in zend_parse_arg_impl()
430 case IS_NULL: in zend_parse_arg_impl()
478 *p = (Z_TYPE_PP(arg) == IS_NULL); in zend_parse_arg_impl()
482 case IS_NULL: in zend_parse_arg_impl()
503 if (check_null && Z_TYPE_PP(arg) == IS_NULL) { in zend_parse_arg_impl()
[all …]
/PHP-5.5/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp59 variant > 0 && Z_TYPE_PP(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body()
176 if (Z_TYPE_P(return_value) == IS_NULL) { in PHP_FUNCTION()
191 if (Z_TYPE_P(return_value) == IS_NULL) { in PHP_METHOD()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_statement.c109 if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
141 } else if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
162 if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_helpers.cpp42 if (calendar_zv == NULL || Z_TYPE_P(calendar_zv) == IS_NULL) { in datefmt_process_calendar_arg()
H A Ddateformat_create.cpp96 explicit_tz = timezone_zv != NULL && Z_TYPE_PP(timezone_zv) != IS_NULL; in datefmt_ctor()
H A Ddateformat_format_object.cpp85 if (format == NULL || Z_TYPE_PP(format) == IS_NULL) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dtype.c35 case IS_NULL: in PHP_FUNCTION()
252 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL); in PHP_FUNCTION()
H A Dvar.c103 case IS_NULL: in php_var_dump()
258 case IS_NULL: in php_debug_zval_dump()
432 case IS_NULL: in php_var_export_ex()
740 case IS_NULL: in php_var_serialize_intern()
H A Dhttp.c143 } else if (Z_TYPE_PP(zdata) == IS_NULL || Z_TYPE_PP(zdata) == IS_RESOURCE) { in php_url_encode_hash_ex()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h209 #define IS_NULL(p) (((void*)(p)) == (void*)0) macro
211 #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL
212 #define CHECK_NULL_RETURN_MEMERR(p) if (IS_NULL(p)) return ONIGERR_MEMORY
354 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
360 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
368 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
H A Dregparse.c721 if (IS_NULL(e)) { in name_add()
723 if (IS_NULL(t)) { in name_add()
744 if (IS_NULL(t)) { in name_add()
1311 if (IS_NULL(p)) { in node_new_backref()
1700 if (IS_NULL(*pbuf)) { in add_code_range_to_buf()
1783 if (IS_NULL(bbuf)) { in not_code_range_buf()
1827 if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) { in or_code_range_buf()
1834 if (IS_NULL(bbuf2)) in or_code_range_buf()
1837 if (IS_NULL(bbuf1)) { in or_code_range_buf()
5389 if (IS_NULL(en)) { in parse_exp()
[all …]
H A Dregcomp.c586 if (IS_NULL(cc->mbuf)) { in compile_length_cclass_node()
617 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()
3310 if (IS_NULL(an)) { in expand_case_fold_string_alt()
3326 if (IS_NULL(xnode)) { in expand_case_fold_string_alt()
3400 if (IS_NULL(root)) { in expand_case_fold_string()
3425 if (IS_NULL(root)) { in expand_case_fold_string()
3434 if (IS_NULL(root)) { in expand_case_fold_string()
3469 if (IS_NULL(root)) { in expand_case_fold_string()
3476 if (IS_NULL(root)) { in expand_case_fold_string()
5481 if (IS_NULL(reg)) in onig_reg_init()
[all …]
H A Dreggnu.c129 if (IS_NULL(*reg)) return ONIGERR_MEMORY; in re_alloc_pattern()
H A Dregexec.c105 if (IS_NULL(parent->childs)) { in history_tree_add_child()
141 if (IS_NULL(child)) { in history_tree_clone()
441 if (IS_NULL(x)) { in stack_double()
457 if (IS_NULL(x)) { in stack_double()
2642 if (IS_NULL(s)) goto fail; in match_at()
2652 if (IS_NULL(q)) { in match_at()
2896 if (IS_NULL(reg->int_map)) { in bm_search_notrev()
2943 if (IS_NULL(reg->int_map)) { in bm_search()
2975 if (IS_NULL(*skip)) { in set_bm_backward_skip()
3307 if (IS_NULL(prev)) goto fail; in backward_search_range()
[all …]
H A Dregsyntax.c225 if (IS_NULL(syntax)) in onig_set_default_syntax()
H A Dregext.c182 if (IS_NULL(*reg)) { in onig_new_deluxe()
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c148 if (destroy && Z_TYPE(token) != IS_NULL) { in tokenize()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c372 mysqlnd_ps_fetch_functions[MYSQL_TYPE_NULL].php_type = IS_NULL; in _mysqlnd_init_ps_fetch_subsystem()
582 …if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_typ… in mysqlnd_stmt_execute_store_params()
656 …if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_typ… in mysqlnd_stmt_execute_store_params()
690 …if (!the_var || (stmt->param_bind[i].type != MYSQL_TYPE_LONG_BLOB && Z_TYPE_P(the_var) == IS_NULL)… in mysqlnd_stmt_execute_store_params()
795 if (stmt->param_bind[i].zv && Z_TYPE_P(data) == IS_NULL) { in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_bt.c68 case IS_NULL: in mysqlnd_build_trace_args()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c531 if (Z_TYPE_P(val) == IS_NULL) { in PHP_to_XMLRPC_worker()
651 Z_TYPE_P(elem) = IS_NULL; in XMLRPC_to_PHP()
736 if (Z_TYPE_P(vals) != IS_NULL) { in PHP_FUNCTION()
1136 …Z_TYPE_P(data.return_data) = IS_NULL; /* in case value is never init'd, we don't dtor to think it… in PHP_FUNCTION()
1137 Z_TYPE_P(data.xmlrpc_method) = IS_NULL; in PHP_FUNCTION()
1417 case IS_NULL: in get_zval_xmlrpc_type()
/PHP-5.5/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp103 if (Z_TYPE_P(return_value) == IS_NULL) { in PHP_METHOD()

Completed in 153 milliseconds

12345