Home
last modified time | relevance | path

Searched defs:deref (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_API.h1331 #define Z_PARAM_PROLOGUE(deref, separate) \ argument
1354 #define Z_PARAM_ARRAY_EX2(dest, check_null, deref, separate) \ argument
1401 #define Z_PARAM_BOOL_EX2(dest, is_null, check_null, deref, separate) \ argument
1419 #define Z_PARAM_CLASS_EX2(dest, check_null, deref, separate) \ argument
1524 #define Z_PARAM_ARRAY_HT_EX2(dest, check_null, deref, separate) \ argument
1604 #define Z_PARAM_OBJECT_EX2(dest, check_null, deref, separate) \ argument
1622 #define Z_PARAM_OBJ_EX2(dest, check_null, deref, separate) \ argument
1720 #define Z_PARAM_PATH_STR_EX2(dest, check_null, deref, separate) \ argument
1738 #define Z_PARAM_RESOURCE_EX2(dest, check_null, deref, separate) \ argument
1774 #define Z_PARAM_STR_EX2(dest, check_null, deref, separate) \ argument
[all …]
/PHP-8.0/ext/ldap/
H A Dldap.stub.php40 …], int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEV…
46 …], int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEV…
52 …], int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEV…
H A Dldap.c1386 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts()
1429 zend_long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local

Completed in 41 milliseconds