Home
last modified time | relevance | path

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

/PHP-7.3/ext/interbase/
H A Dibase_events.c267 zval *args, *cb_arg; in PHP_FUNCTION() local
294 cb_arg = &args[1]; in PHP_FUNCTION()
311 cb_arg = &args[0]; in PHP_FUNCTION()
320 if (!zend_is_callable(cb_arg, 0, NULL)) { in PHP_FUNCTION()
321 zend_string *cb_name = zend_get_callable_name(cb_arg); in PHP_FUNCTION()
337 ZVAL_DUP(&event->callback, cb_arg); in PHP_FUNCTION()

Completed in 4 milliseconds