Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 5518) sorted by last modified time

12345678910>>...221

/PHP-7.4/
H A DNEWS680 . Fixed bug #80002 (calc free space for new interned string is wrong).
1404 . Fixed bug #78650 (new COM Crash). (cmb)
1542 . Added new INI directive opcache.cache_id (Windows only). (cmb)
1561 . Added TLS 1.3 support to streams including new tlsv1.3 stream.
2589 incorrectly) - added new log related FPM configuration options:
2719 . Added new error constants for pg_result_error(): PGSQL_DIAG_SCHEMA_NAME,
H A Dconfigure.ac136 echo "/* automatically generated by configure */" > php_version.h.new
137 echo "/* edit configure.ac to change version number */" >> php_version.h.new
138 echo "#define PHP_MAJOR_VERSION $PHP_MAJOR_VERSION" >> php_version.h.new
139 echo "#define PHP_MINOR_VERSION $PHP_MINOR_VERSION" >> php_version.h.new
140 echo "#define PHP_RELEASE_VERSION $PHP_RELEASE_VERSION" >> php_version.h.new
141 echo "#define PHP_EXTRA_VERSION \"$PHP_EXTRA_VERSION\"" >> php_version.h.new
142 echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new
143 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new
144 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
146 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
[all …]
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-7.4/ext/pgsql/tests/
H A Dbug81720.phpt12 pg_query_params($conn, 'SELECT $1, $2', [1, new stdClass()]);
20 pg_send_execute($conn, "my_query", [1, new stdClass()]);
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_x509_checkpurpose_basic.phpt12 $certificateGenerator = new CertificateGenerator();
/PHP-7.4/ext/dom/tests/
H A Dbug79971_2.phpt9 $imp = new DOMImplementation;
H A Dbug81433.phpt9 $dom = new DOMDocument('1.0', 'utf-8');
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwp-realloc-buffer.phpt31 $tester = new FPM\Tester($cfg, $code);
H A Dtester.inc247 $tester = new self($configTemplate, '', [], self::getCallerFileName());
326 $this->logTool = new LogTool();
516 $status = new Status();
595 return new Response(null, true);
601 $this->response = new Response(
611 $this->response = new Response();
638 return new Response(null, true);
644 throw new \Exception('Requests can be either numeric or array');
708 return new Client($host, $port);
712 $client = new Client($host, $port);
[all …]
H A Dstatus.inc50 throw new \Exception('Invalid content type ' . $type);
H A Dproc-idle-timeout.phpt30 $tester = new FPM\Tester($cfg, $code);
/PHP-7.4/ext/dba/
H A Ddba_tcadb.c91 char *value, *new = NULL; in DBA_FETCH_FUNC() local
99 new = estrndup(value, value_size); in DBA_FETCH_FUNC()
103 return new; in DBA_FETCH_FUNC()
154 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local
163 new = estrndup(value, value_size); in DBA_FIRSTKEY_FUNC()
167 return new; in DBA_FIRSTKEY_FUNC()
174 char *value, *new = NULL; in DBA_NEXTKEY_FUNC() local
181 new = estrndup(value, value_size); in DBA_NEXTKEY_FUNC()
185 return new; in DBA_NEXTKEY_FUNC()
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_calendar_variant5.phpt25 $df = new IntlDateFormatter('fr@calendar=islamic', 0, 0, 'Europe/Minsk');
H A Ddateformat_get_set_calendar_variant_icu70.phpt25 $df = new IntlDateFormatter('fr@calendar=islamic', 0, 0, 'Europe/Minsk');
/PHP-7.4/ext/date/tests/
H A Dbug81500.phpt5 $interval = new DateInterval('PT1S');
/PHP-7.4/ext/mysqli/tests/
H A Dbug64726.phpt15 $db = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
H A Dbug79375.phpt14 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
15 $mysqli2 = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
99 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
100 $mysqli2 = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
110 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
111 $mysqli2 = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
121 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
122 $mysqli2 = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
132 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
133 $mysqli2 = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
/PHP-7.4/ext/zip/tests/
H A Dbug77978.phpt14 $zip = new ZipArchive();
H A Dbug81490.phpt9 $zip = new ZipArchive();
H A Dbug81420.phpt9 $zip = new ZipArchive();
/PHP-7.4/ext/spl/tests/
H A Dbug80663.phpt11 $obj = new SplFixedArray(1000);
12 $obj[0] = new InvalidDestructor();
H A DSplFixedArray_setSize_destruct.phpt5 $values = new SplFixedArray(1);
6 $values->offsetSet(0, new HasDestructor());
20 $values->offsetSet(4, new HasDestructor());
/PHP-7.4/ext/fileinfo/tests/
H A Dbug78987.phpt9 $finfo = new finfo(FILEINFO_MIME_TYPE);
/PHP-7.4/Zend/tests/
H A Dclosure_call_internal.phpt6 var_dump(Closure::fromCallable([new DateTime(), 'getTimestamp'])->call(new DateTime('@123')));

Completed in 32 milliseconds

12345678910>>...221