Home
last modified time | relevance | path

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

1234

/PHP-5.3/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.3/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.c174 case IS_NULL: in convert_scalar_to_number()
340 case IS_NULL: in convert_to_long_base()
400 case IS_NULL: in convert_to_double()
473 Z_TYPE_P(op) = IS_NULL; in convert_to_null()
484 case IS_NULL: in convert_to_boolean()
547 case IS_NULL: in _convert_to_string()
676 case IS_NULL: in convert_to_array()
700 case IS_NULL: in convert_to_object()
1408 case TYPE_PAIR(IS_NULL, IS_NULL): in compare_function()
1565 case IS_NULL: in is_identical_function()
[all …]
H A Dzend_execute.c431 if (Z_TYPE_PP(object_ptr) == IS_NULL in make_real_object()
502 } else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) { in zend_verify_arg_type()
510 if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { in zend_verify_arg_type()
534 if (Z_TYPE_P(object) == IS_NULL || in zend_assign_to_object()
805 case IS_NULL: in zend_fetch_dimension_address_inner()
909 case IS_NULL: in zend_fetch_dimension_address()
949 case IS_NULL: in zend_fetch_dimension_address()
1051 case IS_NULL: in zend_fetch_dimension_address_read()
1067 case IS_NULL: in zend_fetch_dimension_address_read()
1151 ((Z_TYPE_P(container) == IS_NULL || in zend_fetch_property_address()
H A Dzend_gc.c704 Z_TYPE(p->z) = IS_NULL; in gc_collect_cycles()
708 Z_TYPE(p->z) = IS_NULL; in gc_collect_cycles()
713 Z_TYPE(p->z) = IS_NULL; in gc_collect_cycles()
H A Dzend_interfaces.c217 case IS_NULL: in zend_user_it_get_current_key()
439 case IS_NULL: in zend_user_serialize()
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_statement.c109 if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
135 } else if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
156 if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
/PHP-5.3/ext/standard/
H A Dtype.c35 case IS_NULL: in PHP_FUNCTION()
239 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL); in PHP_FUNCTION()
H A Dvar.c103 case IS_NULL: in php_var_dump()
256 case IS_NULL: in php_debug_zval_dump()
437 case IS_NULL: in php_var_export_ex()
725 case IS_NULL: in php_var_serialize_intern()
H A Dhttp.c138 } else if (Z_TYPE_PP(zdata) == IS_NULL || Z_TYPE_PP(zdata) == IS_RESOURCE) { in php_url_encode_hash_ex()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h252 #define IS_NULL(p) (((void*)(p)) == (void*)0) macro
254 #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL
255 #define CHECK_NULL_RETURN_VAL(p,val) if (IS_NULL(p)) return (val)
462 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
468 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
476 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
H A Dregparse.c729 if (IS_NULL(e)) { in name_add()
731 if (IS_NULL(t)) { in name_add()
750 if (IS_NULL(t)) { in name_add()
1172 if (IS_NULL(mbr)) { in node_new_cclass_by_codepoint_range()
1292 if (IS_NULL(p)) { in node_new_backref()
1675 if (IS_NULL(*pbuf)) { in add_code_range_to_buf()
1758 if (IS_NULL(bbuf)) { in not_code_range_buf()
1802 if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) { in or_code_range_buf()
1809 if (IS_NULL(bbuf2)) in or_code_range_buf()
1812 if (IS_NULL(bbuf1)) { in or_code_range_buf()
[all …]
H A Dregsyntax.c146 if (IS_NULL(syntax)) in onig_set_default_syntax()
H A Dregexec.c103 if (IS_NULL(parent->childs)) { in history_tree_add_child()
139 if (IS_NULL(child)) { in history_tree_clone()
496 if (IS_NULL(x)) { in stack_double()
512 if (IS_NULL(x)) { in stack_double()
1380 if (IS_NULL(cc->mbuf)) { in is_code_in_cc()
2823 if (IS_NULL(s)) goto fail; in match_at()
2833 if (IS_NULL(q)) { in match_at()
3083 if (IS_NULL(reg->int_map)) { in bm_search_notrev()
3132 if (IS_NULL(reg->int_map)) { in bm_search()
3163 if (IS_NULL(*skip)) { in set_bm_backward_skip()
[all …]
H A Dregcomp.c126 if (IS_NULL(buf->p)) return(ONIGERR_MEMORY); in onig_bbuf_init()
566 if (IS_NULL(cc->mbuf)) { in compile_length_cclass_node()
597 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()
1793 if (IS_NULL(bn->back_dynamic)) in renumber_node_backref()
3061 if (IS_NULL(cn->target)) { in setup_subexp_call()
3705 if (IS_NULL(*int_skip)) { in set_bm_skip()
5085 if (IS_NULL(reg->p)) goto mem_error;
5091 if (IS_NULL(reg->exact)) goto mem_error;
5099 if (IS_NULL(reg->int_map)) goto mem_error;
5356 if (IS_NULL(*reg)) return ONIGERR_MEMORY; in onig_alloc_init()
[all …]
/PHP-5.3/ext/tokenizer/
H A Dtokenizer.c148 if (destroy && Z_TYPE(token) != IS_NULL) { in tokenize()
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c531 if (Z_TYPE_P(val) == IS_NULL) { in PHP_to_XMLRPC_worker()
642 Z_TYPE_P(elem) = IS_NULL; in XMLRPC_to_PHP()
727 if (Z_TYPE_P(vals) != IS_NULL) { in PHP_FUNCTION()
1127 …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()
1128 Z_TYPE_P(data.xmlrpc_method) = IS_NULL; in PHP_FUNCTION()
1408 case IS_NULL: in get_zval_xmlrpc_type()
1455 if ((type == xmlrpc_base64 && Z_TYPE_P(value) != IS_NULL) || type == xmlrpc_datetime) { in get_zval_xmlrpc_type()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c443 mysqlnd_ps_fetch_functions[MYSQL_TYPE_NULL].php_type = IS_NULL; in _mysqlnd_init_ps_fetch_subsystem()
651 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && in mysqlnd_stmt_execute_store_params()
706 …if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_typ… in mysqlnd_stmt_execute_store_params()
741 …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()
856 if (stmt->param_bind[i].zv && Z_TYPE_P(data) == IS_NULL) { in mysqlnd_stmt_execute_store_params()
/PHP-5.3/ext/json/
H A Djson.c437 case IS_NULL: in php_json_encode()
545 if (Z_TYPE_P(return_value) != IS_NULL) { in php_json_decode()
/PHP-5.3/ext/soap/
H A Dsoap.c967 if (Z_TYPE_P(code) == IS_NULL) { in PHP_METHOD()
1063 if (Z_TYPE_P(type) == IS_NULL) { in PHP_METHOD()
1308 } else if (Z_TYPE_P(wsdl) == IS_NULL) { in PHP_METHOD()
1318 if (Z_TYPE_P(wsdl) != IS_NULL) { in PHP_METHOD()
1936 Z_TYPE_PP(tmp) != IS_NULL) {
1952 Z_TYPE_PP(tmp) != IS_NULL) {
2537 if (Z_TYPE_P(wsdl) == IS_NULL) {
2700 if (Z_TYPE_P(wsdl) != IS_NULL) {
4199 Z_TYPE_PP(tmp) != IS_NULL) {
4244 Z_TYPE_PP(tmp) != IS_NULL) {
[all …]
H A Dphp_encoding.c139 if (!zval || Z_TYPE_P(zval) == IS_NULL) { \
150 {{IS_NULL, "nil", XSI_NAMESPACE, NULL}, to_zval_null, to_xml_null},
1717 Z_TYPE_P(data) == IS_NULL && in model_to_xml_object()
1754 if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) { in model_to_xml_object()
1913 if (!data || Z_TYPE_P(data) == IS_NULL) { in to_xml_object()
1998 if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) { in to_xml_object()
2119 enc = get_conversion(IS_NULL); in guess_array_map()
2317 if (!data || Z_TYPE_P(data) == IS_NULL) { in to_xml_array()
2908 enc = get_conversion(IS_NULL); in guess_xml_convert()
2930 enc = get_conversion(IS_NULL); in guess_zval_convert()
[all …]
/PHP-5.3/ext/pgsql/
H A Dpgsql.c5272 case IS_NULL:
5314 case IS_NULL:
5355 case IS_NULL:
5406 case IS_NULL:
5448 case IS_NULL:
5480 case IS_NULL:
5513 case IS_NULL:
5544 case IS_NULL:
5575 case IS_NULL:
5654 case IS_NULL:
[all …]
/PHP-5.3/ext/interbase/
H A Dphp_ibase_udf.c324 case IS_NULL: in call_php()
/PHP-5.3/ext/spl/
H A Dspl_array.c325 case IS_NULL: in spl_array_get_dimension_ptr_ptr()
491 case IS_NULL: in spl_array_write_dimension_ex()
598 return Z_TYPE_PP(tmp) != IS_NULL; in spl_array_has_dimension_ex()
621 return Z_TYPE_PP(tmp) != IS_NULL; in spl_array_has_dimension_ex()
1412 Z_TYPE_P(tmp) = IS_NULL; in spl_array_method()
1425 Z_TYPE_P(tmp) = IS_NULL; /* we want to destroy the zval, not the hashtable */ in spl_array_method()
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c265 if (Z_TYPE(stmt->lazy_object_ref) == IS_NULL) { in get_lazy_object()
573 if (Z_TYPE_P(dest) == IS_NULL) { in fetch_value()
683 if (Z_TYPE_P(dest) == IS_NULL && stmt->dbh->oracle_nulls == PDO_NULL_TO_STRING) { in fetch_value()
952 if (Z_TYPE(val) != IS_NULL) { in do_fetch()
1366 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1462 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1997 if (Z_TYPE_PP(args[skip+2]) != IS_NULL && Z_TYPE_PP(args[skip+2]) != IS_ARRAY) { in pdo_stmt_setup_fetch_mode()

Completed in 150 milliseconds

1234