Home
last modified time | relevance | path

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

/php-src/win32/
H A Dsignal.c112 if (!ZEND_FCI_INITIALIZED(fci)) { in PHP_FUNCTION()
/php-src/docs-old/
H A Dparameter-parsing-api.md109 For `f` use the ``ZEND_FCI_INITIALIZED(fci)`` macro to check if a callable
110 has been provided and ``!ZEND_FCI_INITIALIZED(fci)`` to check if a PHP NULL
/php-src/ext/spl/
H A Dphp_spl.c530 if (ZEND_FCI_INITIALIZED(fci)) { in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_builtin_functions.c1230 if (!ZEND_FCI_INITIALIZED(fci)) { /* unset user-defined handler */ in ZEND_FUNCTION()
1285 if (!ZEND_FCI_INITIALIZED(fci)) { /* unset user-defined handler */ in ZEND_FUNCTION()
H A Dzend_API.h340 #define ZEND_FCI_INITIALIZED(fci) ((fci).size != 0) macro
/php-src/ext/libxml/
H A Dlibxml.c1211 if (ZEND_FCI_INITIALIZED(fci)) { /* argument not null */ in PHP_FUNCTION()
/php-src/ext/xml/
H A Dxml.c1259 if (!ZEND_FCI_INITIALIZED(handler_fci)) { in php_xml_set_handler_parse_callable()
/php-src/ext/standard/
H A Darray.c6524 if (ZEND_FCI_INITIALIZED(fci)) {
6613 if (!ZEND_FCI_INITIALIZED(fci) || !maxlen) {
6655 if (!ZEND_FCI_INITIALIZED(fci)) {
/php-src/ext/sqlite3/
H A Dsqlite3.c1331 if (ZEND_FCI_INITIALIZED(fci)) { in PHP_METHOD()
/php-src/ext/session/
H A Dsession.c1996 if (ZEND_FCI_INITIALIZED(fci)) { \
/php-src/ext/ldap/
H A Dldap.c3739 if (!ZEND_FCI_INITIALIZED(fci)) { in PHP_FUNCTION()
/php-src/ext/phar/
H A Dphar_object.c682 if (ZEND_FCI_INITIALIZED(rewrite_fci)) { in PHP_METHOD()

Completed in 116 milliseconds