Home
last modified time | relevance | path

Searched defs:silent (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/fileinfo/libmagic/
H A Dfsmagic.c94 int silent = ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION); in file_fsmagic() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c352 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg) in php_com_invoke_helper()
608 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg) in php_com_do_invoke_by_id()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c429 …input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, zend_bool silent) { in phpdbg_parse_variable()
433 …_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, zend_bool silent, void *arg) { in phpdbg_parse_variable_with_arg()
H A Dphpdbg_watch.c1265 …nput, size_t len, HashTable *parent, size_t i, phpdbg_watch_parse_struct *info, zend_bool silent) {
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c50 const zend_bool silent, in mysqlnd_run_authentication()
378 const zend_bool silent, in mysqlnd_auth_change_user()
H A Dmysqlnd.h102 #define mysqlnd_change_user(conn, user, passwd, db, silent) ((conn)->data)->m->change_user((con… argument
103 #define mysqlnd_change_user_ex(conn, user, passwd, db, silent, passwd_len) ((conn)->data)->m->chang… argument
H A Dmysqlnd_wireprotocol.h97 zend_bool silent; member
H A Dmysqlnd_wireprotocol.c620 const unsigned int silent = packet->silent; in php_mysqlnd_auth_write() local
/PHP-7.4/ext/spl/
H A Dspl_directory.c285 static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_include_path, int silent in spl_filesystem_file_open()
2017 static int spl_filesystem_file_read(spl_filesystem_object *intern, int silent) /* {{{ */ in spl_filesystem_file_read()
2156 …_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern, int silent) /* {{{ */ in spl_filesystem_file_read_line_ex()
2229 static int spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, int silent in spl_filesystem_file_read_line()
/PHP-7.4/Zend/
H A Dzend_operators.c157 static void ZEND_FASTCALL _convert_scalar_to_number(zval *op, zend_bool silent, zend_bool check) /*… in _convert_scalar_to_number()
220 …inline zval* _zendi_convert_scalar_to_number_ex(zval *op, zval *holder, zend_bool silent) /* {{{ */ in _zendi_convert_scalar_to_number_ex()
270 #define zendi_convert_scalar_to_number(op, holder, result, silent) \ argument
760 static zend_always_inline zend_long ZEND_FASTCALL _zval_get_long_func_ex(zval *op, zend_bool silent in _zval_get_long_func_ex()
H A Dzend_object_handlers.c381 …_t zend_get_property_offset(zend_class_entry *ce, zend_string *member, int silent, void **cache_sl… in zend_get_property_offset()
487 …perty_info *zend_get_property_info(zend_class_entry *ce, zend_string *member, int silent) /* {{{ */ in zend_get_property_info()
H A Dzend_API.c4323 …operty_ex(zend_class_entry *scope, zval *object, zend_string *name, zend_bool silent, zval *rv) /*… in zend_read_property_ex()
4338 …s_entry *scope, zval *object, const char *name, size_t name_length, zend_bool silent, zval *rv) /*… in zend_read_property()
4350 …end_read_static_property_ex(zend_class_entry *scope, zend_string *name, zend_bool silent) /* {{{ */ in zend_read_static_property_ex()
4363 …property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool silent) /* {{{ */ in zend_read_static_property()
H A Dzend_alloc.c2206 void zend_mm_shutdown(zend_mm_heap *heap, int full, int silent)
2699 ZEND_API void shutdown_memory_manager(int silent, int full_shutdown)

Completed in 81 milliseconds