Skip to content

Instantly share code, notes, and snippets.

@kocsismate
Created April 27, 2023 08:16
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/1fa5f1c6a83fdbdfb016eeade5ae4128 to your computer and use it in GitHub Desktop.
Save kocsismate/1fa5f1c6a83fdbdfb016eeade5ae4128 to your computer and use it in GitHub Desktop.
Calling pg_field_prtlen() or pg_field_is_null() with 2 arguments
Targets
Occurrences of '(pg_field_prtlen\s*\(|pg_field_is_null\s*\()' in Directory popular-package-analysis with mask '*.php'
popular-package-analysis (2 usages found)
sources/symfony/var-dumper/Caster (2 usages found)
PgSqlCaster.php (2 usages found)
145 'nullable' => (bool) pg_field_is_null($result, $i),
147 'display' => pg_field_prtlen($result, $i).' chars',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment