Skip to content

Instantly share code, notes, and snippets.

@vsixer
vsixer / gist:1828e7a18062322b3f82cfc17659f58e
Created May 17, 2025 11:10
Тестовый гист для нейронок
<?php
namespace Services\Finances;
use Common\Exceptions\LogicException;
use Common\Exceptions\NotFoundException;
use Common\Exceptions\UserException;
use Company;
use ContactsAgreements;
use ContactsFinancesAccounts;
@vsixer
vsixer / 2021-12-15T160400.200.json
Created December 15, 2021 10:12
Бектрейс вызовов функции calcBookPrice() при запросе корзины
/*
По сути это результаты выполнения debug_print_backtrace() в capiBasketController.php:80,
Бектрейсы с идентичными "путями" сгруппированы и отсортированы по кол-ву .
*/
[
"|var|www|api|system|v|controllers|capiBasketController.php:80",
{
"[arr:72]": {
"71": {
"[arr:2]": {
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->