Home
last modified time | relevance | path

Searched refs:silent (Results 1 – 25 of 32) sorted by relevance

12

/php-src/ext/fileinfo/libmagic/
H A Dfsmagic.c94 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-src/ext/mysqlnd/
H A Dmysqlnd_auth.h51 const bool silent,
95 const bool silent,
H A Dmysqlnd.h97 …ge_user(conn, user, passwd, db, silent) ((conn)->data)->m->change_user((conn)->data, (user), (… argument
98 …_ex(conn, user, passwd, db, silent, passwd_len) ((conn)->data)->m->change_user((conn)->data, (user… argument
H A Dmysqlnd_structs.h317 …com_change_user)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING payload, const bool silent);
450 …onst conn, const char * user, const char * passwd, const char * db, bool silent, size_t passwd_len…
485 … command, const zend_uchar * const arg, const size_t arg_len, const bool silent, const bool ignore…
486 …_DATA * const conn, const enum mysqlnd_packet_type ok_packet, const bool silent, const enum php_my…
1007 const bool silent,
1031 const bool silent,
H A Dmysqlnd_auth.c48 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 Dmysqlnd_wireprotocol.h95 bool silent; member
H A Dmysqlnd_wireprotocol.c613 const unsigned int silent = packet->silent; in php_mysqlnd_auth_write() local
615 ret = conn->command->change_user(conn, payload, silent); in php_mysqlnd_auth_write()
2388 const bool silent, in MYSQLND_METHOD()
2401 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD()
2433 if (!silent && error_info->error_no != CR_SERVER_GONE_ERROR) { in MYSQLND_METHOD()
2549 const bool silent, in MYSQLND_METHOD()
2561 DBG_INF_FMT("silent=%u packet=%u command=%s", silent, ok_packet, mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
2575 if (!silent && error_info->error_no == CR_MALFORMED_PACKET) { in MYSQLND_METHOD()
H A Dmysqlnd_commands.c304 …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()
H A Dmysqlnd_connection.c1341 bool silent,
1349 conn->thread_id, user?user:"", passwd?"***":"null", db?db:"", silent == TRUE);
1368 … 0 /*charset not used*/, conn->options, conn->server_capabilities, silent, TRUE/*is_change*/);
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.h89 …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 Dphpdbg_utils.c443 …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-src/ext/standard/
H A Dphp_array.h35 …keys(php_random_algo_with_state engine, zval *input, zend_long num_req, zval *retval, bool silent);
/php-src/Zend/tests/
H A Dinclude_stat_is_quiet.phpt2 Stats executed during include path resolution should be silent
/php-src/ext/opcache/tests/opt/
H A Dsccp_024.phpt42 0006 V3 = FETCH_CLASS (no-autoload) (silent) (exception) CV1($c)
/php-src/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h95 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 Dcom_com.c333 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-src/ext/mysqli/tests/
H A Dgh9841.phpt38 // now make sure the errors are thrown when not using silent mode
H A Dmysqli_change_user_old.phpt91 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
H A Dmysqli_change_user.phpt75 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
/php-src/ext/spl/
H A Dspl_directory.c1867 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-src/Zend/
H A Dzend_object_handlers.c315 … zend_get_property_offset(zend_class_entry *ce, zend_string *member, int silent, void **cache_slot… in zend_get_property_offset() argument
331 if (!silent) { in zend_get_property_offset()
376 if (!silent) { in zend_get_property_offset()
392 if (!silent) { in zend_get_property_offset()
421 …info *zend_get_property_info(const zend_class_entry *ce, zend_string *member, int silent) /* {{{ */ in zend_get_property_info() argument
431 if (!silent) { in zend_get_property_info()
467 if (!silent) { in zend_get_property_info()
483 if (!silent) { in zend_get_property_info()
H A Dzend_alloc.h221 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 Dzend_object_handlers.h210 …property_info *zend_get_property_info(const zend_class_entry *ce, zend_string *member, int silent);
H A Dzend_alloc.c2267 void zend_mm_shutdown(zend_mm_heap *heap, bool full, bool silent) argument
2275 if (silent) {
2296 if (!silent) {
2771 ZEND_API void shutdown_memory_manager(bool silent, bool full_shutdown) argument
2773 zend_mm_shutdown(AG(mm_heap), full_shutdown, silent);
H A Dzend_API.c5033 …ex(zend_class_entry *scope, zend_object *object, zend_string *name, bool silent, zval *rv) /* {{{ … in zend_read_property_ex() argument
5040 value = object->handlers->read_property(object, name, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property_ex()
5047 … *scope, zend_object *object, const char *name, size_t name_length, bool silent, zval *rv) /* {{{ … in zend_read_property() argument
5053 value = zend_read_property_ex(scope, object, str, silent, rv); in zend_read_property()
5059 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, bool silent in zend_read_static_property_ex() argument
5065 property = zend_std_get_static_property(scope, name, silent ? BP_VAR_IS : BP_VAR_R); in zend_read_static_property_ex()
5072 …atic_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent) /* {{{ */ in zend_read_static_property() argument
5075 zval *property = zend_read_static_property_ex(scope, key, silent); in zend_read_static_property()

Completed in 146 milliseconds

12