/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 94 int silent = ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION); in file_fsmagic() local 114 if (!mime && !silent) { in file_fsmagic() 177 } else if (silent) { in file_fsmagic() 187 } else if (silent) { in file_fsmagic() 208 } else if (silent) { in file_fsmagic() 231 } else if (silent) { in file_fsmagic() 245 if (!silent && !mime && did && ret == 0) { in file_fsmagic() 253 if (ret == 1 && silent) in file_fsmagic()
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_auth.h | 51 const bool silent, 95 const bool silent,
|
H A D | mysqlnd.h | 95 …ge_user(conn, user, passwd, db, silent) ((conn)->data)->m->change_user((conn)->data, (user), (… argument 96 …_ex(conn, user, passwd, db, silent, passwd_len) ((conn)->data)->m->change_user((conn)->data, (user… argument
|
H A D | mysqlnd_structs.h | 317 …com_change_user)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING payload, const bool silent); 451 …onst conn, const char * user, const char * passwd, const char * db, bool silent, size_t passwd_len… 486 … command, const zend_uchar * const arg, const size_t arg_len, const bool silent, const bool ignore… 487 …_DATA * const conn, const enum mysqlnd_packet_type ok_packet, const bool silent, const enum php_my… 1009 const bool silent, 1033 const bool silent,
|
H A D | mysqlnd_auth.c | 48 const bool silent, in mysqlnd_run_authentication() argument 131 ret = mysqlnd_auth_change_user(conn, user, strlen(user), passwd, passwd_len, db, db_len, silent, in mysqlnd_run_authentication() 371 const bool silent, in mysqlnd_auth_change_user() argument 418 auth_packet.silent = silent; in mysqlnd_auth_change_user()
|
H A D | mysqlnd_wireprotocol.h | 95 bool silent; member
|
H A D | mysqlnd_wireprotocol.c | 626 const unsigned int silent = packet->silent; in php_mysqlnd_auth_write() local 628 ret = conn->command->change_user(conn, payload, silent); in php_mysqlnd_auth_write() 2416 const bool silent, in MYSQLND_METHOD() 2429 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD() 2461 if (!silent && error_info->error_no != CR_SERVER_GONE_ERROR) { in MYSQLND_METHOD() 2575 const bool silent, in MYSQLND_METHOD() 2587 DBG_INF_FMT("silent=%u packet=%u command=%s", silent, ok_packet, mysqlnd_command_to_text[command]); in MYSQLND_METHOD() 2601 if (!silent && error_info->error_no == CR_MALFORMED_PACKET) { in MYSQLND_METHOD()
|
H A D | mysqlnd_commands.c | 332 …and, change_user)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING payload, const bool silent) in MYSQLND_METHOD() 339 …d(conn->payload_decoder_factory, COM_CHANGE_USER, (const zend_uchar*) payload.s, payload.l, silent, in MYSQLND_METHOD()
|
H A D | mysqlnd_connection.c | 1353 bool silent, 1361 conn->thread_id, user?user:"", passwd?"***":"null", db?db:"", silent == TRUE); 1380 … 0 /*charset not used*/, conn->options, conn->server_capabilities, silent, TRUE/*is_change*/);
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_utils.h | 89 …char *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, bool silent); 90 …_parse_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, bool silent, void *arg);
|
H A D | phpdbg_utils.c | 443 …har *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, bool silent) { in phpdbg_parse_variable() argument 444 …nt, i, (phpdbg_parse_var_with_arg_func) phpdbg_parse_variable_arg_wrapper, NULL, silent, callback); in phpdbg_parse_variable() 447 …parse_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, bool silent, void *arg) { in phpdbg_parse_variable_with_arg() argument 521 phpdbg_parse_variable_with_arg(input, len, Z_OBJPROP_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg() 530 phpdbg_parse_variable_with_arg(input, len, Z_ARRVAL_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg() 550 if (!silent) { in phpdbg_parse_variable_with_arg()
|
/PHP-8.1/Zend/tests/ |
H A D | include_stat_is_quiet.phpt | 2 Stats executed during include path resolution should be silent
|
/PHP-8.1/ext/opcache/tests/opt/ |
H A D | sccp_024.phpt | 41 0006 V3 = FETCH_CLASS (no-autoload) (silent) (exception) CV1($c)
|
/PHP-8.1/ext/com_dotnet/ |
H A D | php_com_dotnet_internal.h | 95 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg); 99 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg);
|
H A D | com_com.c | 334 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg) in php_com_invoke_helper() argument 343 if (silent == 0 && FAILED(hr)) { in php_com_invoke_helper() 590 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg) in php_com_do_invoke_by_id() argument 619 hr = php_com_invoke_helper(obj, dispid, flags, &disp_params, v, silent, allow_noarg); in php_com_do_invoke_by_id()
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | gh9841.phpt | 38 // now make sure the errors are thrown when not using silent mode
|
H A D | mysqli_change_user_old.phpt | 91 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
|
H A D | mysqli_change_user.phpt | 75 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
|
/PHP-8.1/Zend/ |
H A D | zend_object_handlers.c | 297 … zend_get_property_offset(zend_class_entry *ce, zend_string *member, int silent, void **cache_slot… in zend_get_property_offset() argument 313 if (!silent) { in zend_get_property_offset() 358 if (!silent) { in zend_get_property_offset() 374 if (!silent) { in zend_get_property_offset() 403 …perty_info *zend_get_property_info(zend_class_entry *ce, zend_string *member, int silent) /* {{{ */ in zend_get_property_info() argument 413 if (!silent) { in zend_get_property_info() 449 if (!silent) { in zend_get_property_info() 465 if (!silent) { in zend_get_property_info()
|
H A D | zend_alloc.h | 226 ZEND_API void shutdown_memory_manager(bool silent, bool full_shutdown); 250 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, bool full_shutdown, bool silent);
|
H A D | zend_object_handlers.h | 208 …_zend_property_info *zend_get_property_info(zend_class_entry *ce, zend_string *member, int silent);
|
H A D | zend_API.c | 4733 …ex(zend_class_entry *scope, zend_object *object, zend_string *name, bool silent, zval *rv) /* {{{ … in zend_read_property_ex() argument 4740 value = object->handlers->read_property(object, name, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property_ex() 4747 … *scope, zend_object *object, const char *name, size_t name_length, bool silent, zval *rv) /* {{{ … in zend_read_property() argument 4753 value = zend_read_property_ex(scope, object, str, silent, rv); in zend_read_property() 4759 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, bool silent… in zend_read_static_property_ex() argument 4765 property = zend_std_get_static_property(scope, name, silent ? BP_VAR_IS : BP_VAR_R); in zend_read_static_property_ex() 4772 …atic_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent) /* {{{ */ in zend_read_static_property() argument 4775 zval *property = zend_read_static_property_ex(scope, key, silent); in zend_read_static_property()
|
H A D | zend_alloc.c | 2240 void zend_mm_shutdown(zend_mm_heap *heap, bool full, bool silent) argument 2248 if (silent) { 2273 if (!silent) { 2759 ZEND_API void shutdown_memory_manager(bool silent, bool full_shutdown) argument 2761 zend_mm_shutdown(AG(mm_heap), full_shutdown, silent);
|
/PHP-8.1/ext/spl/ |
H A D | spl_directory.c | 1841 static zend_result spl_filesystem_file_read_ex(spl_filesystem_object *intern, bool silent, zend_lon… in spl_filesystem_file_read_ex() argument 1849 if (!silent) { in spl_filesystem_file_read_ex() 1889 static inline zend_result spl_filesystem_file_read(spl_filesystem_object *intern, bool silent) in spl_filesystem_file_read() argument 1892 return spl_filesystem_file_read_ex(intern, silent, line_add); in spl_filesystem_file_read() 1920 …_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern, int silent) /* {{{ */ in spl_filesystem_file_read_line_ex() argument 1933 if (!silent) { in spl_filesystem_file_read_line_ex() 1959 return spl_filesystem_file_read(intern, silent); in spl_filesystem_file_read_line_ex() 1995 static int spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, int silent… in spl_filesystem_file_read_line() argument 1997 int ret = spl_filesystem_file_read_line_ex(this_ptr, intern, silent); in spl_filesystem_file_read_line() 2001 ret = spl_filesystem_file_read_line_ex(this_ptr, intern, silent); in spl_filesystem_file_read_line()
|
/PHP-8.1/build/ |
H A D | Makefile.global | 20 -@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
|