- Output for git.master_jit, git.master
- <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Pasaporte de Usuario</title> <style> body { background-color: #1e293b; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; } .pasaporte { background-color: #fef3c7; border: 4px solid #78350f; border-radius: 0.75rem; padding: 1.5rem; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); max-width: 400px; width: 100%; position: relative; box-sizing: border-box; } .marca-agua { position: absolute; right: 1rem; top: 1rem; color: rgba(120, 53, 15, 0.08); font-weight: bold; font-size: 3.5rem; font-family: system-ui, sans-serif; user-select: none; } h2 { font-family: monospace; font-size: 1.25rem; color: #78350f; border-bottom: 2px solid #78350f; padding-bottom: 0.5rem; margin: 0 0 1rem 0; letter-spacing: 0.1em; text-align: center; } .bloque-dato { margin-bottom: 0.75rem; } .etiqueta { font-size: 0.75rem; color: #b45309; display: block; text-transform: uppercase; font-family: system-ui, sans-serif; } .valor { font-family: monospace; font-size: 1.125rem; font-weight: bold; color: #451a03; text-transform: uppercase; } footer { margin-top: 1.5rem; padding-top: 0.5rem; border-top: 1px dashed #78350f; text-align: center; font-size: 0.75rem; color: #b45309; font-family: system-ui, sans-serif; } </style> </head> <body> <div class="pasaporte"> <div class="marca-agua">PASSPORT</div> <h2>PASAPORTE DE CONTROL</h2> <div class="bloque-dato"> <span class="etiqueta">Nombre del Viajero:</span> <span class="valor">Invitado</span> </div> <div class="bloque-dato"> <span class="etiqueta">Lugar de origen:</span> <span class="valor">Desconocido</span> </div> <div class="bloque-dato"> <span class="etiqueta">Edad del pasajero:</span> <span class="valor">0 años</span> </div> <footer>DOCUMENTO PROCESADO POR EL SERVIDOR</footer> </div> </body> </html><!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Pasaporte de Usuario</title> <style> body { background-color: #1e293b; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; } .pasaporte { background-color: #fef3c7; border: 4px solid #78350f; border-radius: 0.75rem; padding: 1.5rem; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); max-width: 400px; width: 100%; position: relative; box-sizing: border-box; } .marca-agua { position: absolute; right: 1rem; top: 1rem; color: rgba(120, 53, 15, 0.08); font-weight: bold; font-size: 3.5rem; font-family: system-ui, sans-serif; user-select: none; } h2 { font-family: monospace; font-size: 1.25rem; color: #78350f; border-bottom: 2px solid #78350f; padding-bottom: 0.5rem; margin: 0 0 1rem 0; letter-spacing: 0.1em; text-align: center; } .bloque-dato { margin-bottom: 0.75rem; } .etiqueta { font-size: 0.75rem; color: #b45309; display: block; text-transform: uppercase; font-family: system-ui, sans-serif; } .valor { font-family: monospace; font-size: 1.125rem; font-weight: bold; color: #451a03; text-transform: uppercase; } footer { margin-top: 1.5rem; padding-top: 0.5rem; border-top: 1px dashed #78350f; text-align: center; font-size: 0.75rem; color: #b45309; font-family: system-ui, sans-serif; } </style> </head> <body> <div class="pasaporte"> <div class="marca-agua">PASSPORT</div> <h2>PASAPORTE DE CONTROL</h2> <div class="bloque-dato"> <span class="etiqueta">Nombre del Viajero:</span> <span class="valor">Invitado</span> </div> <div class="bloque-dato"> <span class="etiqueta">Lugar de origen:</span> <span class="valor">Desconocido</span> </div> <div class="bloque-dato"> <span class="etiqueta">Edad del pasajero:</span> <span class="valor">0 años</span> </div> <footer>DOCUMENTO PROCESADO POR EL SERVIDOR</footer> </div> </body> </html>
This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.
Active branches
Archived branches
Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page
- 2022-12-01 RFC: Property hooks - included in PHP 8.4
- 2020-03-21 RFC: Is_Literal - declined
- 2020-12-04 Enumerations - included in PHP 8.1
- 2018-06-15 Typed Properties v2 - implemented in PHP 7.4
- 2016-08-12 Object typehint - included in PHP 7.2
- 2016-08-14 Arrow functions - withdrawn
- 2016-05-29 array_change_keys() - withdrawn
- 2016-04-19 Lexical scope support for anonymous classes - suspended
- 2016-04-17 Functional Interfaces - declined
- 2016-03-16 Typed Properties - superseded in favor of Typed Properties 2.0
- 2015-08-27 Callable Prototypes - declined
- 2015-05-01 Short Closures - declined / withdrawn in favor of Arrow Functions
- 2015-02-18 Scalar type hints v5 - included in PHP 7
- 2015-02-14 Union Types - declined
- 2013-09-22 Anonymous classes - included in PHP 7