Home
last modified time | relevance | path

Searched refs:ext (Results 76 – 100 of 436) sorted by relevance

12345678910>>...18

/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug71885.phpt8 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
14 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_49985.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug67462.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
15 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dgh7723.phpt6 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug70313.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug69344.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
15 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug71885_2.phpt8 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
20 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Ddisable_prepares.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug70861.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Ddebug_emulated_prepares.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug_41698.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
15 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dlast_insert_id.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dpdo_mysql_param_str_natl.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
15 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dpecl_bug_5200.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_61755.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-8.1/ext/hash/
H A Dconfig.m434 PHP_ADD_BUILD_DIR(ext/hash/$SHA3_DIR, 1)
37 PHP_ADD_BUILD_DIR(ext/hash/murmur, 1)
51 PHP_INSTALL_HEADERS(ext/hash, $EXT_HASH_HEADERS)
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua650 local function parse_imm_load(imm, ext)
653 if ext then
667 waction(ext and "IMML8" or "IMML12", 32768 + shl(ext and 8 or 12, 5), imm)
720 local ext, ldrd = (oplo ~= 0), (oplo == 208)
740 waction(ext and "IMML8" or "IMML12", 32768 + 32*(ext and 8 or 12),
755 local m = parse_imm_load(imm, ext)
757 op = op + m + (ext and 0x00400000 or 0)
770 local m = parse_imm_load(imm, ext)
771 op = op + m + (ext and 0x00400000 or 0)
778 if ext then werror("too many parameters") end
[all …]
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug54379.phpt15 require 'ext/pdo/tests/pdo_test.inc';
16 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
H A Dcheckliveness.phpt14 require 'ext/pdo/tests/pdo_test.inc';
15 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-8.1/ext/iconv/
H A Dconfig.w3218 ADD_DEF_FILE("ext\\iconv\\php_iconv.def");
20 PHP_INSTALL_HEADERS("", "ext/iconv");
/PHP-8.1/ext/curl/tests/
H A Dcurl_error_basic.phpt20 * Source: ext/curl/interface.c
21 * Documentation: http://wiki.php.net/qa/temp/ext/curl
/PHP-8.1/
H A DUPGRADING.INTERNALS18 a. ext/hash
19 b. ext/pdo
20 c. ext/standard
21 d. ext/pgsql
22 e. ext/pcre
76 a. ext/hash
82 b. ext/pdo
120 c. ext/standard
124 d. ext/pgsql
132 e. ext/pcre
/PHP-8.1/ext/xsl/tests/
H A Dbug49634.phpt19 xmlns:ext="http://php.net/xsl"
20 xsl:extension-element-prefixes="ext"
21 exclude-result-prefixes="ext">
24 <xsl:value-of select="ext:function('testFunction', document('$cDIR/bug49634.xml')/root)"/>
/PHP-8.1/sapi/cli/
H A Dmime_type_map.h24 const char *ext; member
/PHP-8.1/ext/opcache/
H A Dconfig.w3222 …if (CHECK_HEADER_ADD_INCLUDE("dynasm/dasm_x86.h", "CFLAGS_OPCACHE", PHP_OPCACHE + ";ext\\opcache\\…
36 …gure_module_dirname + "\\jit", "zend_jit.c zend_jit_vm_helpers.c", "opcache", "ext\\opcache\\jit");

Completed in 49 milliseconds

12345678910>>...18