Home
last modified time | relevance | path

Searched refs:extension (Results 151 – 175 of 223) sorted by relevance

123456789

/php-src/ext/opcache/tests/
H A Dissue0115.phpt39 $ini .= ' -d extension=phar.'.PHP_SHLIB_SUFFIX;
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_003.phpt2 Pdo\Sqlite load extension
/php-src/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc24 'bzip2 extension not available');
28 'zlib extension not available');
H A Dmake.dangerous.tar.php.inc25 'bzip2 extension not available');
29 'zlib extension not available');
/php-src/ext/xsl/tests/
H A Dxsltprocessor_exsl_registerPhpFunctionNs.phpt29 extension-element-prefixes="date">
/php-src/ext/dom/tests/
H A Ddomobject_debug_handler.phpt2 Objects of DOM extension: debug info object handler.
/php-src/ext/skeleton/
H A Dconfig.m4.in1 dnl config.m4 for extension %EXTNAME%
6 dnl If your extension references something external, use 'with':
/php-src/sapi/cli/tests/
H A D006.phpt2 show information about extension
31 string(%d) "Extension [ <persistent> extension #%d pcre version %s ] {
/php-src/ext/soap/tests/bugs/
H A Dbug73037.phpt62 $args = ["-d", "extension_dir=" . ini_get("extension_dir"), "-d", "extension=" . (substr(PHP_OS, 0,…
64 … works from a development directory in which case extension_dir might not be the real extension dir
/php-src/ext/phar/tests/
H A Dphar_convert_again.phpt198 data phar "%sphar_convert_again2.phar.tgz.oops" has invalid extension phar.tgz.oops
199 phar "%sphar_convert_again2.tgz.oops" has invalid extension tgz.oops
200 data phar "%sphar_convert_again2.phar/.tgz.oops" has invalid extension phar/.tgz.oops
/php-src/ext/mbstring/tests/
H A Deuc_tw_encoding.phpt8 if (PHP_INT_SIZE == 4 && !extension_loaded("ctype")) die("skip needs ctype extension on 32-bit");
/php-src/win32/build/
H A Dtemplate.rc21 #ifndef INTERNAL_NAME /* e.g. 'PHAR extension', 'CGI SAPI' */
/php-src/ext/hash/tests/
H A Dmhash_001.phpt22 $data = "This is the test of the mhash extension...";
/php-src/ext/standard/tests/strings/
H A Ddirname_basic.phpt28 /* path with file extension and trailing slashes */
/php-src/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt10 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo…
/php-src/ext/reflection/
H A Dphp_reflection.c1265 if (extension->version) { in _zend_extension_string()
1268 if (extension->copyright) { in _zend_extension_string()
1271 if (extension->author) { in _zend_extension_string()
1274 if (extension->URL) { in _zend_extension_string()
6377 zend_extension *extension; in ZEND_METHOD() local
6389 if (!extension) { in ZEND_METHOD()
6395 intern->ptr = extension; in ZEND_METHOD()
6405 zend_extension *extension; in ZEND_METHOD() local
6443 if (extension->version) { in ZEND_METHOD()
6462 if (extension->author) { in ZEND_METHOD()
[all …]
/php-src/scripts/
H A Dphpize.m462 EXTENSION_DIR=`$PHP_CONFIG --extension-dir 2>/dev/null`
76 AC_MSG_CHECKING([for PHP extension directory])
/php-src/ext/mysqlnd/
H A Dconfig9.m425 dnl If some extension uses mysqlnd it will get compiled in PHP core
/php-src/ext/phar/
H A Dphar_object_arginfo.h46 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, extension, IS_STRING, 1, "null")
50 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, extension, IS_STRING, 1, "null")
56 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, extension, IS_STRING, 1, "null")
62 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, extension, IS_STRING, 1, "null")
252 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, extension, IS_STRING, 1, "null")
256 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, extension, IS_STRING, 1, "null")
H A Dphar_path_check.re3 | phar php single-file executable PHP extension |
/php-src/ext/snmp/tests/
H A DREADME.md1 # The snmp extension tests
/php-src/Zend/
H A Dzend.c1248 ZEND_API void zend_append_version_info(const zend_extension *extension) /* {{{ */ in zend_append_version_info() argument
1254 + strlen(extension->name) in zend_append_version_info()
1255 + strlen(extension->version) in zend_append_version_info()
1256 + strlen(extension->copyright) in zend_append_version_info()
1257 + strlen(extension->author)); in zend_append_version_info()
1261 …o_length, " with %s v%s, %s, by %s\n", extension->name, extension->version, extension->copyrigh… in zend_append_version_info()
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc204 $extension = $handler === 'tcadb' ? 'tch' : 'db';
207 run_creation_tests_ex($handler, '_not_existing.'.$extension, '');
211 run_creation_tests_ex($handler, '_existing.'.$extension, 'dba_open($db_name, "n", $handler);');
/php-src/ext/shmop/tests/
H A D002.phpt2 shmop extension error messages
/php-src/ext/openssl/tests/
H A DCertificateGenerator.inc23 'openssl extension must be loaded to generate certificates'

Completed in 50 milliseconds

123456789