High performance, full-stack PHP framework delivered as a C extension.
This report presents the forensic synthetic code analysis of phalcon/cphalcon, a PHP project with 10,829 GitHub stars. SynthScan v2.0 examined 728,030 lines of code across 6411 source files, recording 6424 pattern matches distributed across 5 syntactic categories. The overall adjusted score of 8.9 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 6424 distinct pattern matches across 5 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/generate-api-docs.php | 789 | function renderInlineSignatureHtml(array $method): string | CODE |
| LOW | tests/AbstractUnitTestCase.php | 50 | public function assertFileContentsContains(string $fileName, string $stream): void | CODE |
| LOW | tests/database/Forms/SelectTest.php | 55 | public function testSelectRenderWithResultset(): void | CODE |
| LOW | tests/database/Forms/SelectTest.php | 80 | public function testSelectRenderWithResultsetThrowsWithoutUsing(): void | CODE |
| LOW | tests/database/Forms/FormElementsTest.php | 45 | public function testShouldCancelValidationOnFirstFail(): void | CODE |
| LOW | tests/database/Forms/FormsTest.php | 129 | public function testFormRenderEntityGetters(): void | CODE |
| LOW | tests/database/Forms/FormsTest.php | 216 | public function testFormValidatorEntityBind(): void | CODE |
| LOW | tests/database/Forms/FormsTest.php | 271 | public function testFormValidatorEntityBindSetters(): void | CODE |
| LOW | tests/database/Forms/Form/ClearTest.php | 112 | public function testFormsFormClearFieldsArray(): void | CODE |
| LOW | tests/database/Forms/Form/ClearTest.php | 164 | public function testFormsFormClearFieldString(): void | CODE |
| LOW | tests/database/Forms/Form/ClearTest.php | 354 | public function testClearFormElementsAndUsingValidation(): void | CODE |
| LOW | tests/database/Forms/Form/ClearTest.php | 455 | public function testClearFormElementsByUsingFormBind(): void | CODE |
| LOW | tests/database/Mvc/ModelTest.php | 210 | // public function testInvalidVirtualForeignKeys() | COMMENT |
| LOW | tests/database/Mvc/ModelTest.php | 239 | // public function testSerializeSnapshotCache() | COMMENT |
| LOW | tests/database/Mvc/ModelTest.php | 462 | // public function testMassAssignmentRenamed() | COMMENT |
| LOW | tests/database/Mvc/ModelTest.php | 585 | // public function testBehaviorsTimestampable() | COMMENT |
| LOW | tests/database/Mvc/ModelTest.php | 620 | // public function testFieldDefaultEmptyStringIsNull() | COMMENT |
| LOW | tests/database/Mvc/ModelTest.php | 718 | // public function testAssignSettersDisabled() | COMMENT |
| LOW | tests/database/Mvc/ModelTest.php | 755 | // public function testAllowEmptyStringFields() | COMMENT |
| LOW | tests/database/Mvc/ModelTest.php | 791 | // public function testUseTransactionWithinFind() | COMMENT |
| LOW | tests/database/Mvc/ModelTest.php | 824 | // public function testUseTransactionWithinFindFirst() | COMMENT |
| LOW | tests/database/Mvc/ModelTest.php | 857 | // public function testUseTransactionOutsideFind() | COMMENT |
| LOW | tests/database/Mvc/ModelTest.php | 896 | // public function testUseTransactionOutsideFindFirst() | COMMENT |
| LOW | tests/database/Mvc/ModelTest.php | 78 | public function testExecuteCamelCaseRelation(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorViewEnginesTest.php | 24 | public function testShouldRenderVoltEngineBuiltInFunctions(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorViewEnginesTest.php | 33 | public function testShouldWorkWithMustacheEngine(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorViewEnginesTest.php | 42 | public function testShouldWorkMixPhpMustacheEnginesPartial(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorViewEnginesTest.php | 51 | public function testShouldWorkMixPhpTwigEnginesPartial(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorViewEnginesTest.php | 60 | public function testShouldWorkWithTwigEngine(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorViewEnginesTest.php | 69 | public function testShouldWorkMixPhpTwigEngines(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorViewEnginesTest.php | 78 | public function testShouldWorkMixPhpMustacheEngines(): void | CODE |
| LOW | tests/database/Mvc/ViewTest.php | 75 | public function testRenderingWithPartials(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorMicroTest.php | 42 | public function testMicroMiddlewareSimple(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorMicroTest.php | 51 | public function testMicroMiddlewareClasses(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorMicroTest.php | 60 | public function testMicroStopMiddlewareOnBeforeClasses(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorMicroTest.php | 69 | public function testMicroStopMiddlewareOnAfterAndFinishClasses(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorRouterTest.php | 33 | public function testUsingCallbacksBeforeMatchRoute(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorRouterTest.php | 42 | public function testShouldMatchWithRouter(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorRouterTest.php | 51 | public function testShouldMatchWithTheRouterByUsingHttpMethods(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorRouterTest.php | 60 | public function testShouldMatchWithGotRouterParam(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorRouterTest.php | 69 | public function testAddingRouteByUsingShortPaths(): void | CODE |
| LOW⚡ | tests/database/Mvc/RefactorRouterTest.php | 78 | public function testShouldMathWithHostnameRegex(): void | CODE |
| LOW | tests/database/Mvc/RefactorRouterTest.php | 96 | public function testShouldReturnCorrectController(): void | CODE |
| LOW | tests/database/Mvc/Model/GetMessagesTest.php | 73 | public function testMvcModelGetMessagesFiltered(): void | CODE |
| LOW | tests/database/Mvc/Model/SpatialHydrationTest.php | 53 | public function testPointHydratesWhenCastOnHydrate(): void | CODE |
| LOW | …atabase/Mvc/Model/RefactorModelsResultsetCacheTest.php | 33 | public function testCacheDefaultDIBindings(): void | CODE |
| LOW | tests/database/Mvc/Model/SetOldSnapshotDataTest.php | 28 | public function testMvcModelSetOldSnapshotData(): void | CODE |
| LOW | tests/database/Mvc/Model/AverageTest.php | 157 | public function testMvcModelAverageEmptyResultReturnsZero(): void | CODE |
| LOW | tests/database/Mvc/Model/SetDirtyStateTest.php | 28 | public function testMvcModelSetDirtyState(): void | CODE |
| LOW | tests/database/Mvc/Model/SaveNullDefaultTest.php | 54 | public function testMvcModelSaveKeepsNullForDefaultNullColumn(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 46 | public function testMvcModelUnderscoreSet(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 95 | public function testMvcModelUnderscoreSetIsUsingSetters(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 144 | public function testMvcModelUnderscoreSetUndefinedPropertyWithAssociativeArray(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 172 | public function testMvcModelUnderscoreSetWithArrayOfBelongsToRelatedRecord(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 210 | public function testMvcModelUnderscoreSetWithArrayOfHasOneRelatedRecord(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 248 | public function testMvcModelUnderscoreSetWithBelongsToRelatedRecord(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 273 | public function testMvcModelUnderscoreSetWithHasManyRelatedRecords(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 379 | public function testMvcModelUnderscoreSetWithHasManyToManyRelatedRecords(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 421 | public function testMvcModelUnderscoreSetWithHasOneRelatedRecord(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 446 | public function testMvcModelUnderscoreSetWithHasOneThroughRelatedRecord(): void | CODE |
| 4952 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | resources/release-notes.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | ext/phalcon.h | 1 | COMMENT | |
| LOW | ext/phalcon.h | 21 | #include "phalcon/factory/abstractconfigfactory.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 41 | #include "phalcon/forms/exception.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 61 | #include "phalcon/session/exception.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 81 | #include "phalcon/events/exception.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 101 | #include "phalcon/contracts/assets/filter.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 121 | #include "phalcon/queue/adapter/abstractconsumer.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 141 | #include "phalcon/contracts/logger/logger.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 161 | #include "phalcon/mvc/url/exception.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 181 | #include "phalcon/contracts/container/resolver/reflectionparameterresolver.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 201 | #include "phalcon/dispatcher/abstractdispatcher.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 221 | #include "phalcon/mvc/model/metadata/strategy/strategyinterface.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 241 | #include "phalcon/contracts/auth/guard/basicauth.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 261 | #include "phalcon/di/factorydefault.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 281 | #include "phalcon/html/link/linkprovider.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 301 | #include "phalcon/mvc/model/query/statusinterface.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 321 | #include "phalcon/storage/adapter/stream.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 341 | #include "phalcon/acl/exceptions/rolenotfoundexception.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 361 | #include "phalcon/assets/exceptions/cannotreadasset.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 381 | #include "phalcon/auth/adapter/config/streamadapterconfig.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 401 | #include "phalcon/auth/internal/containerresolver.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 421 | #include "phalcon/cache/exception/invalidargumentexception.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 441 | #include "phalcon/config/exceptions/groupedadapterrequiresarray.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 461 | #include "phalcon/container/exceptions/invalidextender.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 481 | #include "phalcon/container/resolver/lazy/newinstance.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 501 | #include "phalcon/datamapper/pdo/profiler/profiler.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 521 | #include "phalcon/db/exceptions/columntyperejectsautoincrement.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 541 | #include "phalcon/db/exceptions/invalidsqlexpressiontype.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 561 | #include "phalcon/db/exceptions/sqlitealterforeignkeynotsupported.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 581 | #include "phalcon/db/rawvalue.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 601 | #include "phalcon/di/exceptions/servicecannotberesolved.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 621 | #include "phalcon/encryption/crypt/exception/invalidpaddingsize.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 641 | #include "phalcon/encryption/security/jwt/exceptions/invalidaudience.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 661 | #include "phalcon/encryption/security/uuid/randomnodeprovider.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 681 | #include "phalcon/filter/sanitize/absint.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 701 | #include "phalcon/filter/sanitize/upperfirst.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 721 | #include "phalcon/filter/validation/exceptions/uniquenessmodelrequired.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 741 | #include "phalcon/filter/validation/validator/file/size/max.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 761 | #include "phalcon/forms/element/checkgroup.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 781 | #include "phalcon/forms/exceptions/jsonschemanotarray.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 801 | #include "phalcon/html/escaper/jsescaper.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 821 | #include "phalcon/html/helper/input/checkboxgroup.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 841 | #include "phalcon/html/tagfactory.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 861 | #include "phalcon/image/adapter/gd.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 881 | #include "phalcon/logger/adapter/stream.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 901 | #include "phalcon/mvc/application/exceptions/containerrequired.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 921 | #include "phalcon/mvc/micro/middlewareinterface.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 941 | #include "phalcon/mvc/model/exceptions/indexnotincursor.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 961 | #include "phalcon/mvc/model/exceptions/primarykeyrequired.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 981 | #include "phalcon/mvc/model/metadata/exceptions/invalidcontainer.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1001 | #include "phalcon/mvc/model/query/exceptions/builder/buildercolumnnotinmap.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1021 | #include "phalcon/mvc/model/query/exceptions/invalidinjectedmetadata.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1041 | #include "phalcon/mvc/model/query/exceptions/unknowncolumntype.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1061 | #include "phalcon/mvc/router/exceptions/annotationsserviceunavailable.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1081 | #include "phalcon/mvc/url/exceptions/missingroutename.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1101 | #include "phalcon/mvc/view/engine/volt/exceptions/macroalreadydefined.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1121 | #include "phalcon/paginator/adapter/nativearray.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1141 | #include "phalcon/queue/adapter/generictopic.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1161 | #include "phalcon/queue/adapter/stream/streamsubscriptionconsumer.zep.h" | COMMENT |
| 1313 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ext/phalcon/mvc/model/query.zep.c | 3553 | add_assoc_stringl_ex(&_32$$42, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 3568 | add_assoc_stringl_ex(&_37$$43, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 3593 | add_assoc_stringl_ex(&_41$$46, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 3606 | add_assoc_stringl_ex(&_44$$47, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 3619 | add_assoc_stringl_ex(&_47$$48, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 3632 | add_assoc_stringl_ex(&_50$$49, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 3645 | add_assoc_stringl_ex(&_53$$50, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 3658 | add_assoc_stringl_ex(&_56$$51, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 3697 | add_assoc_stringl_ex(&_62$$52, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 3718 | add_assoc_stringl_ex(&_65$$57, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/db/dialect.zep.c | 632 | if (ZEPHIR_IS_STRING(&type, "placeholder")) { | CODE |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 2032 | zephir_array_fetch_string(&_5$$4, &placeholder, SL("placeholder"), PH_NOISY | PH_READONLY, "phalcon/Db/Adapter/Abstra | CODE |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 2067 | zephir_array_fetch_string(&_12$$7, &placeholder, SL("placeholder"), PH_NOISY | PH_READONLY, "phalcon/Db/Adapter/Abst | CODE |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 3282 | zephir_array_fetch_string(&_7$$3, &placeholder, SL("placeholder"), PH_NOISY | PH_READONLY, "phalcon/Db/Adapter/Abstra | CODE |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 3331 | zephir_array_fetch_string(&_16$$7, &placeholder, SL("placeholder"), PH_NOISY | PH_READONLY, "phalcon/Db/Adapter/Abst | CODE |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 3607 | * - "placeholder": string - the SQL fragment ("null", "?", or raw SQL) | COMMENT |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 3654 | zephir_array_update_string(return_value, SL("placeholder"), &_1$$3, PH_COPY | PH_SEPARATE); | CODE |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 3667 | add_assoc_stringl_ex(return_value, SL("placeholder"), SL("null")); | CODE |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 3690 | add_assoc_stringl_ex(return_value, SL("placeholder"), SL("?")); | CODE |
| LOW | tests/database/Forms/Form/ClearTest.php | 359 | 'placeholder' => 'Insert your Password', | CODE |
| LOW | tests/unit/Forms/Form/ClearTest.php | 355 | 'placeholder' => 'Insert your Password', | CODE |
| LOW | …it/Mvc/View/Engine/Volt/Compiler/CompileStringTest.php | 225 | "{{ email_field('email', 'class': 'form-control', 'placeholder': 'Email Address') }}", | CODE |
| LOW | …it/Mvc/View/Engine/Volt/Compiler/CompileStringTest.php | 227 | "'placeholder' => 'Email Address']) ?>", | CODE |
| LOW | tests/unit/Support/Debug/ReportBuilderTest.php | 66 | $exception = new Exception('placeholder'); | CODE |
| LOW | tests/unit/Filter/Validation/GetValueByEntityTest.php | 24 | public const NAME = 'John Doe'; | CODE |
| LOW⚡ | tests/unit/Filter/Validation/GetEntityTest.php | 82 | 'name' => 'John Doe', | CODE |
| LOW⚡ | tests/unit/Filter/Validation/GetEntityTest.php | 92 | $expected = 'John Doe'; | CODE |
| LOW⚡ | tests/unit/Filter/Validation/GetEntityTest.php | 96 | $expected = 'John Doe'; | CODE |
| LOW⚡ | tests/unit/Filter/Validation/GetEntityTest.php | 131 | 'name' => 'John Doe', | CODE |
| LOW⚡ | tests/unit/Filter/Validation/GetEntityTest.php | 139 | $expected = 'John Doe'; | CODE |
| LOW⚡ | tests/unit/Filter/Validation/GetEntityTest.php | 143 | $expected = 'John Doe'; | CODE |
| LOW | tests/unit/Filter/Validation/FailsTest.php | 51 | $validation->validate(['email' => 'user@example.com']); | CODE |
| LOW | tests/unit/Filter/Validation/GetValueByDataTest.php | 23 | public const NAME = 'John Doe'; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | bin/genparsers.sh | 3 | # This file is part of the Phalcon Framework. | COMMENT |
| MEDIUM | resources/release-notes.sh | 3 | # This file is part of the Phalcon Framework. | COMMENT |
| MEDIUM | resources/linux-setup-locales.sh | 3 | # This file is part of the Phalcon Framework. | COMMENT |
| MEDIUM | tests/run-syntax-tests.sh | 3 | # This file is part of the Phalcon Framework. | COMMENT |
| MEDIUM | .github/workflows/main.yml | 1 | # This file is part of Phalcon. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | resources/release-notes.sh | 17 | # How to use: | COMMENT |