Searched defs:silent (Results 1 – 13 of 13) sorted by relevance
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 94 int silent = ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION); in file_fsmagic() local
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_com.c | 333 WORD flags, DISPPARAMS *disp_params, VARIANT *v, bool silent, bool allow_noarg) 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()
|
/PHP-8.3/sapi/phpdbg/ |
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() 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()
|
H A D | phpdbg_watch.c | 1334 …ar *input, size_t len, HashTable *parent, size_t i, phpdbg_watch_parse_struct *info, bool silent) {
|
/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() 1915 static inline zend_result spl_filesystem_file_read(spl_filesystem_object *intern, bool silent, bool… in spl_filesystem_file_read() 1931 …ect *intern, char delimiter, char enclosure, int escape, zval *return_value, bool silent) /* {{{ */ 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() 2002 …pl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, bool silent) /* {{{ */ in spl_filesystem_file_read_line()
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 48 const bool silent, in mysqlnd_run_authentication() 371 const bool silent, in mysqlnd_auth_change_user()
|
H A D | mysqlnd.h | 95 #define mysqlnd_change_user(conn, user, passwd, db, silent) ((conn)->data)->m->change_user((con… argument 96 #define mysqlnd_change_user_ex(conn, user, passwd, db, silent, passwd_len) ((conn)->data)->m->chang… argument
|
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
|
/PHP-8.3/Zend/ |
H A D | zend_object_handlers.c | 316 …_t zend_get_property_offset(zend_class_entry *ce, zend_string *member, int silent, void **cache_sl… 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()
|
H A D | zend_API.c | 4971 …ty_ex(zend_class_entry *scope, zend_object *object, zend_string *name, bool silent, zval *rv) /* {… in zend_read_property_ex() 4985 …try *scope, zend_object *object, const char *name, size_t name_length, bool silent, zval *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() 5010 …atic_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent) /* {{{ */ in zend_read_static_property()
|
H A D | zend_alloc.c | 2259 void zend_mm_shutdown(zend_mm_heap *heap, bool full, bool silent) 2795 ZEND_API void shutdown_memory_manager(bool silent, bool full_shutdown)
|
/PHP-8.3/ext/standard/ |
H A D | array.c | 6075 …m_algo *algo, php_random_status *status, zval *input, zend_long num_req, zval *retval, bool silent)
|
Completed in 124 milliseconds