Home
last modified time | relevance | path

Searched refs:num_errors (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/mbstring/
H A Dmb_gpc.c267 unsigned int num_errors = 0; in _php_mb_encoding_handler_ex() local
268 …oding, MBSTRG(current_filter_illegal_substchar), MBSTRG(current_filter_illegal_mode), &num_errors); in _php_mb_encoding_handler_ex()
269 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
272 num_errors = 0; in _php_mb_encoding_handler_ex()
273 …oding, MBSTRG(current_filter_illegal_substchar), MBSTRG(current_filter_illegal_mode), &num_errors); in _php_mb_encoding_handler_ex()
274 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
H A Dmbstring.c2568 unsigned int num_errors = 0; in php_mb_convert_encoding_ex() local
2569 …oding, MBSTRG(current_filter_illegal_substchar), MBSTRG(current_filter_illegal_mode), &num_errors); in php_mb_convert_encoding_ex()
2570 MBSTRG(illegalchars) += num_errors; in php_mb_convert_encoding_ex()
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h84 …t mbfl_encoding *to, uint32_t replacement_char, unsigned int error_mode, unsigned int *num_errors);
H A Dmbfl_convert.c347 …st mbfl_encoding *to, uint32_t replacement_char, unsigned int error_mode, unsigned int *num_errors) in mb_fast_convert() argument
367 *num_errors = buf.errors; in mb_fast_convert()
/PHP-8.2/Zend/
H A Dzend.c804 executor_globals->num_errors = 0; in executor_globals_ctor()
1391 EG(num_errors)++; in zend_error_zstr_at()
1393 EG(errors)[EG(num_errors)-1] = info; in zend_error_zstr_at()
1467 orig_num_errors = EG(num_errors); in zend_error_zstr_at()
1470 EG(num_errors) = 0; in zend_error_zstr_at()
1476 EG(num_errors) = orig_num_errors; in zend_error_zstr_at()
1669 EG(num_errors) = 0; in zend_begin_record_errors()
1676 for (uint32_t i = 0; i < EG(num_errors); i++) { in zend_emit_recorded_errors()
1684 if (!EG(num_errors)) { in zend_free_recorded_errors()
1688 for (uint32_t i = 0; i < EG(num_errors); i++) { in zend_free_recorded_errors()
[all …]
H A Dzend_globals.h269 uint32_t num_errors; member
H A Dzend_execute_API.c195 EG(num_errors) = 0; in init_executor()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c1860 new_persistent_script->num_warnings = EG(num_errors); in opcache_compile_file()
1862 EG(num_errors) = 0; in opcache_compile_file()
2392 zend_persist_warnings_calc(EG(num_errors), EG(errors)); in zend_accel_inheritance_cache_add()
2449 entry->num_warnings = EG(num_errors); in zend_accel_inheritance_cache_add()
2450 entry->warnings = zend_persist_warnings(EG(num_errors), EG(errors)); in zend_accel_inheritance_cache_add()
2454 EG(num_errors) = 0; in zend_accel_inheritance_cache_add()
3981 ZEND_ASSERT(EG(num_errors) > 0);
3982 zend_hash_update_ptr(&errors, key, EG(errors)[EG(num_errors)-1]);
3983 EG(num_errors)--;
/PHP-8.2/ext/exif/
H A Dexif.c2001 int num_errors; member
2020 if (++ImageInfo->num_errors > EXIF_MAX_ERRORS) { in exif_error_docref()
2021 if (ImageInfo->num_errors == EXIF_MAX_ERRORS+1) { in exif_error_docref()
4462 ImageInfo->num_errors = 0; in exif_read_from_impl()

Completed in 57 milliseconds