Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 282) sorted by path

12345678910>>...12

/PHP-5.5/
H A D.gdbinit9 of frame info.
H A D.gitignore89 php_lcov.info
H A DINSTALL1191 so: http://localhost/info.php Or using the DocumentRoot in the user
1193 http://localhost/~yourusername/info.php
H A DMakefile.gcov12 php_lcov.info: lcov-test
69 lcov-html: php_lcov.info
71 @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" php_lcov.info
74 rm -f php_lcov.info
H A DNEWS274 . Fixed bug #70081 (SoapClient info leak / null pointer dereference via
557 . Fixed bug #69141 (Missing arguments in reflection info for some builtin
659 (bugreports at internot dot info)
3215 See zend_class_entry.info union.
3656 . Added debug info handler to DOM objects. (Gustavo, Joey Smith)
4173 . Implemented FR #54561 (Expose ICU version info). (David Zuelke, Ilia)
5646 are empty). (info at programmiernutte dot net)
5712 - Changed openssl info to show the shared library version number. (Scott)
7197 - Added ReflectionExtension::info() function to print the phpinfo()
7313 (christian at hoffie dot info, Tony)
[all …]
H A DREADME.PARAMETER_PARSING_API57 f - function or array containing php method call info (returned as
H A DREADME.RELEASE_PROCESS199 1. Update phpweb/include/releases.inc with the old release info
H A DREADME.TESTING2115 PATH_INFO=/path/info
H A DREADME.UNIX-BUILD-SYSTEM115 General info
/PHP-5.5/TSRM/
H A Dtsrm_win32.c75 CloseHandle(ptr->info); in tsrm_win32_dtor()
625 shm->info = info_handle; in shmget()
626 shm->descriptor = MapViewOfFileEx(shm->info, FILE_MAP_ALL_ACCESS, 0, 0, 0, NULL); in shmget()
647 CloseHandle(shm->info); in shmget()
H A Dtsrm_win32.h55 HANDLE info; member
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_008.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
H A Daccess_modifiers_009.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
H A Dbug52237.phpt6 preg_match('//', '', $data->info);
/PHP-5.5/Zend/
H A Dzend.h538 } info; member
H A Dzend_API.c2082 zend_internal_function_info *info = (zend_internal_function_info*)ptr->arg_info; in zend_register_functions() local
2087 if (info->required_num_args == -1) { in zend_register_functions()
2090 internal_function->required_num_args = info->required_num_args; in zend_register_functions()
2092 if (info->pass_rest_by_reference) { in zend_register_functions()
2093 if (info->pass_rest_by_reference == ZEND_SEND_PREFER_REF) { in zend_register_functions()
2099 if (info->return_reference) { in zend_register_functions()
2332 …if ((*ce)->type == ZEND_INTERNAL_CLASS && (*ce)->info.internal.module->module_number == *module_nu… in clean_module_class()
2501 class_entry->info.internal.module = EG(current_module); in do_register_internal_class()
2503 if (class_entry->info.internal.builtin_functions) { in do_register_internal_class()
2504 …zend_register_functions(class_entry, class_entry->info.internal.builtin_functions, &class_entry->f… in do_register_internal_class()
[all …]
H A Dzend_API.h211 class_container.info.internal.module = NULL; \
212 class_container.info.internal.builtin_functions = functions; \
H A Dzend_alloc.c367 zend_mm_block_info info; member
380 zend_mm_block_info info; member
392 zend_mm_block_info info; member
645 …if (UNEXPECTED((block)->info._size != ZEND_MM_BLOCK_AT(block, ZEND_MM_FREE_BLOCK_SIZE(block))->inf…
647 UNEXPECTED(ZEND_MM_PREV_BLOCK(block)->info._size != (block)->info._prev))) { \
1253 p->info._size != q->info._prev) { in zend_mm_find_leaks()
1289 p->info._size != q->info._prev) { in zend_mm_check_leaks()
1384 if (p->info._size != ZEND_MM_NEXT_BLOCK(p)->info._prev) { in zend_mm_check_ptr()
1392 if (p->info._prev != ZEND_MM_GUARD_BLOCK && in zend_mm_check_ptr()
1393 ZEND_MM_PREV_BLOCK(p)->info._size != p->info._prev) { in zend_mm_check_ptr()
[all …]
H A Dzend_closures.c353 char *name, *info; in zend_closure_get_debug_info() local
364 info_len = zend_spprintf(&info, 0, "%s", in zend_closure_get_debug_info()
366 add_assoc_stringl_ex(val, name, name_len + 1, info, info_len, 0); in zend_closure_get_debug_info()
H A Dzend_compile.c5038 new_class_entry->info.user.filename = zend_get_compiled_filename(TSRMLS_C); in zend_do_begin_class_declaration()
5039 new_class_entry->info.user.line_start = class_token->u.op.opline_num; in zend_do_begin_class_declaration()
5090 CG(active_class_entry)->info.user.doc_comment = CG(doc_comment); in zend_do_begin_class_declaration()
5091 CG(active_class_entry)->info.user.doc_comment_len = CG(doc_comment_len); in zend_do_begin_class_declaration()
5131 ce->info.user.line_end = zend_get_compiled_lineno(TSRMLS_C); in zend_do_end_class_declaration()
6846 ce->info.user.doc_comment = NULL; in zend_initialize_class_data()
6847 ce->info.user.doc_comment_len = 0; in zend_initialize_class_data()
6881 ce->info.internal.module = NULL; in zend_initialize_class_data()
6882 ce->info.internal.builtin_functions = NULL; in zend_initialize_class_data()
7079 (*pce)->info.user.filename == CG(compiled_filename)) { in zend_do_use()
H A Dzend_object_handlers.c389 zend_property_info info; in zend_get_property_guard() local
393 property_info = &info; in zend_get_property_guard()
394 info.name = Z_STRVAL_P(member); in zend_get_property_guard()
395 info.name_length = Z_STRLEN_P(member); in zend_get_property_guard()
396 info.h = zend_get_hash_value(Z_STRVAL_P(member), Z_STRLEN_P(member) + 1); in zend_get_property_guard()
402 info.name = prop_name; in zend_get_property_guard()
403 info.name_length = strlen(prop_name); in zend_get_property_guard()
404 info.h = zend_get_hash_value(info.name, info.name_length+1); in zend_get_property_guard()
405 property_info = &info; in zend_get_property_guard()
996 call_user_call->module = (ce->type == ZEND_INTERNAL_CLASS) ? ce->info.internal.module : NULL; in zend_get_user_call_function()
[all …]
H A Dzend_opcode.c310 if (ce->info.user.doc_comment) { in destroy_zend_class()
311 efree((char*)ce->info.user.doc_comment); in destroy_zend_class()
/PHP-5.5/build/
H A Dbuild.mk75 @if (test ! -f '.git/info/exclude' || grep -s "git-ls-files" .git/info/exclude); then \
76 …it/info/exclude" && echo '*.o' > .git/info/exclude && git svn propget svn:ignore | grep -v config.…
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c48 COSERVERINFO info; in PHP_FUNCTION() local
126 info.dwReserved1 = 0; in PHP_FUNCTION()
127 info.dwReserved2 = 0; in PHP_FUNCTION()
128info.pwszName = php_com_string_to_olestring(server_name, server_name_len, obj->code_page TSRMLS_CC… in PHP_FUNCTION()
150 info.pAuthInfo = &authinfo; in PHP_FUNCTION()
152 info.pAuthInfo = NULL; in PHP_FUNCTION()
172 bopt.pServerInfo = &info; in PHP_FUNCTION()
203 res = CoCreateInstanceEx(&clsid, NULL, ctx, &info, 1, &qi); in PHP_FUNCTION()
218 STR_FREE((char*)info.pwszName); in PHP_FUNCTION()
H A Dcom_typeinfo.c73 ITypeInfo *info = NULL; in php_com_load_typelib() local
77 SUCCEEDED(hr = IDispatch_GetTypeInfo(disp, 0, LANG_NEUTRAL, &info))) { in php_com_load_typelib()
78 hr = ITypeInfo_GetContainingTypeLib(info, &TL, &idx); in php_com_load_typelib()
81 if (info) { in php_com_load_typelib()
82 ITypeInfo_Release(info); in php_com_load_typelib()

Completed in 128 milliseconds

12345678910>>...12