Skip to content

Instantly share code, notes, and snippets.

@kocsismate
Created May 2, 2023 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kocsismate/5d44051be4d2b571f05b3dec044e0303 to your computer and use it in GitHub Desktop.
Save kocsismate/5d44051be4d2b571f05b3dec044e0303 to your computer and use it in GitHub Desktop.
Calling ldap_exop() with 5 or more arguments
Targets
Occurrences of 'ldap_exop' in Directory popular-package-analysis/sources with mask '*.php'
popular-package-analysis (2 usages found)
sources/thecodingmachine/safe/generated (2 usages found)
ldap.php (2 usages found)
263 $safeResult = \ldap_exop($ldap, $request_oid, $request_data, $controls, $response_data, $response_oid);
265 $safeResult = \ldap_exop($ldap, $request_oid, $request_data, $controls, $response_data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment