Searched defs:silent (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | compress.c | 71 int silent; member in struct:__anon98 420 if (compr[method].silent)
|
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_com.c | 341 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg TSRMLS_DC) 350 if (silent == 0 && FAILED(hr)) { 586 WORD flags, VARIANT *v, int nargs, zval **args, int silent, int allow_noarg TSRMLS_DC) 615 hr = php_com_invoke_helper(obj, dispid, flags, &disp_params, v, silent, allow_noarg TSRMLS_CC); 340 php_com_invoke_helper(php_com_dotnet_object *obj, DISPID id_member, WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg TSRMLS_DC) argument 585 php_com_do_invoke_by_id(php_com_dotnet_object *obj, DISPID dispid, WORD flags, VARIANT *v, int nargs, zval **args, int silent, int allow_noarg TSRMLS_DC) argument
|
| /PHP_5_3/Zend/ |
| H A D | zend_alloc.c | 1308 static int zend_mm_check_ptr(zend_mm_heap *heap, void *ptr, int silent ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) 1315 if (silent==2) { 1316 silent = 1; 1318 } else if (silent==3) { 1319 silent = 0; 1322 if (!silent) { 1339 if (silent) { 1348 if (!silent) { 1358 if (!silent) { 1367 if (!silent) { 2560 shutdown_memory_manager(int silent, int full_shutdown TSRMLS_DC) argument [all...] |
| H A D | zend_object_handlers.c | 194 ZEND_API struct _zend_property_info *zend_get_property_info(zend_class_entry *ce, zval *member, int silent TSRMLS_DC) /* {{{ */ 202 if (!silent) { 225 if (!silent && (property_info->flags & ZEND_ACC_STATIC)) { 245 if (silent) { 331 int silent; local 333 silent = (type == BP_VAR_IS); 349 /* make zend_get_property_info silent if we have getter - we may want to use it */ 402 if (!silent) { 1054 ZEND_API zval **zend_std_get_static_property(zend_class_entry *ce, char *property_name, int property_name_len, zend_bool silent TSRMLS_DC) /* {{{ */ 1075 if (!silent) { [all...] |
Completed in 13 milliseconds