Home
last modified time | relevance | path

Searched refs:version (Results 1226 – 1250 of 1321) sorted by relevance

1...<<41424344454647484950>>...53

/PHP-7.2/Zend/
H A DREADME.ZEND_VM105 is the specialized version and the other is the old one non-specialized with
/PHP-7.2/ext/standard/tests/strings/
H A Dlcfirst.phpt167 … somestring - assumed 'somestring' (this will throw an Error in a future version of PHP) in %s on …
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt187 $version = $stmt->fetch(PDO::FETCH_ASSOC);
189 $tmp = explode('.', $version['_version']);
H A Dpdo_mysql_attr_errmode.phpt164 … in your SQL syntax; check the manual that corresponds to your %s server version for the right syn…
H A Dpdo_mysql_types.phpt112 // no chance to return int with the current PDO version - we are forced to return strings
H A Dpdo_mysql_prepare_native.phpt62 // Trying to hack around MySQL Server version dependent features
160 // Not every MySQL Server version supports this
/PHP-7.2/ext/phar/tests/zip/
H A Dbug48791.phpt13 <?xml version="1.0" encoding="UTF-8"?>
14 …" xmlns:rdfa="http://docs.oasis-open.org/opendocument/meta/rdfa#" office:version="1.2"><office:scr…
/PHP-7.2/sapi/fpm/tests/
H A Dfcgi.inc34 * @version 1.0
305 return chr(self::VERSION_1) /* version */
395 $ret['version'] = ord($data{0});
/PHP-7.2/
H A Dconfigure.ac115 dnl Allow version values to be used in Makefile
127 dnl Setting up the PHP version based on the information above.
131 echo "/* edit configure.ac to change version number */" >> php_version.h.new
814 dnl remove "none" when introducing the first incompatible LTP version and
824 AC_CACHE_CHECK([for ltp version], php_cv_ltp_version, [
849 …ltp_msg="This LTP version is not supported (found: $ltp_version, min: $ltp_version_min, excluded: …
1072 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI159 This function is deluxe version of onig_new().
169 ci->num_of_elements: number of elements in ci. (current version: 5)
658 Return version string. (ex. "5.0.3")
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c984 (module->version == NO_VERSION_YET) ? "<no_version>" : module->version); in _extension_string()
1012 if (dep->version) { in _extension_string()
1087 if (extension->version) { in _zend_extension_string()
5789 if (module->version == NO_VERSION_YET) { in ZEND_METHOD()
5792 RETURN_STRING(module->version); in ZEND_METHOD()
6005 if (dep->version) { in ZEND_METHOD()
6006 len += strlen(dep->version) + 1; in ZEND_METHOD()
6014 dep->version ? " " : "", in ZEND_METHOD()
6015 dep->version ? dep->version : ""); in ZEND_METHOD()
6155 if (extension->version) { in ZEND_METHOD()
[all …]
/PHP-7.2/ext/oci8/tests/
H A Dbug43497.phpt115 $data = "<?xml version=\"1.0\"?><records>" . $s . "</records>";
H A Dimp_res_field.phpt14 die("skip works only with Oracle 12c or greater version of Oracle client libraries");
H A Drefcur_prefetch_2.phpt17 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
H A Drefcur_prefetch_1.phpt17 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt12 die(sprintf('skip Needs MySQL 4.1+, found version %d.', mysqli_get_server_version($link)));
H A Dmysqli_stmt_bind_param_call_user_func.phpt303 …printf("[048] [%d] (Message might vary with MySQL Server version, e.g. No data supplied for parame…
323 …printf("[052] [%d] (Message might vary with MySQL Server version, e.g. No data supplied for parame…
/PHP-7.2/ext/mbstring/libmbfl/filters/
H A DMakefile.am5 libmbfl_filters_la_LDFLAGS=-version-info $(SHLIB_VERSION)
/PHP-7.2/ext/date/lib/
H A Dtimelib.h299 char *version; member
/PHP-7.2/ext/opcache/
H A DREADME13 This version of Zend OPcache is compatible with PHP 5.2.*, 5.3.*, 5.4.*
72 Enables the OPcache for the CLI version of PHP. It's mostly for testing
/PHP-7.2/ext/standard/html_tables/mappings/
H A DCP1251.TXT3 # Unicode version: 2.0
4 # Table version: 2.01
H A DCP1252.TXT3 # Unicode version: 2.0
4 # Table version: 2.01
H A DCP866.TXT3 # Unicode version: 2.0
4 # Table version: 2.00
/PHP-7.2/win32/build/
H A Dconfig.w3215 // do we use x64 or 80x86 version of compiler?
172 var _tmp = execute(cppcheck + " --version").split(/ /)[1];
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch651 + uint32_t version, entries, nentries;
753 + version = swap4(ptr[1]);
755 + version = ptr[1];
756 + if (version != VERSIONNO) {
759 + VERSIONNO, dbname, version);
828 version = ptr[1];
829 if (version != VERSIONNO) {
830 file_error(ms, 0, "File %s supports only version %d magic "
831 - "files. `%s' is version %d", VERSION,
832 + "files. `%s' is version %d", FILE_VERSION_MAJOR,
[all …]

Completed in 71 milliseconds

1...<<41424344454647484950>>...53