Home
last modified time | relevance | path

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

/PHP-8.1/ext/ldap/
H A Dldap.c3450 myargcount > 3 ? &lmatcheddn : NULL, in PHP_FUNCTION()
3451 myargcount > 4 ? &lerrmsg : NULL, in PHP_FUNCTION()
3452 myargcount > 5 ? &lreferrals : NULL, in PHP_FUNCTION()
3453 myargcount > 6 ? &lserverctrls : NULL, in PHP_FUNCTION()
3463 switch (myargcount) { in PHP_FUNCTION()
3512 int rc, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
3525 myargcount > 3 ? &lretoid: NULL, in PHP_FUNCTION()
3526 myargcount > 2 ? &lretdata: NULL, in PHP_FUNCTION()
3534 switch (myargcount) { in PHP_FUNCTION()
4138 switch (myargcount) { in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds