File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / standard / tests / misc / syslog_vars_variation1.phpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:48:04 2012 UTC (12 years, 6 months ago) by misho
Branches: php, MAIN
CVS tags: v5_3_10, HEAD
php

--TEST--
define_syslog_variables() variation 1
--INI--
define_syslog_variables=On
--FILE--
<?php
var_dump(isset($LOG_ERR));
?>
--EXPECTF--
Deprecated: Directive 'define_syslog_variables' is deprecated in PHP 5.3 and greater in Unknown on line 0
bool(true)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>