mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Zend: Use ZEND_FCI_INITIALIZED() macro to check if an FCI is initialized (#17291)
This commit is contained in:
parent
47b7779329
commit
b4f275f9f8
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_
|
||||||
return SUCCESS; /* we would result in an unstable executor otherwise */
|
return SUCCESS; /* we would result in an unstable executor otherwise */
|
||||||
}
|
}
|
||||||
|
|
||||||
ZEND_ASSERT(fci->size == sizeof(zend_fcall_info));
|
ZEND_ASSERT(ZEND_FCI_INITIALIZED(*fci));
|
||||||
|
|
||||||
if (!fci_cache || !fci_cache->function_handler) {
|
if (!fci_cache || !fci_cache->function_handler) {
|
||||||
char *error = NULL;
|
char *error = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue