Home
last modified time | relevance | path

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

1...<<515253

/PHP-7.2/ext/phar/
H A Dtar.c774 strncpy(header.version, "00", sizeof("00")-1); in phar_tar_writeheaders_int()
H A Dphar_object.c2869 RETURN_STRING(phar_obj->archive->version); in PHP_METHOD()
/PHP-7.2/ext/standard/
H A Dvar_unserializer.re7 | This source file is subject to version 3.01 of the PHP license, |
H A Durl_scanner_ex.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.2/ext/interbase/
H A Dinterbase.c1446 out_sqlda.version = SQLDA_CURRENT_VERSION; in PHP_FUNCTION()
/PHP-7.2/ext/oci8/tests/
H A Dimp_res_7.phpt14 die("skip works only with Oracle 12c or greater version of Oracle client libraries");
H A Dimp_res_3.phpt14 die("skip works only with Oracle 12c or greater version of Oracle client libraries");
/PHP-7.2/
H A Dphp.ini-development83 ; development version only in development environments, as errors shown to
878 ; deprecated in a future PHP major version. So, when it is possible, please
1782 ; Determines if Zend OPCache is enabled for the CLI version of PHP
H A Dphp.ini-production83 ; development version only in development environments, as errors shown to
880 ; deprecated in a future PHP major version. So, when it is possible, please
1784 ; Determines if Zend OPCache is enabled for the CLI version of PHP
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1048 2004/07/24: [memo] change version control system from Subversion
1737 2003/05/12: [memo] shifted to Subversion(version 0.21.0) from CVS.
2155 <GNU libtool: version management>
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf.c1318 DUMP("%d", version); in cdf_dump_header()
/PHP-7.2/main/
H A Dmain.c2336 module->version = PHP_VERSION; in php_module_startup()
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING34 real. (The Perl version probably doesn't do this any more; I'm talking about
H A Dpcre_exec.c1299 cb.version = 2; /* Version 1 of the callout block */ in match()
1709 cb.version = 2; /* Version 1 of the callout block */ in match()
H A Dpcre_jit_compile.c7138 callout_block->version = 2; in do_callout()
/PHP-7.2/scripts/dev/
H A Dgenerate-phpt.phar21 if($minor < 3) { die("Sorry, you need PHP version 5.3 or greater to run this.\n"); }
/PHP-7.2/Zend/
H A Dzend_API.c3703 return module ? module->version : NULL; in zend_get_module_version()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput14714 /--- Force no study, otherwise mark is not seen. The studied version is in
H A Dtestoutput17871 /--- Force no study, otherwise mark is not seen. The studied version is in
/PHP-7.2/ext/standard/tests/misc/
H A Dbrowscap.ini1420 [Dumbot (version *)]
2154 [Dumbot(version 0.2 beta - http://www.searchles.com/ Searchles Inc.)]
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c59497 u32 version; /* Magic value read from WAL header */
59537 version = sqlite3Get4byte(&aBuf[4]);
59538 if( version!=WAL_MAX_VERSION ){

Completed in 641 milliseconds

1...<<515253