I have observed the use of native PHP functions twice after updating to PHP 8.2:
I’m using xhproff. Columns: Name Calls Calls%
I don’t know what is function with ‘@1’, but the number of function calls in my project has increased a lot.
Is it possible to disable the functions from ‘@1’?
Maybe someone knows what they are and why they appeared?
I am 100% sure that they were not there before the php update.