/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/php/template_construct_runme.php
9 строк
166 B
Olly Betts
[php] Fix new template_construct testcase warning
01 авг 2023, 03:17
01 авг 2023, 03:17
04a6046
Код
Авторство
О чём код?
<?php require "tests.php"; check::classes(array('Foo_int','Foo_short')); $foo_int=new foo_int(3); check::is_a($foo_int,"foo_int","Made a foo_int"); check::done();