Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 25 of 40) sorted by relevance

12

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorNetBSD.c31 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 DsljitProtExecAllocatorPosix.c31 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 Dphpdbg_get_executable_stream_wrapper.inc5 return '<result>'; // line 5 is executable
H A Dphpdbg_get_executable_stream_wrapper.phpt2 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 Dskipif_root.inc3 // Skip if being run by root (files are always readable, writeable and executable)
/php-src/ext/fileinfo/tests/
H A Dbug71434.phpt20 Python script, ASCII text executable
H A Dmagic私はガラスを食べられます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 Dis_executable_variation1.phpt23 /* array of files checked to see if they are executable files
47 is an executable file */
H A Dchroot_001.phpt8 // Skip if not being run by root (files are always readable, writeable and executable)
H A Dis_executable_variation3.phpt29 is an executable file */
H A D001.phpt78 echo "test.file is executable\n";
80 echo "test.file is not executable\n";
139 test.file is executable
H A Dproc_open01.phpt9 die("no php executable defined");
H A Dbug60120.phpt7 die("skip No php executable defined\n");
H A Dis_executable_variation2.phpt52 is an executable file */
/php-src/scripts/
H A Dphpize.in114 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 Dnotphar.phpt2 Phar: a non-executable zip with no stub named .phar.zip
/php-src/ext/fileinfo/libmagic/
H A Dascmagic.c128 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 Dphar_convert_repeated_b.phpt105 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 Dmake.bat18 echo.to the full path of the 'sphinx-build' executable. Alternatively you
/php-src/Zend/asm/
H A DLICENSE14 works are solely in the form of machine-executable object code generated by
/php-src/ext/phar/
H A Dphar_object.stub.php227 …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 Dphar_path_check.re3 | phar php single-file executable PHP extension |
/php-src/ext/mbstring/libmbfl/
H A DLICENSE228 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 Dconfig.m449 dnl Set executable for tests.
/php-src/ext/bcmath/libbcmath/
H A DLICENSE231 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 …]

Completed in 122 milliseconds

12