Home
last modified time | relevance | path

Searched refs:outside (Results 1 – 25 of 53) sorted by last modified time

123

/PHP-7.4/
H A DNEWS171 . Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination).
1332 . Fixed bug #76430 (__METHOD__ inconsistent outside of method).
H A Dphp.ini-development800 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
H A Dphp.ini-production800 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
/PHP-7.4/ext/zip/tests/
H A Dbug81420.phpt2 Bug #81420 (ZipArchive::extractTo extracts outside of destination)
/PHP-7.4/ext/standard/tests/file/
H A Dopen_basedir_cwd_resolve.phpt8 var_dump(file_get_contents('/some/path/outside/open/basedir'));
12 Warning: file_get_contents(): open_basedir restriction in effect. File(/some/path/outside/open/base…
14 Warning: file_get_contents(/some/path/outside/open/basedir): failed to open stream: Operation not p…
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc379 // called from outside this while loop
/PHP-7.4/ext/exif/
H A Dexif.c3293 char *value_ptr, tagname[64], cbuf[32], *outside=NULL; in exif_process_IFD_TAG_impl() local
3350 outside = value_ptr; in exif_process_IFD_TAG_impl()
3365 EFREE_IF(outside); in exif_process_IFD_TAG_impl()
3372 EFREE_IF(outside); in exif_process_IFD_TAG_impl()
3564 EFREE_IF(outside); in exif_process_IFD_TAG_impl()
3602 EFREE_IF(outside); in exif_process_IFD_TAG_impl()
3606 EFREE_IF(outside); in exif_process_IFD_TAG_impl()
3616 EFREE_IF(outside); in exif_process_IFD_TAG_impl()
/PHP-7.4/win32/build/
H A Dconfig.w3224 // stick objects somewhere outside of the source tree
H A Dconfig.w32.phpize.in24 // stick objects somewhere outside of the source tree
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in242 ; URI will be recognized as a ping page. This could be used to test from outside
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.002.phpt146 echo "\n\nIterate over various generations from outside the object:\n";
525 Iterate over various generations from outside the object:
H A Dfunc_get_arg.003.phpt2 func_get_arg outside of a function declaration
H A Dfunc_get_args.003.phpt2 func_get_args() outside of a function declaration
H A Dfunc_num_args.003.phpt2 func_num_args() outside of a function declaration
H A DforeachLoop.009.phpt2 Foreach loop tests - foreach operates on the original array if the array is referenced outside the …
/PHP-7.4/ext/standard/tests/math/
H A Dbug75514.phpt2 Bug #75514 mt_rand returns value outside [$min,$max]
/PHP-7.4/ext/standard/tests/class_object/
H A Dforward_static_call_001.phpt2 forward_static_call() called from outside of a method.
H A Dforward_static_call_003.phpt2 forward_static_call() calling outside of the inheritance chain.
/PHP-7.4/ext/standard/tests/array/
H A Dcompact_variation2.phpt2 Test compact() function: ensure compact() doesn't pick up variables declared outside of current sco…
10 echo "*** Testing compact() : usage variations - variables outside of current scope ***\n";
27 *** Testing compact() : usage variations - variables outside of current scope ***
/PHP-7.4/ext/readline/
H A Dreadline_cli.c133 outside, enumerator
275 code_type = outside; in cli_is_valid_code()
364 case outside: in cli_is_valid_code()
398 case outside: in cli_is_valid_code()
/PHP-7.4/ext/phar/tests/
H A Dbug70019.phpt2 Bug #70019 Files extracted from archive may be placed outside of destination directory
/PHP-7.4/Zend/tests/
H A Dbug47054.phpt35 Warning: get_called_class() called from outside a class in %s on line %d
H A D009.phpt47 Warning: get_class() called without object from outside a class in %s on line %d
/PHP-7.4/tests/classes/
H A Dprotected_001.phpt17 pass::fail();// must fail because we are calling from outside of class pass
H A Dprotected_001b.phpt18 $t->fail();// must fail because we are calling from outside of class pass

Completed in 49 milliseconds

123