Home
last modified time | relevance | path

Searched refs:new_setting (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/tests/general_functions/
H A Dset_magic_quotes_runtime_error.phpt5 /* Prototype: bool set_magic_quotes_runtime ( int $new_setting )
H A Dset_magic_quotes_runtime_basic.phpt7 /* Prototype: bool set_magic_quotes_runtime ( int $new_setting )
/PHP-5.5/ext/standard/
H A Dbasic_functions.c630 ZEND_ARG_INFO(0, new_setting)
4636 zend_bool new_setting; local
4638 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "b", &new_setting) == FAILURE) {
4642 if (new_setting) {

Completed in 28 milliseconds