Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/
H A Dldap.c3340 myargcount > 3 ? &lmatcheddn : NULL, in PHP_FUNCTION()
3341 myargcount > 4 ? &lerrmsg : NULL, in PHP_FUNCTION()
3342 myargcount > 5 ? &lreferrals : NULL, in PHP_FUNCTION()
3343 myargcount > 6 ? &lserverctrls : NULL, in PHP_FUNCTION()
3353 switch (myargcount) { in PHP_FUNCTION()
3402 int rc, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
3415 myargcount > 3 ? &lretoid: NULL, in PHP_FUNCTION()
3416 myargcount > 2 ? &lretdata: NULL, in PHP_FUNCTION()
3424 switch (myargcount) { in PHP_FUNCTION()
4037 switch (myargcount) { in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds