/PHP-8.0/sapi/phpdbg/tests/ |
H A D | phpdbg_get_executable_stream_wrapper.inc | 5 return '<result>'; // line 5 is executable
|
H A D | phpdbg_get_executable_stream_wrapper.phpt | 2 Getting executable lines from custom wrappers 70 * Next, we include a PHP file that contains executable lines, via the stream 78 * included file is present in the array, but indicates no executable lines.
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitProtExecAllocator.c | 72 void *executable; member 208 retval->executable = mmap(NULL, size, PROT_READ | PROT_EXEC, MAP_SHARED, fd, 0); in alloc_chunk() 210 if (retval->executable == MAP_FAILED) { in alloc_chunk() 244 retval->executable = maprx; in alloc_chunk() 253 munmap(header->executable, size); in free_chunk() 361 executable_offset = (sljit_sw)((sljit_u8*)chunk_header->executable - (sljit_u8*)chunk_header); in sljit_malloc_exec()
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | bug60120.phpt | 7 die("skip No php executable defined\n"); 17 die("No php executable defined\n");
|
H A D | is_executable_variation1.phpt | 23 /* array of files checked to see if they are executable files 47 is an executable file */
|
H A D | is_executable_variation3.phpt | 31 is an executable file */
|
H A D | 001.phpt | 78 echo "test.file is executable\n"; 80 echo "test.file is not executable\n"; 139 test.file is executable
|
H A D | proc_open01.phpt | 9 die("no php executable defined");
|
H A D | is_executable_variation2.phpt | 52 is an executable file */
|
/PHP-8.0/ext/standard/tests/ |
H A D | skipif_root.inc | 3 // Skip if being run by root (files are always readable, writeable and executable)
|
/PHP-8.0/scripts/ |
H A D | phpize.in | 111 shtool at '$builddir/build/shtool' does not exist or is not executable. 112 Make sure that the file exists and is executable and then rerun this script.
|
/PHP-8.0/ext/phar/tests/zip/ |
H A D | notphar.phpt | 2 Phar: a non-executable zip with no stub named .phar.zip
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 127 int executable = 0; in file_ascmagic_with_encoding() local 245 executable = 1; in file_ascmagic_with_encoding() 267 if (executable) in file_ascmagic_with_encoding()
|
/PHP-8.0/ext/phar/tests/ |
H A D | phar_convert_repeated_b.phpt | 110 Cannot write out executable phar archive, phar is read-only 118 Cannot write out executable phar archive, phar is read-only
|
/PHP-8.0/ext/phar/ |
H A D | phar_object.stub.php | 162 …final public static function isValidPharFilename(string $filename, bool $executable = true): bool … argument 453 …final public static function isValidPharFilename(string $filename, bool $executable = true): bool … argument
|
H A D | phar_path_check.re | 3 | phar php single-file executable PHP extension |
|
H A D | phar.c | 1918 static int phar_check_str(const char *fname, const char *ext_str, size_t ext_len, int executable, i… in phar_check_str() argument 1925 if (executable == 1) { in phar_check_str() 1941 if (!executable) { in phar_check_str() 1970 …ename, size_t filename_len, const char **ext_str, size_t *ext_len, int executable, int for_create,… in phar_detect_phar_fname_ext() argument 2014 if (executable == 2) { in phar_detect_phar_fname_ext() 2018 if (executable == 1 && !pphar->is_data) { in phar_detect_phar_fname_ext() 2022 if (!executable && pphar->is_data) { in phar_detect_phar_fname_ext() 2085 switch (phar_check_str(filename, *ext_str, *ext_len, executable, for_create)) { in phar_detect_phar_fname_ext() 2098 switch (phar_check_str(filename, *ext_str, *ext_len, executable, for_create)) { in phar_detect_phar_fname_ext() 2251 …n, char **arch, size_t *arch_len, char **entry, size_t *entry_len, int executable, int for_create)… in phar_split_fname() argument [all …]
|
H A D | phar_internal.h | 603 …ename, size_t filename_len, const char **ext_str, size_t *ext_len, int executable, int for_create,… 604 …n, char **arch, size_t *arch_len, char **entry, size_t *entry_len, int executable, int for_create);
|
H A D | phar_object_arginfo.h | 174 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, executable, _IS_BOOL, 0, "true")
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 122 >18 lelong &02 executable, 5980 >0 byte ^0x80 executable 5986 >0 byte ^0x80 executable 5992 >0 byte ^0x80 executable 13818 # executable. 14534 >40 byte 1 executable 19615 # Linux 8086 executable 20216 >12 belong 2 executable 22397 # By now an executable type should have been printed out. The executable 29466 >0 byte ^0x80 executable [all …]
|
H A D | magic | 122 >18 lelong &02 executable, 5980 >0 byte ^0x80 executable 5986 >0 byte ^0x80 executable 5992 >0 byte ^0x80 executable 13818 # executable. 14534 >40 byte 1 executable 19615 # Linux 8086 executable 20216 >12 belong 2 executable 22397 # By now an executable type should have been printed out. The executable 29466 >0 byte ^0x80 executable [all …]
|
/PHP-8.0/ext/mbstring/libmbfl/ |
H A D | LICENSE | 228 derivative of it, under Section 2) in object code or executable form 247 creates an executable that is a derivative of the Library (because it 249 library". The executable is therefore covered by this License. 289 Sections 1 and 2 above); and, if the work is an executable linked 293 executable containing the modified Library. (It is understood 301 rather than copying library functions into the executable, and (2) 318 For an executable, the required form of the "work that uses the 320 reproducing the executable from it. However, as a special exception, 324 which the executable runs, unless that component itself accompanies 325 the executable. [all …]
|
/PHP-8.0/sapi/cli/ |
H A D | config.m4 | 49 dnl Set executable for tests.
|
/PHP-8.0/ext/bcmath/libbcmath/ |
H A D | LICENSE | 231 derivative of it, under Section 2) in object code or executable form 250 creates an executable that is a derivative of the Library (because it 252 library". The executable is therefore covered by this License. 292 Sections 1 and 2 above); and, if the work is an executable linked 296 executable containing the modified Library. (It is understood 304 rather than copying library functions into the executable, and (2) 321 For an executable, the required form of the "work that uses the 323 reproducing the executable from it. However, as a special exception, 327 which the executable runs, unless that component itself accompanies 328 the executable. [all …]
|
/PHP-8.0/sapi/litespeed/ |
H A D | README.md | 38 You should find an executable called `lsphp` under `sapi/litespeed/` directory 41 SAPI already, you just need to overwrite the old executable with this one and
|