mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
This commit is contained in:
parent
8cce5b2641
commit
4a2e40bb86
169 changed files with 3285 additions and 3175 deletions
|
@ -440,7 +440,7 @@ MYSQLND_METHOD(mysqlnd_debug, close)(MYSQLND_DEBUG * self)
|
|||
" min_own=%5llu max_own=%7llu avg_own=%7llu "
|
||||
" min_in_calls=%5llu max_in_calls=%7llu avg_in_calls=%7llu"
|
||||
" min_total=%5llu max_total=%7llu avg_total=%7llu"
|
||||
,string_key->val
|
||||
,ZSTR_VAL(string_key)
|
||||
,(uint64_t) f_profile->calls
|
||||
,(uint64_t) f_profile->own_underporm_calls
|
||||
,(uint64_t) f_profile->in_calls_underporm_calls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue