Home
last modified time | relevance | path

Searched refs:efree (Results 276 – 300 of 314) sorted by relevance

1...<<111213

/PHP-8.1/docs/
H A Dparameter-parsing-api.md214 efree(varargs);
H A Dstreams.md67 `efree()ing` `opened_path`.
/PHP-8.1/ext/oci8/
H A Doci8_collection.c801 efree(collection); in php_oci_collection_close()
/PHP-8.1/ext/pdo/
H A Dpdo_sql_parser.re422 efree(plc);
/PHP-8.1/ext/standard/
H A Durl.c48 efree(theurl); in php_url_free()
H A Dvar_unserializer.re88 efree(d);
1056 efree(str);
/PHP-8.1/Zend/
H A Dzend_execute.h309 efree(p); in zend_vm_stack_free_call_frame_ex()
H A Dzend_builtin_functions.c1518 efree(module_names); in ZEND_FUNCTION()
1519 efree(modules); in ZEND_FUNCTION()
H A Dzend_compile.c304 efree(CG(context).brk_cont_array); in zend_oparray_context_end()
320 efree(FC(imports)); in zend_reset_import_tables()
326 efree(FC(imports_function)); in zend_reset_import_tables()
332 efree(FC(imports_const)); in zend_reset_import_tables()
5479 efree(jmp_opnums); in zend_compile_if()
5670 efree(jmpnz_opnums); in zend_compile_switch()
5895 efree(jmpnz_opnums); in zend_compile_match()
5897 efree(jmp_end_opnums); in zend_compile_match()
6008 efree(jmp_multicatch); in zend_compile_try()
6070 efree(jmp_opnums); in zend_compile_try()
[all …]
H A Dzend_exceptions.c865 efree(message); in zend_throw_exception_ex()
H A Dzend_execute.c208 efree(stack); in zend_vm_stack_destroy()
3667 efree(list); in zend_ref_del_type_source()
4097 efree(r); in zend_vm_stack_copy_call_frame()
4845 efree(eval_desc); in zend_include_or_eval()
/PHP-8.1/ext/filter/
H A Dfilter.c426 efree(*val); in php_sapi_filter()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c1843 efree(op_array); /* we have valid persistent_script, so it's safe to free op_array */ in opcache_compile_file()
1918 efree(fname); in file_cache_compile_file()
1960 efree(phar_path); in check_persistent_script_access()
2238 efree(fname); in persistent_compile_file()
3871 efree(op_array->dynamic_func_defs);
4600 efree(preload_scripts);
H A Dzend_accelerator_module.c912 efree(op_array);
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_vio.c234 efree(net_stream->res); in MYSQLND_METHOD()
H A Dmysqlnd_auth.c1278 efree(result_packet.password); in mysqlnd_caching_sha2_handle_server_response()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c234 efree(intern->ptr); in reflection_free_objects_storage()
242 efree(type_ref); in reflection_free_objects_storage()
251 efree(intern->ptr); in reflection_free_objects_storage()
258 efree(intern->ptr); in reflection_free_objects_storage()
3246 efree(lcname); in ZEND_METHOD()
3251 efree(lcname); in ZEND_METHOD()
3369 efree(params); in reflection_method_invoke()
6638 efree(args); in attribute_ctor_cleanup()
/PHP-8.1/ext/gd/libgd/
H A Dgd.c2004 efree(stack); in gdImageFill()
2077 efree(pts[i]); in _gdImageFillTiled()
2080 efree(pts); in _gdImageFillTiled()
2081 efree(stack); in _gdImageFillTiled()
/PHP-8.1/ext/spl/
H A Dspl_iterators.c619 efree(intern->iterators); in spl_recursive_it_it_construct()
927 efree(object->iterators); in spl_RecursiveIteratorIterator_free_storage()
1407 efree(cfi); in spl_dual_it_construct()
2101 efree(cbfilter); in spl_dual_it_free_storage()
H A Dspl_observer.c116 efree(el); in spl_object_storage_dtor()
/PHP-8.1/ext/session/
H A Dsession.c1294 efree(current); in php_session_remove_cookie()
1299 efree(session_cookie); in php_session_remove_cookie()
3166 efree(progress); in php_session_rfc1867_callback()
/PHP-8.1/ext/dom/
H A Dphp_dom.c246 efree(doc_props); in dom_get_strict_error()
1130 efree(objmap); in dom_nnodemap_objects_free_storage()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c7200 efree(t->stack_map); in zend_jit_compile_root_trace()
7214 efree(t->stack_map); in zend_jit_compile_root_trace()
7219 efree(t->stack_map); in zend_jit_compile_root_trace()
7235 efree(t->stack_map); in zend_jit_compile_root_trace()
7241 efree(t->stack_map); in zend_jit_compile_root_trace()
7864 efree(t->stack_map); in zend_jit_compile_side_trace()
7878 efree(t->stack_map); in zend_jit_compile_side_trace()
7883 efree(t->stack_map); in zend_jit_compile_side_trace()
7905 efree(t->stack_map); in zend_jit_compile_side_trace()
7911 efree(t->stack_map); in zend_jit_compile_side_trace()
/PHP-8.1/Zend/Optimizer/
H A Dblock_pass.c1036 efree(op_array->opcodes); in assemble_code_blocks()
1124 efree(op_array->try_catch_array); in assemble_code_blocks()
/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c1138 efree(description); in _php_mb_regex_ereg_replace_exec()

Completed in 188 milliseconds

1...<<111213