Código PHP:
Ver original<?php
class funcion {
private $no_estatico=11;
private static $valor_estatico=2;
function __construct() {
echo $this->no_estatico . ' ' . self::$valor_estatico;
}
}
?>
copialo y ve que sale ahora, te recomiendo usar otro editor