Home
last modified time | relevance | path

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

/PHP-7.1/ext/interbase/
H A Dibase_events.c268 zval *args, *cb_arg; in PHP_FUNCTION() local
295 cb_arg = &args[1]; in PHP_FUNCTION()
312 cb_arg = &args[0]; in PHP_FUNCTION()
321 if (!zend_is_callable(cb_arg, 0, &cb_name)) { in PHP_FUNCTION()
338 ZVAL_DUP(&event->callback, cb_arg); in PHP_FUNCTION()

Completed in 7 milliseconds