You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* The caller is responsible for passing the parameters, if there are any.
378
-
* If there are any parameters, The way that is done depends on whether the function is declared as ZEND_FASTCALL.
378
+
* If there are any parameters, the way that is done depends on whether the function is declared as ZEND_FASTCALL.
379
379
*
380
-
* With ZEND_FASTCALL: This file's usage of zend_array_count is an example of a single-parameter function getting called.
381
-
* Without ZEND_FASTCALL: This file's usage of zend_interrupt_function is an example of a single-parameter function that is ZEND_FASTCALL getting called.
380
+
* With ZEND_FASTCALL: This file's usage of 'EXT_CALL zend_is_true'
381
+
* is an example of a single-parameter function getting called.
382
+
*
383
+
* Without ZEND_FASTCALL: This file's usage of 'EXT_CALL zend_interrupt_function'
384
+
* is an example of a single-parameter function that is not ZEND_FASTCALL getting called.
0 commit comments