Home
last modified time | relevance | path

Searched refs:extension (Results 101 – 125 of 223) sorted by relevance

123456789

/php-src/tests/basic/
H A Dbug71273.phpt7 …EXECUTABLE_ESCAPED') . " -n -d html_errors=on -d extension_dir=a/�/w -d extension=php_kartoffelbre…
/php-src/tests/run-test/
H A Dextensions-shared.phpt12 if( !file_exists($ext_module) ) die('skip openssl shared extension not found');
/php-src/ext/bz2/
H A Dconfig.w3210 // BZ2 extension does this slightly differently from others
/php-src/ext/posix/tests/
H A Dposix_errno_variation2.phpt14 // Don't rely on PCNTL extension being around
/php-src/ext/soap/tests/interop/Round3/GroupF/
H A Dr3_groupF_extreq_001w.phpt17 Fatal error: SOAP-ERROR: Parsing WSDL: Unknown required WSDL extension 'http://soapinterop.org/ext'…
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c73 char *extension, *errtext = NULL; in PHP_METHOD() local
80 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &extension, &extension_len) == FAILURE) { in PHP_METHOD()
104 if (!VCWD_REALPATH(extension, fullpath)) { in PHP_METHOD()
105 zend_throw_exception_ex(php_pdo_get_exception(), 0, "Unable to load extension \"%s\"", extension); in PHP_METHOD()
/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_006.phpt6 die("skip The mbstring extension cannot be present for this test");
/php-src/ext/opcache/tests/jit/
H A Dbug80426.phpt2 Bug #80426: Crash when using JIT and an extension replacing zend_execute_ex with custom
/php-src/ext/phar/tests/
H A Dbug48377.2.phpt23 data phar "%sbug48377.2.phar.zip" has invalid extension phar.zip
H A Dbug46032.phpt31 …nexpectedValueException: Cannot create phar '0000000000000000000', file extension (or combination)…
H A Dbug71625.phpt24 Fatal error: Uncaught UnexpectedValueException: Cannot create phar 'A:A:.phar', file extension (or …
/php-src/ext/dba/
H A Ddba_dbm.c38 #define TRUNC_IT(extension, mode) \ argument
39 snprintf(buf, MAXPATHLEN, "%s" extension, ZSTR_VAL(info->path)); \
/php-src/ext/soap/tests/
H A Dcustom_content_type.phpt16 $args = ["-d", "extension_dir=" . ini_get("extension_dir"), "-d", "extension=" . (substr(PHP_OS, 0,…
18 … works from a development directory in which case extension_dir might not be the real extension dir
/php-src/Zend/
H A Dzend_builtin_functions.stub.php181 function extension_loaded(string $extension): bool {} argument
187 function get_extension_funcs(string $extension): array|false {} argument
/php-src/ext/mysqli/
H A Dconfig.m443 dnl This needs to be set in any extension which wishes to use mysqlnd
50 dnl Build extension
H A Dconfig.w323 // Note: The extension name is "mysqli", you enable it with "--with-mysqli".
/php-src/ext/libxml/tests/
H A Dbug54440.phpt2 Bug #54440: libxml extension ignores default context
/php-src/ext/gd/tests/
H A Dcreatefromgd2.phpt10 if (!function_exists('imagecreatefromgd2')) die("skip gd extension not available\n");
/php-src/ext/random/
H A Dconfig.m418 dnl Setup extension
/php-src/ext/openssl/tests/
H A Dbug55259.phpt2 Bug #55259 (openssl extension does not get the DH parameters from DH key resource)
/php-src/ext/standard/tests/general_functions/
H A Ddl-001.phpt33 The extension dl_test is loaded and working!
H A Ddl-002.phpt34 The extension dl_test is loaded and working!
H A Ddl-003.phpt35 The extension dl_test is loaded and working!
/php-src/ext/phar/tests/zip/
H A Dgh10766.phpt14 // Re-read from disk, but using the zip extension because the phar bug will not make it possible
/php-src/ext/ldap/tests/
H A Dldap_sasl_bind_basic.phpt9 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo…

Completed in 48 milliseconds

123456789