PHP 8.6.0 Beta 1 is available for testing

phpdbg_get_executable

(PHP 7, PHP 8)

phpdbg_get_executableDevuelve un ejecutable

Descripción

function phpdbg_get_executable(array $options = []): array
Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

options

Valores devueltos

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes 1 note

up
0
from_php at gingko dot ovh
2 years ago
Seems (without options) to return a weirdly ordered list of all line numbers in all files where something can be executed.
Like this :
phpdbg_get_executable() =
  [<full path 1>] => [
   [51] => 0,
   [52] => 0,
   [53] => 0,
   [4] => 0,
   [6] => 0,
   [7] => 0,
   [9] => 0,
   [10] => 0],
  [<full path 2>] => [
   [21] => 0,
   [28] => 0,
   [29] => 0,
   [30] => 0,
   [31] => 0,
   [32] => 0,
   [33] => 0,
   [34] => 0,
   [35] => 0,
   [36] => 0],
etc ...
+add a note

AltStyle によって変換されたページ (->オリジナル) /