Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c2220 int rc, lerrcode, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2230 myargcount > 3 ? &lmatcheddn : NULL, in PHP_FUNCTION()
2231 myargcount > 4 ? &lerrmsg : NULL, in PHP_FUNCTION()
2232 myargcount > 5 ? &lreferrals : NULL, in PHP_FUNCTION()
2244 switch (myargcount) { in PHP_FUNCTION()
2591 int rc, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2612 switch (myargcount) { in PHP_FUNCTION()
2681 int rc, lerrcode, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2744 if (myargcount == 4) { in PHP_FUNCTION()

Completed in 11 milliseconds