/PHP-8.3/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.3/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 | 316 …com_change_user)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING payload, const bool silent); 449 …onst conn, const char * user, const char * passwd, const char * db, bool silent, size_t passwd_len… 484 … command, const zend_uchar * const arg, const size_t arg_len, const bool silent, const bool ignore… 485 …_DATA * const conn, const enum mysqlnd_packet_type ok_packet, const bool silent, const enum php_my… 1006 const bool silent, 1030 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 | 619 const unsigned int silent = packet->silent; in php_mysqlnd_auth_write() local 621 ret = conn->command->change_user(conn, payload, silent); in php_mysqlnd_auth_write() 2395 const bool silent, in MYSQLND_METHOD() 2408 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD() 2440 if (!silent && error_info->error_no != CR_SERVER_GONE_ERROR) { in MYSQLND_METHOD() 2556 const bool silent, in MYSQLND_METHOD() 2568 DBG_INF_FMT("silent=%u packet=%u command=%s", silent, ok_packet, mysqlnd_command_to_text[command]); in MYSQLND_METHOD() 2582 if (!silent && error_info->error_no == CR_MALFORMED_PACKET) { in MYSQLND_METHOD()
|
H A D | mysqlnd_commands.c | 304 …and, change_user)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING payload, const bool silent) in MYSQLND_METHOD() 311 …d(conn->payload_decoder_factory, COM_CHANGE_USER, (const zend_uchar*) payload.s, payload.l, silent, in MYSQLND_METHOD()
|
/PHP-8.3/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.3/ext/standard/ |
H A D | php_array.h | 35 …_algo *algo, php_random_status *status, zval *input, zend_long num_req, zval *retval, bool silent);
|
/PHP-8.3/Zend/tests/ |
H A D | include_stat_is_quiet.phpt | 2 Stats executed during include path resolution should be silent
|
/PHP-8.3/ext/opcache/tests/opt/ |
H A D | sccp_024.phpt | 42 0006 V3 = FETCH_CLASS (no-autoload) (silent) (exception) CV1($c)
|
/PHP-8.3/ext/com_dotnet/ |
H A D | php_com_dotnet_internal.h | 95 WORD flags, DISPPARAMS *disp_params, VARIANT *v, bool silent, bool allow_noarg); 99 WORD flags, VARIANT *v, int nargs, zval *args, bool silent, bool allow_noarg);
|
H A D | com_com.c | 333 WORD flags, DISPPARAMS *disp_params, VARIANT *v, bool silent, bool allow_noarg) in php_com_invoke_helper() argument 342 if (!silent && FAILED(hr)) { in php_com_invoke_helper() 585 WORD flags, VARIANT *v, int nargs, zval *args, bool silent, bool allow_noarg) in php_com_do_invoke_by_id() argument 614 hr = php_com_invoke_helper(obj, dispid, flags, &disp_params, v, silent, allow_noarg); in php_com_do_invoke_by_id()
|
/PHP-8.3/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.3/ext/spl/ |
H A D | spl_directory.c | 1867 static zend_result spl_filesystem_file_read_ex(spl_filesystem_object *intern, bool silent, zend_lon… in spl_filesystem_file_read_ex() argument 1875 if (!silent) { in spl_filesystem_file_read_ex() 1915 static inline zend_result spl_filesystem_file_read(spl_filesystem_object *intern, bool silent, bool… in spl_filesystem_file_read() argument 1918 return spl_filesystem_file_read_ex(intern, silent, line_add, csv); in spl_filesystem_file_read() 1934 zend_result ret = spl_filesystem_file_read(intern, silent, /* csv */ true); in spl_filesystem_file_read_csv() 1960 …filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern, bool silent) /* {{{ */ in spl_filesystem_file_read_line_ex() argument 1972 if (!silent) { in spl_filesystem_file_read_line_ex() 1998 return spl_filesystem_file_read(intern, silent, /* csv */ false); in spl_filesystem_file_read_line_ex() 2002 …pl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, bool silent) /* {{{ */ in spl_filesystem_file_read_line() argument 2004 zend_result ret = spl_filesystem_file_read_line_ex(this_ptr, intern, silent); in spl_filesystem_file_read_line() [all …]
|
/PHP-8.3/Zend/ |
H A D | zend_object_handlers.c | 316 … zend_get_property_offset(zend_class_entry *ce, zend_string *member, int silent, void **cache_slot… in zend_get_property_offset() argument 332 if (!silent) { in zend_get_property_offset() 377 if (!silent) { in zend_get_property_offset() 393 if (!silent) { in zend_get_property_offset() 422 …info *zend_get_property_info(const zend_class_entry *ce, zend_string *member, int silent) /* {{{ */ in zend_get_property_info() argument 432 if (!silent) { in zend_get_property_info() 468 if (!silent) { in zend_get_property_info() 484 if (!silent) { in zend_get_property_info()
|
H A D | zend_alloc.h | 221 ZEND_API void shutdown_memory_manager(bool silent, bool full_shutdown); 246 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, bool full_shutdown, bool silent);
|
H A D | zend_object_handlers.h | 210 …property_info *zend_get_property_info(const zend_class_entry *ce, zend_string *member, int silent);
|
H A D | zend_alloc.c | 2259 void zend_mm_shutdown(zend_mm_heap *heap, bool full, bool silent) argument 2267 if (silent) { 2292 if (!silent) { 2795 ZEND_API void shutdown_memory_manager(bool silent, bool full_shutdown) argument 2797 zend_mm_shutdown(AG(mm_heap), full_shutdown, silent);
|
H A D | zend_API.c | 4971 …ex(zend_class_entry *scope, zend_object *object, zend_string *name, bool silent, zval *rv) /* {{{ … in zend_read_property_ex() argument 4978 value = object->handlers->read_property(object, name, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property_ex() 4985 … *scope, zend_object *object, const char *name, size_t name_length, bool silent, zval *rv) /* {{{ … in zend_read_property() argument 4991 value = zend_read_property_ex(scope, object, str, silent, rv); in zend_read_property() 4997 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, bool silent… in zend_read_static_property_ex() argument 5003 property = zend_std_get_static_property(scope, name, silent ? BP_VAR_IS : BP_VAR_R); in zend_read_static_property_ex() 5010 …atic_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent) /* {{{ */ in zend_read_static_property() argument 5013 zval *property = zend_read_static_property_ex(scope, key, silent); in zend_read_static_property()
|
/PHP-8.3/build/ |
H A D | Makefile.global | 20 -@$(LIBTOOL) --silent --tag=CC --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
|