Home
last modified time | relevance | path

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

/PHP-7.0/ext/com_dotnet/
H A Dcom_com.c346 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg) in php_com_invoke_helper()
600 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg) in php_com_do_invoke_by_id()
/PHP-7.0/Zend/
H A Dzend_object_handlers.c289 …_t zend_get_property_offset(zend_class_entry *ce, zend_string *member, int silent, void **cache_sl… in zend_get_property_offset()
371 …perty_info *zend_get_property_info(zend_class_entry *ce, zend_string *member, int silent) /* {{{ */ in zend_get_property_info()
1326 …d_get_static_property(zend_class_entry *ce, zend_string *property_name, zend_bool silent) /* {{{ */ in zend_std_get_static_property()
H A Dzend_alloc.c2206 void zend_mm_shutdown(zend_mm_heap *heap, int full, int silent)
2649 ZEND_API void shutdown_memory_manager(int silent, int full_shutdown)
H A Dzend_API.c4024 …s_entry *scope, zval *object, const char *name, size_t name_length, zend_bool silent, zval *rv) /*… in zend_read_property()
4044 …property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool silent) /* {{{ */ in zend_read_static_property()
/PHP-7.0/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.c652 …ize_t len, HashTable *parent, size_t i, int (*callback)(phpdbg_watchpoint_t *), zend_bool silent) { in phpdbg_watchpoint_parse_input()
/PHP-7.0/ext/fileinfo/libmagic/
H A Dcompress.c76 int silent; member
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_auth.c162 const zend_bool silent, in mysqlnd_auth_change_user()
H A Dmysqlnd.h96 #define mysqlnd_change_user(conn, user, passwd, db, silent) ((conn)->data)->m->change_user((conn)-… argument
97 #define mysqlnd_change_user_ex(conn, user, passwd, db, silent, passwd_len) ((conn)->data)->m->chang… argument
H A Dmysqlnd_wireprotocol.h102 zend_bool silent; member
H A Dmysqlnd.c567 zend_bool silent, in mysqlnd_run_authentication()
/PHP-7.0/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()
2010 static int spl_filesystem_file_read(spl_filesystem_object *intern, int silent) /* {{{ */ in spl_filesystem_file_read()
2146 …_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern, int silent) /* {{{ */ in spl_filesystem_file_read_line_ex()
2220 static int spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, int silent in spl_filesystem_file_read_line()

Completed in 80 milliseconds