Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 297) sorted by path

12345678910>>...12

/PHP-5.5/
H A DCODING_STANDARDS17 1. Functions that are given pointers to resources should not free them
19 For instance, ``function int mail(char *to, char *from)`` should NOT free
26 the function may free its arguments (if true - the function must free its
82 library may need to control or free the memory, or when the memory in
H A DINSTALL632 » http://benoit.noss.free.fr/php/install-php4.html
H A DNEWS70 . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free).
470 . Fixed bug #69316 (Use-after-free in php_curl related to
532 . Fixed bug #69227 (Use after free in zval_scan caused by
658 . Fixed bug #68901 (use after free). (CVE-2015-2301)
1425 . Fixed bug #66112 (Use after free condition in SOAP extension).
2583 outdated html/css). (pascal.chevrel@free.fr)
2604 . Fixed bug #62907 (Double free when use traits). (Dmitry)
2743 http://localhost:8000'). (pascal.chevrel@free.fr)
3458 (r dot i dot k at free dot fr, Ilia)
3820 . Fixed invalid free in call_user_method() function. (Felipe)
[all …]
H A DREADME.GIT-RULES6 We'll assume you're basically familiar with Git, but feel free to post
119 Fixed bug #14016 (pgsql notice handler double free crash bug.)
H A DREADME.REDIST.BINS110 Permission is hereby granted, free of charge, to any person obtaining a copy
291 Subject to the following 3 conditions, Epinions, Inc. permits you, free
H A DREADME.STREAMS373 and free the resources you allocated for the abstract field. In the case of
/PHP-5.5/TSRM/
H A DTSRM.c150 free(tsrm_tls_table); in tsrm_startup()
182 free(p->storage[j]); in tsrm_shutdown()
185 free(p->storage); in tsrm_shutdown()
186 free(p); in tsrm_shutdown()
190 free(tsrm_tls_table); in tsrm_shutdown()
400 free(thread_resources); in tsrm_free_interpreter_context()
548 free(p->storage[j]); in ts_free_id()
627 free(mutexp); in tsrm_mutex_free()
629 free(mutexp); in tsrm_mutex_free()
632 free(mutexp); in tsrm_mutex_free()
[all …]
H A Dtsrm_config_common.h63 do { if (use_heap) free(p); } while (0)
67 # define tsrm_free_alloca(p, use_heap) free(p)
H A Dtsrm_nw.c146 free (command);
150 free (argv[i]);
216 free (command);
220 free (argv[i]);
H A Dtsrm_virtual_cwd.c156 free((s)->cwd);
329 free(tmp); in php_sys_stat_ex()
489free(main_cwd_state.cwd); /* Don't use CWD_STATE_FREE because the non global states will probably … in virtual_cwd_shutdown()
546 free(cwd); in virtual_getcwd()
551 free(cwd); in virtual_getcwd()
601 free(r); in realpath_cache_clean()
632 free(r); in realpath_cache_del()
713 free(r); in realpath_cache_find()
1919 free(command_line); in virtual_popen()
1955 free(new_state.cwd); in tsrm_realpath()
[all …]
H A Dtsrm_win32.c67 free(globals->process); in tsrm_win32_dtor()
77 free(globals->shm); in tsrm_win32_dtor()
80 free(globals->comspec); in tsrm_win32_dtor()
184 free(pResultSid); in tsrm_win32_get_token_sid()
224 free(real_path); in tsrm_win32_access()
230 free(real_path); in tsrm_win32_access()
258 free(TWG(impersonation_token_sid)); in tsrm_win32_access()
277 free(token_sid); in tsrm_win32_access()
361 free(psec_desc); in tsrm_win32_access()
370 free(real_path); in tsrm_win32_access()
[all …]
/PHP-5.5/Zend/tests/
H A Dbug44184.phpt2 Bug #44184 (Double free of loop-variable on exception)
H A Dbug54268.phpt2 Bug #54268 (Double free when destroy_zend_class fails)
H A Dbug62907.phpt2 Bug #62907 (Double free when use traits)
/PHP-5.5/Zend/tests/generators/finally/
H A Drun_on_dtor.phpt2 finally is run on object dtor, not free
/PHP-5.5/Zend/
H A Dzend.c544 free(compiler_globals->class_table); in compiler_globals_dtor()
548 free(compiler_globals->auto_globals); in compiler_globals_dtor()
792 free(compiler_globals->function_table); in zend_post_startup()
793 free(compiler_globals->class_table); in zend_post_startup()
800 free(EG(zend_constants)); in zend_post_startup()
834 free(GLOBAL_AUTO_GLOBALS_TABLE); in zend_shutdown()
837 free(zend_version_info); in zend_shutdown()
839 free(GLOBAL_FUNCTION_TABLE); in zend_shutdown()
840 free(GLOBAL_CLASS_TABLE); in zend_shutdown()
843 free(GLOBAL_CONSTANTS_TABLE); in zend_shutdown()
[all …]
H A Dzend_API.c1893 free(class_cleanup_handlers); in zend_destroy_modules()
1894 free(module_request_startup_handlers); in zend_destroy_modules()
3495 free((char*)property_info.name); in zend_declare_property_ex()
H A Dzend_alloc.c144 free(storage); in zend_mm_mem_dummy_dtor()
217 free(storage); in zend_mm_mem_mmap_zero_dtor()
255 free(storage); in zend_mm_mem_win32_dtor()
297 free(ptr); in zend_mm_mem_malloc_free()
1157 free(heap); in zend_mm_startup_ex()
1610 free(heap); in zend_mm_shutdown()
1688 free(heap); in zend_mm_shutdown()
2730 alloc_globals->mm_heap->_free = free; in alloc_globals_ctor()
H A Dzend_alloc.h124 #define pefree(ptr, persistent) ((persistent)?free(ptr):efree(ptr))
133 #define pefree_rel(ptr, persistent) ((persistent)?free(ptr):efree_rel(ptr))
H A Dzend_constants.c164 free(EG(zend_constants)); in zend_shutdown_constants()
H A Dzend_execute_API.c435 free(*zval_ptr); in _zval_internal_ptr_dtor()
H A Dzend_gc.c36 free(gc_globals->buf); in root_buffer_dtor()
H A Dzend_ini.c106 free(EG(ini_directives)); in zend_ini_shutdown()
114 free(registered_zend_ini_directives); in zend_ini_global_shutdown()
H A Dzend_ini_parser.y59 free(Z_STRVAL_P(op1)); in zend_ini_do_op()
62 free(Z_STRVAL_P(op2)); in zend_ini_do_op()
136 free(Z_STRVAL_P(name)); in zend_ini_get_constant()
289 free(Z_STRVAL($2));
296 free(Z_STRVAL($1));
297 free(Z_STRVAL($3));
304 free(Z_STRVAL($1));
305 free(Z_STRVAL($2));
306 free(Z_STRVAL($5));
330 encapsed_list cfg_var_ref { zend_ini_add_string(&$$, &$1, &$2); free(Z_STRVAL($2)); }
[all …]
H A Dzend_ini_scanner.c205 free(ini_filename); in shutdown_ini_scanner()

Completed in 234 milliseconds

12345678910>>...12