Home
last modified time | relevance | path

Searched refs:IS_UNDEF (Results 51 – 73 of 73) sorted by relevance

123

/PHP-8.0/main/streams/
H A Dstreams.c505 if (Z_TYPE(stream->wrapperdata) != IS_UNDEF) { in _php_stream_free()
2225 if (Z_TYPE(context->options) != IS_UNDEF) {
/PHP-8.0/Zend/
H A Dzend_operators.c629 case IS_UNDEF: in _convert_to_string()
795 case IS_UNDEF: in zval_get_long_func()
889 case IS_UNDEF: in __zval_get_string_func()
H A Dzend_compile.c229 {NULL, 0, IS_UNDEF}
5268 zend_uchar common_type = IS_UNDEF; in determine_switch_jumptable_type()
5281 return IS_UNDEF; in determine_switch_jumptable_type()
5287 return IS_UNDEF; in determine_switch_jumptable_type()
5290 if (common_type == IS_UNDEF) { in determine_switch_jumptable_type()
5294 return IS_UNDEF; in determine_switch_jumptable_type()
5300 return IS_UNDEF; in determine_switch_jumptable_type()
5344 if (jumptable_type != IS_UNDEF && should_use_jumptable(cases, jumptable_type)) { in zend_compile_switch()
6449 uint32_t default_type = *default_ast_ptr ? Z_TYPE(default_node.u.constant) : IS_UNDEF; in zend_compile_params()
6459 if (default_type != IS_UNDEF && default_type != IS_CONSTANT_AST && !force_nullable in zend_compile_params()
H A Dzend_language_scanner.l3041 ZEND_ASSERT(Z_TYPE_P(zendlval) != IS_UNDEF);
H A Dzend_ast.c443 case IS_UNDEF: in zend_ast_add_array_element()
H A Dzend_API.c3699 if (!retval_ptr && Z_TYPE(retval) != IS_UNDEF) { in zend_fcall_info_call()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c71 if (old_opline->result_type != IS_UNDEF) { in zend_jit_leave_nested_func_helper()
H A Dzend_jit_trace.c1495 && op_type == IS_UNDEF in zend_jit_trace_build_tssa()
4859 if (op1_type == IS_UNDEF) { in zend_jit_trace()
4923 if (op1_type == IS_UNDEF) { in zend_jit_trace()
5244 if (opline->result_type == IS_UNDEF) { in zend_jit_trace()
6353 || init_opline->op1_type == IS_UNDEF) in zend_jit_trace()
6380 SET_STACK_TYPE(call->stack, i, IS_UNDEF, 1); in zend_jit_trace()
7099 if (type == IS_UNDEF) { in zend_jit_dump_exit_info()
7655 if (UNEXPECTED(Z_TYPE_P(val) == IS_UNDEF)) { in zend_jit_trace_exit()
H A Dzend_jit.c3054 if (opline->result_type == IS_UNDEF) { in zend_jit()
/PHP-8.0/ext/phar/
H A Dphar_object.c59 if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_UNDEF) { in phar_mung_server_vars()
605 if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) != IS_UNDEF) { in PHP_METHOD()
689 if (Z_TYPE_P(rewrite_fci.retval) == IS_UNDEF || Z_TYPE(retval) == IS_UNDEF) { in PHP_METHOD()
H A Dstream.c214 …if (context && Z_TYPE(context->options) != IS_UNDEF && (pzoption = zend_hash_str_find(HASH_OF(&con… in phar_wrapper_open_url()
/PHP-8.0/main/
H A Doutput.c968 #define PHP_OUTPUT_USER_SUCCESS(retval) ((Z_TYPE(retval) != IS_UNDEF) && !(Z_TYPE(retval) == IS_FAL… in php_output_handler_op()
/PHP-8.0/ext/opcache/
H A Dzend_persist.c141 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_hash_persist()
H A DZendAccelerator.c4484 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
4607 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) {
4612 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
/PHP-8.0/ext/curl/
H A Dinterface.c1252 if (Z_TYPE_P(postfields) != IS_UNDEF) { in curl_clone_obj()
2198 if (Z_TYPE_P(postfields) != IS_UNDEF) { in PHP_FUNCTION()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_watch.c1042 } else if (Z_TYPE_P(watch->addr.zv) == IS_UNDEF) {
/PHP-8.0/ext/soap/
H A Dsoap.c807 } else if (enc->details.map && Z_TYPE(enc->details.map->to_xml) != IS_UNDEF) { in soap_create_typemap()
813 } else if (enc->details.map && Z_TYPE(enc->details.map->to_zval) != IS_UNDEF) { in soap_create_typemap()
2977 if (fault_detail != NULL && Z_TYPE_P(fault_detail) != IS_UNDEF) {
H A Dphp_sdl.c280 if (Z_TYPE(context) != IS_UNDEF) { in sdl_set_uri_credentials()
308 if (Z_TYPE(ctx->old_header) != IS_UNDEF) { in sdl_restore_uri_credentials()
H A Dphp_encoding.c602 if (type && type->map && Z_TYPE(type->map->to_xml) != IS_UNDEF) { in to_xml_user()
630 if (type && type->map && Z_TYPE(type->map->to_zval) != IS_UNDEF) { in to_zval_user()
/PHP-8.0/ext/standard/
H A Dfile.c134 if (Z_TYPE(context->options) != IS_UNDEF) { in ZEND_RSRC_DTOR_FUNC()
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c2169 if (Z_TYPE(retval) != IS_UNDEF) { in php_cli_server_dispatch_router()
/PHP-8.0/ext/ffi/
H A Dffi.c3001 while (Z_TYPE(b->val) == IS_UNDEF) { in zend_ffi_same_types()
3035 while (Z_TYPE(b->val) == IS_UNDEF) { in zend_ffi_same_types()
/PHP-8.0/ext/date/
H A Dphp_date.c1446 if (Z_TYPE(iterator->current) != IS_UNDEF) { in date_period_it_invalidate_current()

Completed in 218 milliseconds

123