Home
last modified time | relevance | path

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

12345678910>>...14

/php-src/
H A DCODING_STANDARDS.md16 1. Functions that are given pointers to resources should not free them.
18 For instance, `function int mail(char *to, char *from)` should NOT free `to`
27 function may free its arguments (if true, the function must free its
78 may need to control or free the memory, or when the memory in question needs
H A DCONTRIBUTING.md319 free to post your questions on the mailing list. Please have a look at the more
427 Fixed bug #14016 (pgsql notice handler double free crash bug.)
H A DUPGRADING.INTERNALS24 always initialized because it doesn't free trampolines.
/php-src/TSRM/
H A DTSRM.c148 free(tsrm_tls_table); in tsrm_startup()
179 free(thread_resources->storage); in ts_free_resources()
206 free(p->storage); in tsrm_shutdown()
208 free(p); in tsrm_shutdown()
212 free(tsrm_tls_table); in tsrm_shutdown()
213 free(resource_types_table); in tsrm_shutdown()
490 free(thread_resources); in ts_resource_ex()
532 free(thread_resources); in ts_free_thread()
563 free(p->storage[rsrc_id]); in ts_free_id()
640 free(mutexp); in tsrm_mutex_free()
[all …]
H A Dtsrm_win32.c488 free(cmd); in popen_ex()
495 free(cmd); in popen_ex()
496 free(cmdw); in popen_ex()
506 free(cmdw); in popen_ex()
507 free(cwdw); in popen_ex()
508 free(cmd); in popen_ex()
552 free(cmd); in popen_ex()
565 free(cmd); in popen_ex()
566 free(cmdw); in popen_ex()
567 free(cwdw); in popen_ex()
[all …]
/php-src/Zend/asm/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person or organization
/php-src/Zend/tests/
H A Darray_literal_next_element_error.phpt2 Next free element may overflow in array literals
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)
H A Dbug63734.phpt2 Bug #63734 (Garbage collector can free zvals that are still referenced)
H A Dbug69388.phpt2 Bug #69388: Use after free on recursive calls to PHP compiler
H A Dbug70083.phpt2 Bug #70083 (Use after free with assign by ref to overloaded objects)
H A Dbug71154.phpt8 /* Free array, causing free of iterator */
H A Dbug72162.phpt2 Bug #72162 (use-after-free - error_reporting)
H A Dbug76047.phpt2 Bug #76047: Use-after-free when accessing already destructed backtrace arguments
H A Dbug79784.phpt2 Bug #79784: Use after free if changing array during undef var during array write fetch
H A Dbug79793.phpt2 Bug #79793: Use after free if string used in undefined index warning is changed
H A Dbug79836_4.phpt2 Bug #79836 (use-after-free in concat_function)
H A Dbug80194.phpt2 Bug #80194: Assertion failure during block assembly of unreachable free with leading nop
H A Dcode_before_loop_var_free.phpt2 Code before loop var free
H A Dctor_promotion_free_function.phpt2 Constructor promotion cannot be used in a free function
H A Dcustom_assert_forbidden.phpt2 Defining a free-standing assert() function is deprecated
/php-src/Zend/tests/attributes/
H A D018_fatal_error_in_argument.phpt2 Don't free uninitialized memory if a fatal error occurs in an attribute argument
/php-src/Zend/tests/generators/
H A Dbug80240.phpt2 Bug #80240: Use after free multi yield from

Completed in 49 milliseconds

12345678910>>...14