/PHP-7.0/TSRM/ |
H A D | configure.in | 21 AM_SET_LIBTOOL_VARIABLE([--silent])
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_utils.h | 91 …*input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, zend_bool silent); 92 …e_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, zend_bool silent, void *arg);
|
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() argument 427 …nt, i, (phpdbg_parse_var_with_arg_func) phpdbg_parse_variable_arg_wrapper, NULL, silent, callback); 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() argument 505 phpdbg_parse_variable_with_arg(input, len, Z_OBJPROP_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg() 514 phpdbg_parse_variable_with_arg(input, len, Z_ARRVAL_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg() 534 if (!silent) { in phpdbg_parse_variable_with_arg()
|
H A D | phpdbg_watch.c | 652 …ize_t len, HashTable *parent, size_t i, int (*callback)(phpdbg_watchpoint_t *), zend_bool silent) { in phpdbg_watchpoint_parse_input() argument
|
/PHP-7.0/Zend/ |
H A D | zend_object_handlers.h | 165 … *zend_std_get_static_property(zend_class_entry *ce, zend_string *property_name, zend_bool silent); 168 …_zend_property_info *zend_get_property_info(zend_class_entry *ce, zend_string *member, int silent);
|
H A D | zend_object_handlers.c | 289 … zend_get_property_offset(zend_class_entry *ce, zend_string *member, int silent, void **cache_slot… in zend_get_property_offset() argument 300 if (!silent) { in zend_get_property_offset() 326 if (!silent) { in zend_get_property_offset() 357 if (!silent) { 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() argument 378 if (!silent) { in zend_get_property_info() 404 if (!silent) { in zend_get_property_info() 428 if (!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() argument 1336 if (!silent) { in zend_std_get_static_property() [all …]
|
H A D | configure.in | 127 AM_SET_LIBTOOL_VARIABLE([--silent])
|
H A D | zend_alloc.h | 220 ZEND_API void shutdown_memory_manager(int silent, int full_shutdown); 243 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, int full_shutdown, int silent);
|
H A D | zend_alloc.c | 2206 void zend_mm_shutdown(zend_mm_heap *heap, int full, int silent) argument 2225 if (!silent) { 2649 ZEND_API void shutdown_memory_manager(int silent, int full_shutdown) argument 2651 zend_mm_shutdown(AG(mm_heap), full_shutdown, silent);
|
H A D | zend_API.h | 356 …lass_entry *scope, zval *object, const char *name, size_t name_length, zend_bool silent, zval *rv); 358 …d_static_property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool silent);
|
H A D | zend_API.c | 4024 …ry *scope, zval *object, const char *name, size_t name_length, zend_bool silent, zval *rv) /* {{{ … in zend_read_property() argument 4036 value = Z_OBJ_HT_P(object)->read_property(object, &property, silent?BP_VAR_IS:BP_VAR_R, NULL, 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() argument 4051 property = zend_std_get_static_property(scope, key, silent); in zend_read_static_property()
|
/PHP-7.0/ext/com_dotnet/ |
H A D | php_com_dotnet_internal.h | 106 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg); 110 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg);
|
H A D | com_com.c | 346 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg) in php_com_invoke_helper() argument 355 if (silent == 0 && FAILED(hr)) { 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() argument 629 hr = php_com_invoke_helper(obj, dispid, flags, &disp_params, v, silent, allow_noarg); in php_com_do_invoke_by_id()
|
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd.h | 96 …ange_user(conn, user, passwd, db, silent) ((conn)->data)->m->change_user((conn)->data, (user), (p… argument 97 …_ex(conn, user, passwd, db, silent, passwd_len) ((conn)->data)->m->change_user((conn)->data, (user… argument
|
H A D | mysqlnd.c | 215 zend_bool silent, enum php_mysqlnd_server_command command, in MYSQLND_METHOD() 221 DBG_INF_FMT("silent=%u packet=%u command=%s", silent, ok_packet, mysqlnd_command_to_text[command]); in MYSQLND_METHOD() 231 if (!silent) { in MYSQLND_METHOD() 279 if (!silent) { in MYSQLND_METHOD() 290 if (!silent) { in MYSQLND_METHOD() 315 … const zend_uchar * const arg, size_t arg_len, zend_bool silent, zend_bool ignore_upsert_status) in MYSQLND_METHOD() 321 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD() 356 if (!silent) { in MYSQLND_METHOD() 567 zend_bool silent, in mysqlnd_run_authentication() argument 2271 zend_bool silent, [all …]
|
H A D | mysqlnd_auth.c | 162 const zend_bool silent, in mysqlnd_auth_change_user() argument 215 auth_packet->silent = silent; in mysqlnd_auth_change_user()
|
H A D | mysqlnd_priv.h | 216 const zend_bool silent,
|
H A D | mysqlnd_wireprotocol.h | 102 zend_bool silent; member
|
H A D | mysqlnd_structs.h | 441 …conn, const char * user, const char * passwd, const char * db, zend_bool silent, size_t passwd_len… 479 …const arg, size_t arg_len, enum mysqlnd_packet_type ok_packet, zend_bool silent, zend_bool ignore_… 480 …(MYSQLND_CONN_DATA * conn, enum mysqlnd_packet_type ok_packet, zend_bool silent, enum php_mysqlnd_… 504 …command command, const zend_uchar * const arg, size_t arg_len, zend_bool silent, zend_bool ignore_…
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | compress.c | 76 int silent; member 432 if (compr[method].silent) in uncompressbuf()
|
/PHP-7.0/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() argument 2010 static int spl_filesystem_file_read(spl_filesystem_object *intern, int silent) /* {{{ */ in spl_filesystem_file_read() argument 2019 if (!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() argument 2153 if (!silent) { in spl_filesystem_file_read_line_ex() 2184 return spl_filesystem_file_read(intern, 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() argument 2222 int ret = spl_filesystem_file_read_line_ex(this_ptr, intern, silent); in spl_filesystem_file_read_line() 2226 ret = spl_filesystem_file_read_line_ex(this_ptr, intern, silent); in spl_filesystem_file_read_line()
|
/PHP-7.0/ |
H A D | Makefile.global | 20 -@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_change_user_old.phpt | 106 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
|
H A D | mysqli_change_user.phpt | 93 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
|
/PHP-7.0/ext/bcmath/libbcmath/ |
H A D | configure | 29 silent= 144 --quiet, --silent do not print \`checking...' messages
|