/PHP-8.3/ext/mysqli/ |
H A D | mysqli_prop.c | 30 #define CHECK_STATUS(value, quiet) \ argument 32 if (!quiet) { \ 41 if (!quiet) { \ 46 CHECK_STATUS(statusval, quiet);\ 53 if (!quiet) { \ 58 CHECK_STATUS(statusval, quiet);\ 65 if (!quiet) { \ 70 CHECK_STATUS(statusval, quiet); \ 174 CHECK_STATUS(MYSQLI_STATUS_VALID, quiet); in link_affected_rows_read() 201 CHECK_STATUS(MYSQLI_STATUS_VALID, quiet); in link_error_list_read() [all …]
|
H A D | mysqli_driver.c | 31 static int driver_report_read(mysqli_object *obj, zval *retval, bool quiet) in driver_report_read() argument 48 static int driver_client_version_read(mysqli_object *obj, zval *retval, bool quiet) in driver_client_version_read() argument 56 static int driver_client_info_read(mysqli_object *obj, zval *retval, bool quiet) in driver_client_info_read() argument 64 static int driver_driver_version_read(mysqli_object *obj, zval *retval, bool quiet) in driver_driver_version_read() argument 66 if (quiet) { in driver_driver_version_read()
|
H A D | mysqli_warning.c | 150 static int mysqli_warning_message(mysqli_object *obj, zval *retval, bool quiet) in mysqli_warning_message() argument 155 if (!quiet) { in mysqli_warning_message() 170 static int mysqli_warning_sqlstate(mysqli_object *obj, zval *retval, bool quiet) in mysqli_warning_sqlstate() argument 175 if (!quiet) { in mysqli_warning_sqlstate() 190 static int mysqli_warning_errno(mysqli_object *obj, zval *retval, bool quiet) in mysqli_warning_errno() argument 195 if (!quiet) { in mysqli_warning_errno()
|
H A D | mysqli.c | 75 typedef int (*mysqli_read_t)(mysqli_object *obj, zval *rv, bool quiet); 231 static int mysqli_read_na(mysqli_object *obj, zval *retval, bool quiet) in mysqli_read_na() argument 233 if (!quiet) { in mysqli_read_na()
|
H A D | php_mysqli_structs.h | 102 int (*r_func)(mysqli_object *obj, zval *retval, bool quiet);
|
/PHP-8.3/ext/zip/tests/ |
H A D | bug53603.phpt | 2 Bug #53603 (ZipArchive should quiet stat errors) 12 trigger_error("not quiet");
|
/PHP-8.3/ext/standard/ |
H A D | php_crypt.h | 22 …g *php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, bool quiet);
|
H A D | html.h | 48 …*old, size_t oldlen, int all, int flags, const char *hint_charset, bool double_encode, bool quiet);
|
H A D | crypt.c | 71 …ng *php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, bool quiet) in php_crypt() argument
|
H A D | html.c | 368 static enum entity_charset determine_charset(const char *charset_hint, bool quiet) in determine_charset() argument 384 if (!quiet) { in determine_charset() 1103 … *old, size_t oldlen, int all, int flags, const char *hint_charset, bool double_encode, bool quiet) in php_escape_html_entities_ex() argument 1107 enum entity_charset charset = determine_charset(hint_charset, quiet); in php_escape_html_entities_ex() 1117 if (!quiet && CHARSET_PARTIAL_SUPPORT(charset)) { in php_escape_html_entities_ex()
|
H A D | url_scanner_ex.re | 764 … char *) name, name_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* double_encode */ 0, /* quiet */ 1); 766 …har *) value, value_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* double_encode */ 0, /* quiet */ 1); 870 …EN(name), 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_charset), /* double_encode */ 0, /* quiet */ 1);
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_set.h | 33 PHPDBG_SET(quiet);
|
H A D | phpdbg_set.c | 40 …PHPDBG_SET_COMMAND_D(quiet, "usage: set quiet [<on|off>]", 'q', set_quiet, … 199 PHPDBG_SET(quiet) /* {{{ */ in PHPDBG_SET() argument
|
/PHP-8.3/ |
H A D | .travis.yml | 2 quiet: true
|
/PHP-8.3/ext/phar/tests/ |
H A D | fopen_edgecases.phpt | 24 // test phar_open_url() with quiet stat for code coverage
|
/PHP-8.3/.github/workflows/ |
H A D | push.yml | 326 if git diff --cached --quiet; then
|
/PHP-8.3/build/ |
H A D | ltmain.sh | 541 --quiet | --silent)
|