/php-src/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 94 int silent = ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION); in file_fsmagic() local
|
/php-src/ext/zend_test/ |
H A D | zend_mm_custom_handlers.c | 80 void observe_shutdown(bool full, bool silent) in observe_shutdown()
|
/php-src/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-src/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 | 1331 …ar *input, size_t len, HashTable *parent, size_t i, phpdbg_watch_parse_struct *info, bool silent) {
|
/php-src/ext/spl/ |
H A D | spl_directory.c | 1843 static zend_result spl_filesystem_file_read_ex(spl_filesystem_object *intern, bool silent, zend_lon… in spl_filesystem_file_read_ex() 1890 static inline zend_result spl_filesystem_file_read(spl_filesystem_object *intern, bool silent, bool… in spl_filesystem_file_read() 1910 …ect *intern, char delimiter, char enclosure, int escape, zval *return_value, bool silent) /* {{{ */ in spl_filesystem_file_read_csv() 1942 …filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern, bool silent) /* {{{ */ in spl_filesystem_file_read_line_ex() 1983 …pl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, bool silent) /* {{{ */ in spl_filesystem_file_read_line()
|
/php-src/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 | 97 #define mysqlnd_change_user(conn, user, passwd, db, silent) ((conn)->data)->m->change_user((con… argument 98 #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 | 628 const unsigned int silent = packet->silent; in php_mysqlnd_auth_write() local
|
/php-src/Zend/ |
H A D | zend_object_handlers.c | 350 …_t zend_get_property_offset(zend_class_entry *ce, zend_string *member, int silent, void **cache_sl… in zend_get_property_offset() 460 …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 | 5179 …ty_ex(zend_class_entry *scope, zend_object *object, zend_string *name, bool silent, zval *rv) /* {… in zend_read_property_ex() 5193 …try *scope, zend_object *object, const char *name, size_t name_length, bool silent, zval *rv) /* {… in zend_read_property() 5205 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, bool silent… in zend_read_static_property_ex() 5218 …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 | 2394 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, bool full, bool silent) 2922 ZEND_API void shutdown_memory_manager(bool silent, bool full_shutdown)
|
/php-src/ext/standard/ |
H A D | array.c | 6196 …_keys(php_random_algo_with_state engine, zval *input, zend_long num_req, zval *retval, bool silent)
|