Home
last modified time | relevance | path

Searched refs:UNEXPECTED (Results 51 – 75 of 107) sorted by relevance

12345

/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c478 if (UNEXPECTED(!str)) { in firebird_handle_set_attribute()
492 if (UNEXPECTED(!str)) { in firebird_handle_set_attribute()
506 if (UNEXPECTED(!str)) { in firebird_handle_set_attribute()
/PHP-7.4/Zend/
H A Dzend_opcode.c155 if (UNEXPECTED(ZEND_MAP_PTR(ce->static_members_table) == &ce->default_static_members_table)) { in zend_cleanup_internal_class_data()
161 if (UNEXPECTED(Z_ISREF_P(p))) { in zend_cleanup_internal_class_data()
177 if (UNEXPECTED(Z_ISREF_P(p))) { in zend_cleanup_internal_class_data()
286 if (UNEXPECTED(Z_ISREF_P(p))) { in destroy_zend_class()
820 if (UNEXPECTED(opline->opcode == ZEND_FE_FETCH_R in zend_calc_live_ranges()
H A Dzend_language_scanner.l684 if (UNEXPECTED(filename == &tmp)) { in compile_filename()
764 if (UNEXPECTED(Z_TYPE_P(source_string) != IS_STRING)) { in compile_string()
816 if (UNEXPECTED(Z_TYPE_P(str) != IS_STRING)) { in highlight_string()
823 if (UNEXPECTED(str == &tmp)) { in highlight_string()
835 if (UNEXPECTED(str == &tmp)) { in highlight_string()
914 if (UNEXPECTED(*s=='\\')) { in zend_scan_escape_string()
2266 if (UNEXPECTED(*s=='\\')) {
2757 if (UNEXPECTED(zend_scan_escape_string(zendlval, ZSTR_VAL(copy), ZSTR_LEN(copy), 0) != SUCCESS)) {
H A Dzend_hash.h196 if (UNEXPECTED(Z_TYPE_P(_ret) == IS_UNDEF)) { \
204 if (UNEXPECTED(_ret == NULL)) { \
320 if (UNEXPECTED(HT_HAS_ITERATORS(ht))) { in zend_hash_iterators_update()
924 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
937 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
949 if (UNEXPECTED(j != i)) { \
H A Dzend_builtin_functions.c747 if (UNEXPECTED(!new_val)) { in ZEND_FUNCTION()
1140 if (UNEXPECTED(zval_update_constant_ex(prop, NULL) != SUCCESS)) { in add_class_vars()
1166 if (UNEXPECTED(!(ce->ce_flags & ZEND_ACC_CONSTANTS_UPDATED))) { in ZEND_FUNCTION()
1167 if (UNEXPECTED(zend_update_class_constants(ce) != SUCCESS)) { in ZEND_FUNCTION()
1213 if (UNEXPECTED(Z_ISUNDEF_P(value))) { in ZEND_FUNCTION()
1229 if (UNEXPECTED(!key)) { in ZEND_FUNCTION()
1846 if (UNEXPECTED(symbol_table == NULL)) { in ZEND_FUNCTION()
2119 if (UNEXPECTED(ZEND_CALL_INFO(call) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in debug_backtrace_get_args()
H A Dzend_compile.h796 if (UNEXPECTED(EG(exception))) { \
948 if (UNEXPECTED(arg_num >= zf->common.num_args)) { in zend_check_arg_send_type()
954 return UNEXPECTED((zf->common.arg_info[arg_num].pass_by_reference & mask) != 0); in zend_check_arg_send_type()
H A Dzend_types.h1154 if (UNEXPECTED(Z_ISREF_P(z))) { \
1166 if (UNEXPECTED(Z_OPT_ISREF_P(z))) { \
1190 if (UNEXPECTED(Z_OPT_ISREF_P(_z3))) { \
1218 if (UNEXPECTED(GC_REFCOUNT(_arr) > 1)) { \
/PHP-7.4/ext/json/
H A Djson_encoder.c315 if (UNEXPECTED(us >= 0x80)) { in php_json_escape_string()
320 if (UNEXPECTED(status != SUCCESS)) { in php_json_escape_string()
/PHP-7.4/ext/ffi/
H A Dffi.c1128 if (UNEXPECTED(!ptr)) { in zend_ffi_cdata_read_field()
1134 if (UNEXPECTED(!ptr)) { in zend_ffi_cdata_read_field()
1149 if (UNEXPECTED(!field)) { in zend_ffi_cdata_read_field()
1164 if (UNEXPECTED(!ptr)) { in zend_ffi_cdata_read_field()
1206 if (UNEXPECTED(!ptr)) { in zend_ffi_cdata_write_field()
1212 if (UNEXPECTED(!ptr)) { in zend_ffi_cdata_write_field()
1227 if (UNEXPECTED(!field)) { in zend_ffi_cdata_write_field()
1242 if (UNEXPECTED(!ptr)) { in zend_ffi_cdata_write_field()
1280 && (UNEXPECTED(dim < 0) || UNEXPECTED(type->array.length != 0))) { in zend_ffi_cdata_read_dim()
1343 && (UNEXPECTED(dim < 0) || UNEXPECTED(type->array.length != 0))) { in zend_ffi_cdata_write_dim()
[all …]
/PHP-7.4/ext/standard/
H A Dtype.c56 if (UNEXPECTED(ZEND_REF_HAS_TYPE_SOURCES(Z_REF_P(var)))) { in PHP_FUNCTION()
H A Dstring.c2916 if (UNEXPECTED(trlen < 1)) {
2952 if (UNEXPECTED(trlen < 1)) {
3025 if (UNEXPECTED(!str_key)) {
3029 if (UNEXPECTED(len < 1)) {
3048 if (UNEXPECTED(num_keys)) {
3053 if (UNEXPECTED(!str_key)) {
3056 if (UNEXPECTED(len > slen)) {
3073 if (UNEXPECTED(len > slen)) {
3079 if (UNEXPECTED(!str_key)) {
3500 if (UNEXPECTED(!str_key)) {
[all …]
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_normalize.c65 if (UNEXPECTED(NORMALIZER_NONE == form)) { in intl_normalize()
/PHP-7.4/ext/spl/
H A Dphp_spl.c383 UNEXPECTED(alfi->func_ptr->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in autoload_func_info_dtor()
429 if (UNEXPECTED(func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in PHP_FUNCTION()
638 if (UNEXPECTED(alfi.func_ptr == &EG(trampoline))) { in PHP_FUNCTION()
652 if (UNEXPECTED(alfi.func_ptr->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in PHP_FUNCTION()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c479 if (UNEXPECTED(file_cache_only)) { in accel_new_interned_string()
1131 } else if (UNEXPECTED(is_stream_path(path))) { in accel_make_persistent_key()
1137 } else if (UNEXPECTED(!ZCG(accel_directives).use_cwd)) { in accel_make_persistent_key()
1152 if (UNEXPECTED(!cwd_str)) { in accel_make_persistent_key()
2044 UNEXPECTED(ZCG(accel_directives).validate_permission) && in persistent_compile_file()
2046 UNEXPECTED(check_persistent_script_access(persistent_script))) { in persistent_compile_file()
2888 if (UNEXPECTED(accel_gen_uname_id() == FAILURE)) { in accel_startup()
3518 if (UNEXPECTED(zval_update_constant_ex(val, prop->ce) != SUCCESS)) { in preload_try_resolve_constants()
3530 if (UNEXPECTED(zval_update_constant_ex(val, ce) != SUCCESS)) { in preload_try_resolve_constants()
4374 if (UNEXPECTED(EG(exception))) { in accel_preload()
[all …]
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c198 if (UNEXPECTED(!_str)) { return_fail; } \
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1072 if (UNEXPECTED(!p)) {
1075 if (UNEXPECTED(*p == '.') && *(p+1) == '.' && (!*(p+2) || IS_SLASH(*(p+2)))) {
1081 if (UNEXPECTED(*p == '.')) {
1083 if (UNEXPECTED(*p == '.')) {
1085 if (UNEXPECTED(!*p) || UNEXPECTED(IS_SLASH(*p))) {
/PHP-7.4/ext/dom/
H A Dcharacterdata.c108 if (UNEXPECTED(!str)) { in dom_characterdata_data_write()
H A Dnode.c334 if (UNEXPECTED(!str)) { in dom_node_node_value_write()
724 if (UNEXPECTED(!str)) { in dom_node_prefix_write()
861 if (UNEXPECTED(!str)) { in dom_node_text_content_write()
H A Ddocument.c341 if (UNEXPECTED(!str)) { in dom_document_encoding_write()
438 if (UNEXPECTED(!str)) { in dom_document_version_write()
669 if (UNEXPECTED(!str)) { in dom_document_document_uri_write()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c126 if (UNEXPECTED(!str)) { in xmlreader_get_property_ptr_ptr()
161 if (UNEXPECTED(!str)) { in xmlreader_read_property()
200 if (UNEXPECTED(!str)) { in xmlreader_write_property()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c375 if (UNEXPECTED(EG(exception))) { in _class_string()
1518 if (UNEXPECTED(ZSTR_VAL(fname)[0] == '\\')) { in ZEND_METHOD()
2294 if (UNEXPECTED(!name)) { in ZEND_METHOD()
2307 if (UNEXPECTED(!name)) { in ZEND_METHOD()
3800 if (UNEXPECTED(zend_update_class_constants(ce) != SUCCESS)) { in ZEND_METHOD()
3850 if (UNEXPECTED(zend_update_class_constants(ce) != SUCCESS)) { in ZEND_METHOD()
3889 if (UNEXPECTED(zend_update_class_constants(ce) != SUCCESS)) { in ZEND_METHOD()
3934 if (UNEXPECTED(zend_update_class_constants(ce) != SUCCESS)) { in ZEND_METHOD()
4588 if (UNEXPECTED(object_init_ex(&obj, ce) != SUCCESS)) { in ZEND_METHOD()
4677 if (UNEXPECTED(object_init_ex(return_value, ce) != SUCCESS)) { in ZEND_METHOD()
[all …]
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c767 if (UNEXPECTED(!str)) { in PHP_FUNCTION()
854 if (UNEXPECTED(!str)) { in PHP_FUNCTION()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c315 if (UNEXPECTED(!str)) { in mysqli_read_property()
353 if (UNEXPECTED(!str)) { in mysqli_write_property()
1245 …if (UNEXPECTED(ce->ce_flags & (ZEND_ACC_INTERFACE|ZEND_ACC_TRAIT|ZEND_ACC_IMPLICIT_ABSTRACT_CLASS|… in php_mysqli_fetch_into_hash()
/PHP-7.4/ext/bz2/
H A Dbz2.c617 if (UNEXPECTED(size > SIZE_MAX)) { in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c30 if (UNEXPECTED((size_t)(p - begin) > packet->header.size)) { \
1163 if (UNEXPECTED(len == MYSQLND_NULL_LENGTH)) { \
1235 if (UNEXPECTED(12 != *p)) { in php_mysqlnd_rset_field_read()
1402 if (UNEXPECTED(FAIL == mysqlnd_read_header(pfc, vio, &header, stats, error_info))) { in php_mysqlnd_read_row_ex()
1411 …if (UNEXPECTED(PASS != (ret = pfc->data->m.receive(pfc, vio, p, header.size, stats, error_info))))… in php_mysqlnd_read_row_ex()

Completed in 171 milliseconds

12345