Searched refs:num_errors (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/mbstring/ |
H A D | mb_gpc.c | 250 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 D | mbstring.c | 463 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 2663 unsigned int num_errors = 0; in php_mb_convert_encoding_ex() local 2665 MBSTRG(illegalchars) += num_errors; in php_mb_convert_encoding_ex() 4359 unsigned int num_errors = 0; in PHP_FUNCTION() local [all …]
|
/PHP-8.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.h | 84 …t mbfl_encoding *to, uint32_t replacement_char, unsigned int error_mode, unsigned int *num_errors);
|
H A D | mbfl_convert.c | 325 …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 D | zend.c | 818 executor_globals->num_errors = 0; in executor_globals_ctor() 1410 EG(num_errors)++; in zend_error_zstr_at() 1412 EG(errors)[EG(num_errors)-1] = info; in zend_error_zstr_at() 1486 orig_num_errors = EG(num_errors); in zend_error_zstr_at() 1489 EG(num_errors) = 0; in zend_error_zstr_at() 1495 EG(num_errors) = orig_num_errors; in zend_error_zstr_at() 1688 EG(num_errors) = 0; in zend_begin_record_errors() 1695 for (uint32_t i = 0; i < EG(num_errors); i++) { in zend_emit_recorded_errors() 1703 if (!EG(num_errors)) { in zend_free_recorded_errors() 1707 for (uint32_t i = 0; i < EG(num_errors); i++) { in zend_free_recorded_errors() [all …]
|
H A D | zend_globals.h | 288 uint32_t num_errors; member
|
H A D | zend_execute_API.c | 196 EG(num_errors) = 0; in init_executor()
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 1848 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 D | exif.c | 1989 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 62 milliseconds