Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmb_gpc.c250 unsigned int num_errors = 0; in _php_mb_encoding_handler_ex() local
251 …oding, MBSTRG(current_filter_illegal_substchar), MBSTRG(current_filter_illegal_mode), &num_errors); in _php_mb_encoding_handler_ex()
252 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
255 num_errors = 0; in _php_mb_encoding_handler_ex()
256 …oding, MBSTRG(current_filter_illegal_substchar), MBSTRG(current_filter_illegal_mode), &num_errors); in _php_mb_encoding_handler_ex()
257 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
H A Dmbstring.c463 unsigned int num_errors = 0; in php_mb_zend_encoding_converter() local
1902 unsigned int num_errors = 0; in mb_find_strpos() local
2251 unsigned int num_errors = 0; in PHP_FUNCTION() local
2253 if (!num_errors && !ZSTR_IS_INTERNED(haystack)) { in PHP_FUNCTION()
2261 unsigned int num_errors = 0; in PHP_FUNCTION() local
2263 if (!num_errors && !ZSTR_IS_INTERNED(needle)) { in PHP_FUNCTION()
2268 unsigned int num_errors = 0; in PHP_FUNCTION() local
2653 unsigned int num_errors = 0; in php_mb_convert_encoding_ex() local
2655 MBSTRG(illegalchars) += num_errors; in php_mb_convert_encoding_ex()
4334 unsigned int num_errors = 0; in PHP_FUNCTION() local
[all …]
/PHP-8.3/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.c325 …st mbfl_encoding *to, uint32_t replacement_char, unsigned int error_mode, unsigned int *num_errors) in mb_fast_convert() argument
345 *num_errors = buf.errors; in mb_fast_convert()
/PHP-8.3/Zend/
H A Dzend.c818 executor_globals->num_errors = 0; in executor_globals_ctor()
1408 EG(num_errors)++; in zend_error_zstr_at()
1410 EG(errors)[EG(num_errors)-1] = info; in zend_error_zstr_at()
1484 orig_num_errors = EG(num_errors); in zend_error_zstr_at()
1487 EG(num_errors) = 0; in zend_error_zstr_at()
1493 EG(num_errors) = orig_num_errors; in zend_error_zstr_at()
1686 EG(num_errors) = 0; in zend_begin_record_errors()
1693 for (uint32_t i = 0; i < EG(num_errors); i++) { in zend_emit_recorded_errors()
1701 if (!EG(num_errors)) { in zend_free_recorded_errors()
1705 for (uint32_t i = 0; i < EG(num_errors); i++) { in zend_free_recorded_errors()
[all …]
H A Dzend_globals.h288 uint32_t num_errors; member
H A Dzend_execute_API.c196 EG(num_errors) = 0; in init_executor()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c1848 new_persistent_script->num_warnings = EG(num_errors); in opcache_compile_file()
1850 EG(num_errors) = 0; in opcache_compile_file()
2366 zend_persist_warnings_calc(EG(num_errors), EG(errors)); in zend_accel_inheritance_cache_add()
2423 entry->num_warnings = EG(num_errors); in zend_accel_inheritance_cache_add()
2424 entry->warnings = zend_persist_warnings(EG(num_errors), EG(errors)); in zend_accel_inheritance_cache_add()
2428 EG(num_errors) = 0; in zend_accel_inheritance_cache_add()
3957 ZEND_ASSERT(EG(num_errors) > 0);
3958 zend_hash_update_ptr(&errors, key, EG(errors)[EG(num_errors)-1]);
3959 EG(num_errors)--;
/PHP-8.3/ext/exif/
H A Dexif.c1989 int num_errors; member
2008 if (++ImageInfo->num_errors > EXIF_MAX_ERRORS) { in exif_error_docref()
2009 if (ImageInfo->num_errors == EXIF_MAX_ERRORS+1) { in exif_error_docref()
4442 ImageInfo->num_errors = 0; in exif_read_from_impl()

Completed in 83 milliseconds