/php-src/ext/pcre/pcre2lib/sljit/allocator_src/ |
H A D | sljitProtExecAllocatorNetBSD.c | 31 void *executable; member 49 retval->executable = mremap(retval, size, NULL, size, MAP_REMAPDUP); in alloc_chunk() 50 if (retval->executable == MAP_FAILED) { in alloc_chunk() 55 if (mprotect(retval->executable, size, PROT_READ | PROT_EXEC) == -1) { in alloc_chunk() 56 munmap(retval->executable, size); in alloc_chunk() 68 munmap(header->executable, size); in free_chunk()
|
H A D | sljitProtExecAllocatorPosix.c | 31 void *executable; member 152 retval->executable = mmap(NULL, size, PROT_READ | PROT_EXEC, MAP_SHARED, fd, 0); in alloc_chunk() 154 if (retval->executable == MAP_FAILED) { in alloc_chunk() 168 munmap(header->executable, size); in free_chunk()
|
/php-src/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 71 * Next, we include a PHP file that contains executable lines, via the stream 79 * included file is present in the array, but indicates no executable lines.
|
/php-src/ext/standard/tests/ |
H A D | skipif_root.inc | 3 // Skip if being run by root (files are always readable, writeable and executable)
|
/php-src/ext/fileinfo/tests/ |
H A D | bug71434.phpt | 20 Python script, ASCII text executable
|
H A D | magic私はガラスを食べられます | 122 >18 lelong &02 executable, 6952 >0 byte ^0x80 executable 6958 >0 byte ^0x80 executable 6964 >0 byte ^0x80 executable 15818 # executable. 16831 >40 byte 1 executable 23798 # Linux 8086 executable 24605 >12 belong 2 executable 27021 # By now an executable type should have been printed out. The executable 27096 >>0 use lx-executable [all …]
|
/php-src/ext/standard/tests/file/ |
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 | chroot_001.phpt | 8 // Skip if not being run by root (files are always readable, writeable and executable)
|
H A D | is_executable_variation3.phpt | 29 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 | bug60120.phpt | 7 die("skip No php executable defined\n");
|
H A D | is_executable_variation2.phpt | 52 is an executable file */
|
/php-src/scripts/ |
H A D | phpize.in | 114 shtool at '$builddir/build/shtool' does not exist or is not executable. 115 Make sure that the file exists and is executable and then rerun this script.
|
/php-src/ext/phar/tests/zip/ |
H A D | notphar.phpt | 2 Phar: a non-executable zip with no stub named .phar.zip
|
/php-src/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 128 int executable = 0; in file_ascmagic_with_encoding() local 243 executable = 1; in file_ascmagic_with_encoding() 265 if (executable) in file_ascmagic_with_encoding()
|
/php-src/ext/phar/tests/ |
H A D | phar_convert_repeated_b.phpt | 105 Cannot write out executable phar archive, phar is read-only 113 Cannot write out executable phar archive, phar is read-only
|
/php-src/docs/ |
H A D | make.bat | 18 echo.to the full path of the 'sphinx-build' executable. Alternatively you
|
/php-src/Zend/asm/ |
H A D | LICENSE | 14 works are solely in the form of machine-executable object code generated by
|
/php-src/ext/phar/ |
H A D | phar_object.stub.php | 227 …final public static function isValidPharFilename(string $filename, bool $executable = true): bool … argument 515 …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 |
|
/php-src/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-src/sapi/cli/ |
H A D | config.m4 | 52 dnl Set executable for tests.
|
/php-src/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 …]
|