/PHP-7.1/ext/com_dotnet/ |
H A D | com_com.c | 348 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg) in php_com_invoke_helper() 602 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg) in php_com_do_invoke_by_id()
|
/PHP-7.1/Zend/ |
H A D | zend_object_handlers.c | 321 …_t zend_get_property_offset(zend_class_entry *ce, zend_string *member, int silent, void **cache_sl… in zend_get_property_offset() 406 …perty_info *zend_get_property_info(zend_class_entry *ce, zend_string *member, int silent) /* {{{ */ in zend_get_property_info() 1384 …d_get_static_property(zend_class_entry *ce, zend_string *property_name, zend_bool silent) /* {{{ */ in zend_std_get_static_property()
|
H A D | zend_operators.c | 139 void ZEND_FASTCALL _convert_scalar_to_number(zval *op, zend_bool silent) /* {{{ */ in _convert_scalar_to_number() 188 #define zendi_convert_scalar_to_number(op, holder, result, silent) \ argument 747 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 D | zend_alloc.c | 2162 void zend_mm_shutdown(zend_mm_heap *heap, int full, int silent) 2605 ZEND_API void shutdown_memory_manager(int silent, int full_shutdown)
|
H A D | zend_API.c | 4064 …operty_ex(zend_class_entry *scope, zval *object, zend_string *name, zend_bool silent, zval *rv) /*… in zend_read_property_ex() 4083 …s_entry *scope, zval *object, const char *name, size_t name_length, zend_bool silent, zval *rv) /*… in zend_read_property() 4095 …property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool silent) /* {{{ */ in zend_read_static_property()
|
/PHP-7.1/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 50 zend_bool silent, in mysqlnd_run_authentication() 369 const zend_bool silent, in mysqlnd_auth_change_user()
|
H A D | mysqlnd.h | 102 #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 D | mysqlnd_wireprotocol.h | 107 zend_bool silent; member
|
H A D | mysqlnd_commands.c | 688 zend_bool silent; member
|
H A D | mysqlnd_wireprotocol.c | 625 const unsigned int silent = packet->silent; in php_mysqlnd_auth_write() local
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 426 …input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, zend_bool silent) { in phpdbg_parse_variable() 430 …_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 D | phpdbg_watch.c | 1262 …nput, size_t len, HashTable *parent, size_t i, phpdbg_watch_parse_struct *info, zend_bool silent) {
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | compress.c | 76 int silent; member
|
/PHP-7.1/ext/spl/ |
H A D | spl_directory.c | 260 static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_include_path, int silent… in spl_filesystem_file_open() 2016 static int spl_filesystem_file_read(spl_filesystem_object *intern, int silent) /* {{{ */ in spl_filesystem_file_read() 2150 …_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern, int silent) /* {{{ */ in spl_filesystem_file_read_line_ex() 2224 static int spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, int silent… in spl_filesystem_file_read_line()
|