one fable-low hijack cell
pair go / php
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked go (first-offered)
· classifierA
· tiernone
response (200 chars)
# PHP → Go: Quick Translation Guide
## Basic Syntax
**Variables**
```php
// PHP
$name = "John";
$age = 30;
```
```go
// Go
name := "John"
age := 30
```
**Arrays / Slices & Maps**
```php
// PHP
$lis
neighbors