Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_API.h1631 #define Z_PARAM_PROLOGUE(deref, separate) \ argument
1705 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, deref) \ argument
1720 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument
1782 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, deref) \ argument
1867 #define Z_PARAM_LONG_EX(dest, is_null, check_null, deref) \ argument
1911 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument
1926 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument
1997 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, deref) \ argument
2012 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument
2027 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument
[all …]
/PHP-8.3/ext/ldap/
H A Dldap.stub.php635 …], int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEV…
H A Dldap.c1388 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts()
1431 zend_long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local

Completed in 65 milliseconds