Home
last modified time | relevance | path

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

/PHP-7.1/ext/com_dotnet/
H A Dcom_com.c348 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 Dzend_object_handlers.c321 …_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 Dzend_operators.c139 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 Dzend_alloc.c2162 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 Dzend_API.c4064 …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 Dmysqlnd_auth.c50 zend_bool silent, in mysqlnd_run_authentication()
369 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.h107 zend_bool silent; member
H A Dmysqlnd_commands.c688 zend_bool silent; member
H A Dmysqlnd_wireprotocol.c625 const unsigned int silent = packet->silent; in php_mysqlnd_auth_write() local
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_utils.c426 …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 Dphpdbg_watch.c1262 …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 Dcompress.c76 int silent; member
/PHP-7.1/ext/spl/
H A Dspl_directory.c260 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()

Completed in 142 milliseconds