File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3011,8 +3011,8 @@ static const zend_function_entry basic_functions[] = { /* {{{ */
3011
3011
PHP_FE (header_register_callback , arginfo_header_register_callback )
3012
3012
PHP_FE (get_cfg_var , arginfo_get_cfg_var )
3013
3013
3014
- PHP_FE (get_magic_quotes_gpc , arginfo_get_magic_quotes_gpc )
3015
- PHP_FE (get_magic_quotes_runtime , arginfo_get_magic_quotes_runtime )
3014
+ PHP_DEP_FE (get_magic_quotes_gpc , arginfo_get_magic_quotes_gpc )
3015
+ PHP_DEP_FE (get_magic_quotes_runtime , arginfo_get_magic_quotes_runtime )
3016
3016
3017
3017
PHP_FE (error_log , arginfo_error_log )
3018
3018
PHP_FE (error_get_last , arginfo_error_get_last )
Original file line number Diff line number Diff line change @@ -9,5 +9,8 @@ get_magic_quotes_runtime();
9
9
echo 'done ' ;
10
10
11
11
?>
12
- --EXPECT--
12
+ --EXPECTF--
13
+ Deprecated: Function get_magic_quotes_gpc() is deprecated in %s on line %d
14
+
15
+ Deprecated: Function get_magic_quotes_runtime() is deprecated in %s on line %d
13
16
done
You can’t perform that action at this time.
0 commit comments