Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_API.h1529 #define Z_PARAM_PROLOGUE(deref, separate) \ argument
1603 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, deref) \ argument
1618 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument
1680 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, deref) \ argument
1765 #define Z_PARAM_LONG_EX(dest, is_null, check_null, deref) \ argument
1795 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument
1810 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument
1881 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, deref) \ argument
1896 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument
1911 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument
[all …]
/PHP-8.2/ext/ldap/
H A Dldap.stub.php632 …], int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEV…
H A Dldap.c1314 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts()
1357 zend_long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local

Completed in 31 milliseconds