Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmb_gpc.c251 unsigned int num_errors = 0; in _php_mb_encoding_handler_ex() local
252 …oding, MBSTRG(current_filter_illegal_substchar), MBSTRG(current_filter_illegal_mode), &num_errors); in _php_mb_encoding_handler_ex()
253 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
256 num_errors = 0; in _php_mb_encoding_handler_ex()
257 …oding, MBSTRG(current_filter_illegal_substchar), MBSTRG(current_filter_illegal_mode), &num_errors); in _php_mb_encoding_handler_ex()
258 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
H A Dmbstring.c459 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
2695 unsigned int num_errors = 0; in php_mb_convert_encoding_ex() local
2697 MBSTRG(illegalchars) += num_errors; in php_mb_convert_encoding_ex()
4591 unsigned int num_errors = 0; in PHP_FUNCTION() local
[all …]
/php-src/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.c324 …st mbfl_encoding *to, uint32_t replacement_char, unsigned int error_mode, unsigned int *num_errors) in mb_fast_convert() argument
344 *num_errors = buf.errors; in mb_fast_convert()
/php-src/Zend/
H A Dzend.c816 executor_globals->num_errors = 0; in executor_globals_ctor()
1425 EG(num_errors)++; in zend_error_zstr_at()
1427 EG(errors)[EG(num_errors)-1] = info; in zend_error_zstr_at()
1501 orig_num_errors = EG(num_errors); in zend_error_zstr_at()
1504 EG(num_errors) = 0; in zend_error_zstr_at()
1510 EG(num_errors) = orig_num_errors; in zend_error_zstr_at()
1707 EG(num_errors) = 0; in zend_begin_record_errors()
1714 for (uint32_t i = 0; i < EG(num_errors); i++) { in zend_emit_recorded_errors()
1722 if (!EG(num_errors)) { in zend_free_recorded_errors()
1726 for (uint32_t i = 0; i < EG(num_errors); i++) { in zend_free_recorded_errors()
[all …]
H A Dzend_globals.h289 uint32_t num_errors; member
H A Dzend_execute_API.c197 EG(num_errors) = 0; in init_executor()
/php-src/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()
3961 ZEND_ASSERT(EG(num_errors) > 0);
3962 zend_hash_update_ptr(&errors, key, EG(errors)[EG(num_errors)-1]);
3963 EG(num_errors)--;
/php-src/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 200 milliseconds