Home
last modified time | relevance | path

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

1234

/PHP-7.4/Zend/
H A Dzend_type_info.h25 #define MAY_BE_NULL (1 << IS_NULL)
H A Dzend_operators.c178 case IS_NULL: in _convert_scalar_to_number()
223 case IS_NULL: in _zendi_convert_scalar_to_number_ex()
334 case IS_NULL: in convert_to_long_base()
395 case IS_NULL: in convert_to_double()
464 case IS_NULL: in convert_to_boolean()
539 case IS_NULL: in _convert_to_string()
657 case IS_NULL: in convert_to_array()
695 case IS_NULL: in convert_to_object()
765 case IS_NULL: in _zval_get_long_func_ex()
834 case IS_NULL: in zval_get_double_func()
[all …]
H A Dzend_API.h659 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z) == IS_NULL)
1566 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_bool()
1582 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_long()
1600 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_double()
1613 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_str()
1669 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_array()
1691 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_array_ht()
1704 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_object()
1716 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_resource()
1726 if (check_null && UNEXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_func()
[all …]
H A Dzend_objects_API.c164 if (UNEXPECTED(GC_TYPE(object) == IS_NULL)) { in zend_objects_store_del()
H A Dzend_execute.c826 if (Z_TYPE(constant) == IS_NULL) { in is_null_constant()
1409 case IS_NULL: in zend_check_string_offset()
2097 return IS_NULL; in slow_index_convert()
2100 return IS_NULL; in slow_index_convert()
2104 case IS_NULL: in slow_index_convert()
2122 return IS_NULL; in slow_index_convert()
2424 case IS_NULL: in zend_fetch_dimension_address_read()
2532 } else if (Z_TYPE_P(offset) == IS_NULL) { in zend_find_array_dim_slow()
2651 } else if (Z_TYPE_P(key) <= IS_NULL) { in zend_array_key_exists_fast()
2682 return IS_NULL; in zend_array_key_exists_slow()
[all …]
H A Dzend_exceptions.c106 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous()
320 if (Z_TYPE_P(pvalue) != IS_NULL && Z_TYPE_P(pvalue) != type) { \
335 if (pvalue && Z_TYPE_P(pvalue) != IS_NULL && (Z_TYPE_P(pvalue) != IS_OBJECT || in ZEND_METHOD()
516 case IS_NULL: in _build_trace_args()
H A Dzend_closures.c217 } else if (Z_TYPE_P(scope_arg) == IS_NULL) { in ZEND_METHOD()
606 *table = Z_TYPE(closure->this_ptr) != IS_NULL ? &closure->this_ptr : NULL; in zend_closure_get_gc()
607 *n = Z_TYPE(closure->this_ptr) != IS_NULL ? 1 : 0; in zend_closure_get_gc()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.h44 …v) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv) == IS_NULL); \
66 } else if (Z_TYPE_P(zv) == IS_NULL) { \
90 } else if (Z_TYPE_P(zv) == IS_NULL) { \
108 …) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv) == IS_NULL) { \
126 …) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv) == IS_NULL) { \
H A Dsccp.c411 case IS_NULL: in fetch_array_elem()
494 case IS_NULL: in ct_eval_del_array_elem()
530 case IS_NULL: in ct_eval_add_array_elem()
586 case IS_NULL: in ct_eval_assign_dim()
689 case IS_NULL: in ct_eval_assign_obj()
911 && Z_TYPE_P(args[0]) != IS_NULL)) { in ct_eval_func_call()
1142 || Z_TYPE_P(op1) == IS_NULL in sccp_visit_instr()
1237 || Z_TYPE_P(op1) == IS_NULL in sccp_visit_instr()
1326 if (result && Z_TYPE_P(result) == IS_NULL) { in sccp_visit_instr()
1409 if (Z_TYPE_P(result) == IS_NULL) { in sccp_visit_instr()
[all …]
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_helpers.cpp44 if (calendar_zv == NULL || Z_TYPE_P(calendar_zv) == IS_NULL) { in datefmt_process_calendar_arg()
H A Ddateformat_create.cpp113 explicit_tz = timezone_zv != NULL && Z_TYPE_P(timezone_zv) != IS_NULL; in datefmt_ctor()
H A Ddateformat_format_object.cpp91 if (format == NULL || Z_TYPE_P(format) == IS_NULL) { in PHP_FUNCTION()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_statement.c153 if (Z_TYPE_P(parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
189 } else if (Z_TYPE_P(parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
216 if (Z_TYPE_P(parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
/PHP-7.4/win32/
H A Dsignal.c112 if (IS_NULL == Z_TYPE_P(handler)) { in PHP_FUNCTION()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c72 Z_TYPE_INFO(zv[6]) = IS_NULL; in phpdbg_webdata_compress()
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp74 variant > 0 && Z_TYPE(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body()
/PHP-7.4/ext/standard/
H A Dtype.c230 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL); in PHP_FUNCTION()
H A Dhttp.c159 } else if (Z_TYPE_P(zdata) == IS_NULL || Z_TYPE_P(zdata) == IS_RESOURCE) { in php_url_encode_hash_ex()
H A Dvar.c114 case IS_NULL: in php_var_dump()
303 case IS_NULL: in php_debug_zval_dump()
497 case IS_NULL: in php_var_export_ex()
989 case IS_NULL: in php_var_serialize_intern()
H A Dpassword.c149 case IS_NULL: in php_password_get_salt()
563 if (!arg || (Z_TYPE_P(arg) == IS_NULL)) { in php_password_algo_find_zval_ex()
/PHP-7.4/ext/soap/
H A Dsoap.c871 if (Z_TYPE_P(code) == IS_NULL) { in PHP_METHOD()
971 if (Z_TYPE_P(type) == IS_NULL) { in PHP_METHOD()
1200 } else if (Z_TYPE_P(wsdl) == IS_NULL) { in PHP_METHOD()
1209 if (Z_TYPE_P(wsdl) != IS_NULL) { in PHP_METHOD()
1805 Z_TYPE_P(tmp) != IS_NULL) {
2303 if (Z_TYPE_P(wsdl) == IS_NULL) {
2472 } else if (Z_TYPE_P(wsdl) == IS_NULL) {
2478 if (Z_TYPE_P(wsdl) != IS_NULL) {
4028 Z_TYPE_P(tmp) != IS_NULL) {
4072 Z_TYPE_P(tmp) != IS_NULL) {
[all …]
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c614 if (Z_TYPE_P(parameter) == IS_NULL) { in firebird_stmt_param_hook()
669 case IS_NULL: in firebird_stmt_param_hook()
720 case IS_NULL: in firebird_stmt_param_hook()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5964 case IS_NULL:
6008 case IS_NULL:
6058 case IS_NULL:
6120 case IS_NULL:
6162 case IS_NULL:
6201 case IS_NULL:
6236 case IS_NULL:
6269 case IS_NULL:
6302 case IS_NULL:
6678 case IS_NULL:
[all …]
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp268 if (Z_TYPE_P(arg) == IS_NULL) { in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c402 mysqlnd_ps_fetch_functions[MYSQL_TYPE_NULL].php_type = IS_NULL; in _mysqlnd_init_ps_fetch_subsystem()
714 if ((stmt->param_bind[i].type != MYSQL_TYPE_LONG_BLOB && Z_TYPE_P(the_var) == IS_NULL)) { in mysqlnd_stmt_execute_calculate_param_values_size()
806 if (!Z_ISUNDEF_P(parameter) && Z_TYPE_P(data) == IS_NULL) { in mysqlnd_stmt_execute_store_param_values()

Completed in 102 milliseconds

1234