Home
last modified time | relevance | path

Searched refs:free (Results 176 – 200 of 331) sorted by relevance

12345678910>>...14

/php-src/main/
H A Dphp_ini.c170 free(Z_ARR_P(zvalue)); in config_zval_dtor()
665 free(namelist[i]); in php_init_config()
693 free(namelist[i]); in php_init_config()
695 free(namelist); in php_init_config()
736 free(php_ini_opened_path); in php_shutdown_config()
740 free(php_ini_scanned_files); in php_shutdown_config()
/php-src/ext/standard/
H A Dbasic_functions.c656 free(keyw); in php_getenv()
662 free(keyw); in php_getenv()
670 free(keyw); in php_getenv()
676 free(ptr); in php_getenv()
677 free(keyw); in php_getenv()
806 free(keyw);
807 free(valw);
833 free(keyw);
834 free(valw);
841 free(keyw);
[all …]
/php-src/ext/soap/
H A Dphp_sdl.c3165 free(tmp->types); in delete_psdl_int()
3179 free(tmp); in delete_psdl_int()
3493 free(soapBind); in delete_binding_persistent()
3496 free(binding); in delete_binding_persistent()
3513 free(body.ns); in delete_sdl_soap_binding_function_body_persistent()
3596 free(function); in delete_function_persistent()
3614 free(param); in delete_parameter_persistent()
3641 free(hdr->name); in delete_header_persistent()
3644 free(hdr->ns); in delete_header_persistent()
3650 free(hdr); in delete_header_persistent()
[all …]
/php-src/ext/enchant/tests/
H A Dbroker_free_dict.phpt32 echo("dict broker free has failed\n");
/php-src/ext/standard/tests/serialize/
H A Dbug73341.phpt2 Bug #73144 (Use-afte-free in ArrayObject Deserialization)
/php-src/sapi/cli/tests/
H A D019.phpt25 This program is free software; you can redistribute it and/or modify
/php-src/ext/ffi/tests/
H A D033.phpt2 FFI 033: FFI::new(), FFI::free(), FFI::type(), FFI::typeof(), FFI::arrayType()
/php-src/sapi/fpm/fpm/
H A Dzlog.c623 free(stream->msg_suffix); in zlog_stream_set_msg_suffix()
638 free(stream->msg_suffix); in zlog_stream_set_msg_suffix()
651 free(stream->msg_final_suffix); in zlog_stream_set_msg_suffix()
850 free(stream->buf.data); in zlog_stream_destroy()
853 free(stream->msg_prefix); in zlog_stream_destroy()
856 free(stream->msg_suffix); in zlog_stream_destroy()
858 free(stream->msg_final_suffix); in zlog_stream_destroy()
H A Dfpm_events.c224 free(q); in fpm_event_queue_del()
250 free(tmp); in fpm_event_queue_destroy()
464 free(q2); in fpm_event_loop()
H A Dfpm_children.c37 free(last_faults); in fpm_children_cleanup()
60 free(child->log_stream); in fpm_child_free()
62 free(child); in fpm_child_free()
/php-src/ext/gd/libgd/
H A Dgd_webp.c98 free(argb); in gdImageCreateFromWebpCtx()
166 free(out); in gdImageWebpCtx()
/php-src/ext/reflection/tests/
H A Dbug33389.phpt2 Reflection Bug #33389 (double free() when exporting a ReflectionClass)
/php-src/ext/mysqli/tests/
H A Dmysqli_next_result_error.phpt24 $res->free();
H A Dbug45019.phpt24 $res->free();
/php-src/sapi/fpm/fpm/events/
H A Dport.c101 free(events); in fpm_event_port_clean()
H A Dkqueue.c100 free(kevents); in fpm_event_kqueue_clean()
H A Depoll.c98 free(epollfds); in fpm_event_epoll_clean()
/php-src/ext/soap/tests/bugs/
H A Dbug66112.phpt2 Bug #66112 (Use after free condition in SOAP extension)
/php-src/ext/fileinfo/libmagic/
H A Dapptype.c84 free(filename); in file_os2_apptype()
/php-src/ext/readline/
H A Dreadline_cli.c588 free(retval); in cli_completion_generator()
645 free(line); in readline_shell_run()
650 free(line); in readline_shell_run()
688 free(line); in readline_shell_run()
/php-src/ext/date/lib/
H A DLICENSE.rst6 Permission is hereby granted, free of charge, to any person obtaining a copy
/php-src/Zend/
H A Dzend_gdb.c106 free(entry); in zend_gdb_unregister_all()
/php-src/ext/opcache/jit/ir/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c231 free(state->code); in phpdbg_line_init()
302 free(state.code); in phpdbg_string_init()
323 free(state.code); in phpdbg_try_file_init()
332 free(init_file); in phpdbg_try_file_init()
348 free(sys_ini); in phpdbg_init()
367 free(init_file); in phpdbg_init()
389 free(PHPDBG_G(cur_command)); in phpdbg_clean()
410 free(res); in PHPDBG_COMMAND()
417 free(PHPDBG_G(exec)); in PHPDBG_COMMAND()
444 free(res); in PHPDBG_COMMAND()
[all …]
/php-src/ext/session/
H A Dmod_mm.c262 free(data); in ps_mm_destroy()
279 free(ps_mm_instance); in PHP_MINIT_FUNCTION()
304 free(ps_mm_instance); in PHP_MINIT_FUNCTION()

Completed in 75 milliseconds

12345678910>>...14