Home
last modified time | relevance | path

Searched refs:magic_quotes_sybase (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/ext/pcre/tests/
H A Dbug33200.phpt2 Bug #33200 (magic_quotes_sybase = On makes 'e' modifier misbehave)
4 magic_quotes_sybase=1
12 Deprecated: Directive 'magic_quotes_sybase' is deprecated in PHP 5.3 and greater in Unknown on line…
/PHP-5.3/ext/standard/tests/strings/
H A Daddslashes_variation3.phpt2 Test addslashes() function : usage variations - with magic_quotes_sybase directive ON
11 * Test addslashes() with PHP directive magic_quotes_sybase set ON
14 echo "*** Testing addslashes() : with php directive magic_quotes_sybase set ON ***\n";
16 // setting ON the php directive magic_quotes_sybase
17 ini_set("magic_quotes_sybase", "1");
92 *** Testing addslashes() : with php directive magic_quotes_sybase set ON ***
H A Dadd-and-stripslashes.phpt12 ini_set('magic_quotes_sybase', 0);
20 ini_set('magic_quotes_sybase', 1);
H A Dbug22904.phpt8 ini_set("magic_quotes_sybase","on");
10 ini_set("magic_quotes_sybase","off");
H A Dstripslashes_variation5.phpt2 Test stripslashes() function : usage variations - with magic_quotes_sybase directive ON
11 * Test stripslashes() with PHP directive magic_quotes_sybase set ON
14 echo "*** Testing stripslashes() : with php directive magic_quotes_sybase set ON ***\n";
16 // setting ON the php directive magic_quotes_sybase
17 ini_set("magic_quotes_sybase", "1");
95 *** Testing stripslashes() : with php directive magic_quotes_sybase set ON ***
/PHP-5.3/main/
H A Dphp_globals.h59 zend_bool magic_quotes_sybase; member
H A Dmain.c474 …STD_PHP_INI_BOOLEAN("magic_quotes_sybase", "0", PHP_INI_ALL, OnUpdateBool, magic_quotes_sybase
/PHP-5.3/
H A DUPGRADING214 - magic_quotes_sybase
H A Dphp.ini-development764 magic_quotes_sybase = Off
H A Dphp.ini-production764 magic_quotes_sybase = Off
H A DNEWS6473 - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier
/PHP-5.3/ext/standard/
H A Dstring.c2966 if (PG(magic_quotes_sybase)) {
3264 if (!ignore_sybase && PG(magic_quotes_sybase)) {

Completed in 59 milliseconds