Home
last modified time | relevance | path

Searched refs:dll (Results 1 – 25 of 49) sorted by path

12

/PHP-7.4/
H A DNEWS2315 libcrypto-1_1-x64.dll). (Anatol)
2617 . Fixed bug #76443 (php+php_interbase.dll crash on module_shutdown). (Kalle)
/PHP-7.4/appveyor/
H A Dbuild_task.bat21 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL
23 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL
H A Dtest_task.bat71 copy %DEPS_DIR%\bin\libenchant_ispell.dll c:\enchant_plugins
73 copy %DEPS_DIR%\bin\libenchant_myspell.dll c:\enchant_plugins
/PHP-7.4/build/
H A Dlibtool.m41456 shrext_cmds=".dll"
1462 library_names_spec='$libname.dll.a'
1784 shrext_cmds=".dll"
4763 # built for inclusion in a dll (and should export symbols for example).
5053 # built for inclusion in a dll (and should export symbols for example).
5125 # built for inclusion in a dll (and should export symbols for example).
5777 # Tell ltmain to make .dll files, not .so files.
5778 shrext_cmds=".dll"
5780 … $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
H A Dltmain.sh5751 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
/PHP-7.4/ext/ffi/tests/
H A Dbug79096.phpt24 $ffi = FFI::cdef($header, 'php_zend_test.dll');
H A Dbug79177.phpt20 $ffi = FFI::cdef($header, 'php_zend_test.dll');
H A Dbug79532.phpt20 $ffi = FFI::cdef($header, 'php_zend_test.dll');
H A Dcallconv.phpt17 $dllname = __DIR__ . "/callconv_x86.dll";
H A Dutils.inc15 … return "php" . PHP_MAJOR_VERSION . (PHP_ZTS ? "ts" : "") . (PHP_DEBUG ? "_debug" : "") . ".dll";
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2800 - /* Fifth, try to get magic file relative to dll location */
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic20500 # Native PEs include ntoskrnl.exe, hal.dll, smss.exe, autochk.exe, and all the
20503 !:ext dll/sys
20516 !:ext dll/cpl/tlb/ocx/acm/ax/ime
20523 !:ext dll/cpl/tlb/ocx/acm/ax/ime
20614 !:ext dll/drv/3gr/cpl/vbx/fon/fot
22024 # Page Count for msoo-dll.pdb 4379h
H A Dmagic私はガラスを食べられます20500 # Native PEs include ntoskrnl.exe, hal.dll, smss.exe, autochk.exe, and all the
20503 !:ext dll/sys
20516 !:ext dll/cpl/tlb/ocx/acm/ax/ime
20523 !:ext dll/cpl/tlb/ocx/acm/ax/ime
20614 !:ext dll/drv/3gr/cpl/vbx/fon/fot
22024 # Page Count for msoo-dll.pdb 4379h
/PHP-7.4/ext/gd/
H A Dconfig.w3236 EXTENSION("gd", "gd.c", null, "-Iext/gd/libgd", "php_gd2.dll");
/PHP-7.4/ext/mbstring/tests/
H A Dskipif.inc6 $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
/PHP-7.4/ext/oci8/tests/
H A Dbug37220.phpt2 Bug #37220 (LOB Type mismatch when using windows & oci8.dll)
/PHP-7.4/ext/phar/tests/
H A Dbug71625.phpt2 Phar - Bug #71625 - Crash in php7.dll
/PHP-7.4/ext/session/tests/
H A Dskipif.inc4 $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
/PHP-7.4/ext/soap/tests/
H A Dbug73037.phpt67 ? ["-d", "extension_dir=" . ini_get("extension_dir"), "-d", "extension=php_soap.dll"] : [];
H A Dcustom_content_type.phpt19 ? ["-d", "extension_dir=" . ini_get("extension_dir"), "-d", "extension=php_soap.dll"] : [];
/PHP-7.4/ext/spl/tests/
H A DSPLDoublyLinkedList_iterate_by_reference.phpt8 $dll = new SplDoublyLinkedList();
10 $dll->push(2);
11 $dll->push(3);
14 foreach($dll as $key => &$value) {
H A DSplDoublyLinkedList_add_invalid_offset.phpt6 $dll = new SplDoublyLinkedList();
7 var_dump($dll->add(12,'Offset 12 should not exist'));
H A DSplDoublyLinkedList_add_null_offset.phpt6 $dll = new SplDoublyLinkedList();
7 var_dump($dll->add(NULL,2));
H A DSplDoublyLinkedList_debug-info.phpt8 $dll = new SplDoublyLinkedList();
11 $dll->push(1);
12 $dll->push(2);
13 $dll->push(3);
16 print_r($dll);
H A DSplDoublyLinkedList_isEmpty_empty.phpt8 $dll = new SplDoublyLinkedList();
10 var_dump($dll->isEmpty());

Completed in 146 milliseconds

12