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,827 GitHub stars. SynthScan v2.0 examined 779,428 lines of code across 6783 source files, recording 6881 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 6881 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 | 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 | 148 | public function testFormRenderEntityGetters(): void | CODE |
| LOW | tests/database/Forms/FormsTest.php | 235 | public function testFormValidatorEntityBind(): void | CODE |
| LOW | tests/database/Forms/FormsTest.php | 290 | public function testFormValidatorEntityBindSetters(): void | CODE |
| LOW | tests/database/Forms/Form/ClearTest.php | 207 | public function testClearFormElementsAndUsingValidation(): void | CODE |
| LOW | tests/database/Forms/Form/ClearTest.php | 308 | public function testClearFormElementsByUsingFormBind(): void | CODE |
| LOW | tests/database/Forms/Form/ClearTest.php | 534 | public function testFormsFormClearFieldsArray(): void | CODE |
| LOW | tests/database/Forms/Form/ClearTest.php | 586 | public function testFormsFormClearFieldString(): 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 | 50 | public function testExecuteCamelCaseRelation(): void | CODE |
| LOW | tests/database/Mvc/ViewTest.php | 94 | public function testRenderingWithPartials(): 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 | tests/database/Mvc/Model/SetOldSnapshotDataTest.php | 40 | 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 | 41 | public function testMvcModelSetDirtyState(): void | CODE |
| LOW | tests/database/Mvc/Model/SaveNullDefaultTest.php | 54 | public function testMvcModelSaveKeepsNullForDefaultNullColumn(): void | CODE |
| LOW | tests/database/Mvc/Model/InsertDefaultValuesTest.php | 73 | public function testMvcModelInsertOmitsDefaultColumnWithoutDefaultSupport(): void | CODE |
| LOW | tests/database/Mvc/Model/InsertDefaultValuesTest.php | 100 | public function testMvcModelInsertUsesDefaultForGeneratedColumn(): void | CODE |
| LOW | tests/database/Mvc/Model/InsertDefaultValuesTest.php | 144 | public function testMvcModelInsertUsesDefaultForNullableColumn(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 48 | public function testMvcModelUnderscoreSet(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 97 | public function testMvcModelUnderscoreSetIsUsingSetters(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 146 | public function testMvcModelUnderscoreSetUndefinedPropertyWithAssociativeArray(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 174 | public function testMvcModelUnderscoreSetWithArrayOfBelongsToRelatedRecord(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 212 | public function testMvcModelUnderscoreSetWithArrayOfHasOneRelatedRecord(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 250 | public function testMvcModelUnderscoreSetWithBelongsToRelatedRecord(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 275 | public function testMvcModelUnderscoreSetWithHasManyRelatedRecords(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 381 | public function testMvcModelUnderscoreSetWithHasManyToManyRelatedRecords(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 423 | public function testMvcModelUnderscoreSetWithHasOneRelatedRecord(): void | CODE |
| LOW | tests/database/Mvc/Model/UnderscoreSetTest.php | 448 | public function testMvcModelUnderscoreSetWithHasOneThroughRelatedRecord(): void | CODE |
| LOW | tests/database/Mvc/Model/SetSnapshotDataTest.php | 40 | public function testMvcModelSetSnapshotData(): void | CODE |
| LOW | tests/database/Mvc/Model/GetRelatedTest.php | 126 | public function testMvcModelGetRelatedChangeForeignKey(): void | CODE |
| LOW | tests/database/Mvc/Model/GetRelatedTest.php | 219 | public function testMvcModelGetRelatedPrioritisesDirtyRelated(): void | CODE |
| LOW | tests/database/Mvc/Model/GetRelatedTest.php | 258 | public function testMvcModelGetRelatedReturnsCachedResult(): void | CODE |
| LOW | …atabase/Mvc/Model/GetSetWriteConnectionServiceTest.php | 38 | public function testMvcModelGetSetWriteConnectionService(): void | CODE |
| LOW | tests/database/Mvc/Model/SerializeTest.php | 94 | public function testMvcModelSerializeUnserializeWithTypedNullProperty(): void | CODE |
| LOW | tests/database/Mvc/Model/SerializeTest.php | 148 | public function testMvcModelSerializeWithDirtyState(): void | CODE |
| LOW | tests/database/Mvc/Model/SerializeTest.php | 186 | public function testMvcModelToArrayWithUninitializedTypedPropertyAndGetter(): void | CODE |
| LOW | tests/database/Mvc/Model/SerializeTest.php | 230 | public function testMvcModelUnserializeCallsOnConstruct(): void | CODE |
| LOW | tests/database/Mvc/Model/SerializeTest.php | 266 | public function testMvcModelUnserializeRestoresNullSnapshot(): void | CODE |
| LOW | tests/database/Mvc/Model/GetDirtyStateTest.php | 39 | public function testMvcModelGetDirtyState(): void | CODE |
| LOW | tests/database/Mvc/Model/GetWriteConnectionTest.php | 38 | public function testMvcModelGetWriteConnection(): void | CODE |
| LOW | tests/database/Mvc/Model/GetOldSnapshotDataTest.php | 38 | public function testMvcModelGetOldSnapshotData(): void | CODE |
| LOW | tests/database/Mvc/Model/FindFirstTest.php | 123 | public function testMvcModelFindFirstByNotFound(): void | CODE |
| LOW | tests/database/Mvc/Model/FindFirstTest.php | 137 | public function testMvcModelFindFirstColumn(): void | CODE |
| LOW | tests/database/Mvc/Model/FindFirstTest.php | 170 | public function testMvcModelFindFirstColumnMap(): void | CODE |
| LOW | tests/database/Mvc/Model/FindFirstTest.php | 214 | public function testMvcModelFindFirstException(): void | CODE |
| LOW | tests/database/Mvc/Model/FindFirstTest.php | 232 | public function testMvcModelFindFirstExtended(): void | CODE |
| 5371 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/contracts/support/collection.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 41 | #include "phalcon/container/resolver/lazy/lazy.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 61 | #include "phalcon/queue/exceptions/exception.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 81 | #include "phalcon/encryption/security/jwt/exceptions/validatorexception.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 101 | #include "phalcon/annotations/adapter/adapterinterface.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 121 | #include "phalcon/html/link/interfaces/linkproviderinterface.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 141 | #include "phalcon/cli/router/exception.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 161 | #include "phalcon/flash/exception.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 181 | #include "phalcon/application/abstractapplication.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 201 | #include "phalcon/contracts/db/result.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 221 | #include "phalcon/encryption/security/uuid/timebaseduuidinterface.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 241 | #include "phalcon/support/helper/exception.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 261 | #include "phalcon/contracts/adr/router/routermatch.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 281 | #include "phalcon/contracts/queue/topic.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 301 | #include "phalcon/filter/filterinterface.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 321 | #include "phalcon/http/responseinterface.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 341 | #include "phalcon/mvc/router/routeinterface.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 361 | #include "phalcon/adr/emitter/sapiemitter.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 381 | #include "phalcon/adr/responder/formatresponder.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 401 | #include "phalcon/acl/exceptions/forbiddendelimiter.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 421 | #include "phalcon/annotations/exceptions/annotationsdirectorynotwritable.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 441 | #include "phalcon/assets/inline/css.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 461 | #include "phalcon/auth/exceptions/accessnotregistered.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 481 | #include "phalcon/auth/guard/guardlocator.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 501 | #include "phalcon/cache/adapterfactory.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 521 | #include "phalcon/config/adapter/yaml.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 541 | #include "phalcon/container/exceptions/circularaliasfound.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 561 | #include "phalcon/container/resolver/lazy/get.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 581 | #include "phalcon/contracts/dispatcher/dispatchertypes.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 601 | #include "phalcon/datamapper/pdo/exception/cannotdisconnect.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 621 | #include "phalcon/db/dialect/mysql.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 641 | #include "phalcon/db/exceptions/invalidgroupbyexpression.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 661 | #include "phalcon/db/exceptions/referencedcolumnsrequired.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 681 | #include "phalcon/db/geometry/multipolygon.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 701 | #include "phalcon/di/exceptions/methodcallmustbearray.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 721 | #include "phalcon/domain/payload/status.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 741 | #include "phalcon/encryption/crypt/padding/pkcs7.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 761 | #include "phalcon/encryption/security/jwt/token/enum.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 781 | #include "phalcon/events/exceptions/invalideventtype.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 801 | #include "phalcon/filter/sanitize/remove.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 821 | #include "phalcon/filter/validation/exceptions/invalidstrictoption.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 841 | #include "phalcon/filter/validation/validator/digit.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 861 | #include "phalcon/filter/validation/validator/stringlength/max.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 881 | #include "phalcon/forms/element/select.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 901 | #include "phalcon/forms/loader/arrayloader.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 921 | #include "phalcon/html/helper/anchor.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 941 | #include "phalcon/html/helper/label.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 961 | #include "phalcon/http/request/exceptions/filterserviceunavailable.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 981 | #include "phalcon/image/exceptions/extensionnotloaded.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1001 | #include "phalcon/logger/enum.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1021 | #include "phalcon/mvc/application/exceptions/moduledefinitionpathnotfound.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1041 | #include "phalcon/mvc/model/behavior/exceptions/missingrequiredoption.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1061 | #include "phalcon/mvc/model/exceptions/identitynotintablecolumns.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1081 | #include "phalcon/mvc/model/exceptions/missingmodelclassname.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1101 | #include "phalcon/mvc/model/exceptions/unsupportedeagerresultset.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1121 | #include "phalcon/mvc/model/metadata/strategy/annotations.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1141 | #include "phalcon/mvc/model/query/exceptions/corruptedselectast.zep.h" | COMMENT |
| LOW | ext/phalcon.h | 1161 | #include "phalcon/mvc/model/query/exceptions/mixeddatabasesystems.zep.h" | COMMENT |
| 1350 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ext/phalcon/mvc/model/query.zep.c | 4292 | add_assoc_stringl_ex(&_33$$40, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 4306 | add_assoc_stringl_ex(&_38$$41, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 4339 | add_assoc_stringl_ex(&_42$$44, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 4351 | add_assoc_stringl_ex(&_45$$45, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 4363 | add_assoc_stringl_ex(&_48$$46, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 4375 | add_assoc_stringl_ex(&_51$$47, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 4387 | add_assoc_stringl_ex(&_54$$48, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 4399 | add_assoc_stringl_ex(&_57$$49, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 4439 | add_assoc_stringl_ex(&_63$$50, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/mvc/model/query.zep.c | 4460 | add_assoc_stringl_ex(&_66$$55, SL("type"), SL("placeholder")); | CODE |
| LOW | ext/phalcon/db/dialect.zep.c | 628 | if (ZEPHIR_IS_STRING(&type, "placeholder")) { goto zephir_switch_0_clause_4; } | CODE |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 2157 | 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 | 2192 | 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 | 3500 | 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 | 3549 | 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 | 3830 | * - "placeholder": string - the SQL fragment ("null", "?", or raw SQL) | COMMENT |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 3877 | zephir_array_update_string(return_value, SL("placeholder"), &_1$$3, PH_COPY | PH_SEPARATE); | CODE |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 3890 | add_assoc_stringl_ex(return_value, SL("placeholder"), SL("null")); | CODE |
| LOW | ext/phalcon/db/adapter/abstractadapter.zep.c | 3913 | add_assoc_stringl_ex(return_value, SL("placeholder"), SL("?")); | CODE |
| LOW | tests/database/Forms/Form/ClearTest.php | 212 | 'placeholder' => 'Insert your Password', | CODE |
| LOW | tests/database/Db/Dialect/GetSqlExpressionTest.php | 41 | [['type' => 'placeholder', 'value' => ':named'], ':named'], | CODE |
| LOW | tests/database/Db/Dialect/GetSqlExpressionTest.php | 44 | ['type' => 'placeholder', 'value' => '?', 'rawValue' => '?', 'times' => 3], | CODE |
| LOW | tests/unit/Forms/Form/ClearTest.php | 184 | '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 | 37 | $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 | 56 | 'name' => 'John Doe', | CODE |
| LOW⚡ | tests/unit/Filter/Validation/GetEntityTest.php | 66 | $expected = 'John Doe'; | CODE |
| LOW⚡ | tests/unit/Filter/Validation/GetEntityTest.php | 70 | $expected = 'John Doe'; | CODE |
| LOW⚡ | tests/unit/Filter/Validation/GetEntityTest.php | 105 | 'name' => 'John Doe', | CODE |
| LOW⚡ | tests/unit/Filter/Validation/GetEntityTest.php | 113 | $expected = 'John Doe'; | CODE |
| LOW⚡ | tests/unit/Filter/Validation/GetEntityTest.php | 117 | $expected = 'John Doe'; | CODE |
| LOW⚡ | tests/unit/Filter/Validation/FailsTest.php | 33 | $validation->validate(['email' => 'user@example.com']); | CODE |
| LOW | tests/unit/Filter/Validation/GetValueByDataTest.php | 22 | 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 | .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 |