Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 7204) sorted by last modified time

12345678910>>...289

/php-src/ext/openssl/
H A Dopenssl.c1436 BIO *in; in php_openssl_x509_from_str() local
2249 BIO *in=NULL; in STACK_OF() local
2295 BIO_free(in); in STACK_OF()
3051 BIO * in; in php_openssl_csr_from_str() local
3072 BIO_free(in); in php_openssl_csr_from_str()
3664 BIO* in; in php_openssl_pkey_from_zval() local
3679 BIO *in; in php_openssl_pkey_from_zval() local
5551 BIO_free(in); in PHP_FUNCTION()
5975 BIO_free(in); in PHP_FUNCTION()
6148 BIO_free(in); in PHP_FUNCTION()
[all …]
H A Dconfig0.m416 [OPENSSL: Load legacy algorithm provider in addition to default provider])],
37 …AC_DEFINE(LOAD_OPENSSL_LEGACY_PROVIDER,1,[ Load legacy algorithm provider in addition to default p…
/php-src/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt29 …nprivileges(): Passing null to parameter #3 ($schema) of type string is deprecated in %s on line %d
31 …mnprivileges(): Passing null to parameter #4 ($table) of type string is deprecated in %s on line %d
33 …nprivileges(): Passing null to parameter #5 ($column) of type string is deprecated in %s on line %d
H A Dodbc_persistent_close_all.phpt2 odbc_pconnect(): Make sure closing a persistent connection works in case of odbc_close_all()
/php-src/
H A DNEWS18 . Implement GH-13609 (Dump wrapped object in WeakReference class). (nielsdos)
41 . Implemented "Improve callbacks in ext/dom and ext/xsl" RFC. (nielsdos)
43 . Implemented opt-in ext/dom spec compliance RFC. (nielsdos)
85 - ValueError if the integer index does not fit in a signed 32 bit integer
109 . If JIT is enabled, PHP will now exit with a fatal error on startup in case
113 . Fixed bug GH-13834 (Applying non-zero offset 36 to null pointer in
119 . Implement request #48520 (openssl_csr_new - allow multiple values in DN).
138 more in line with platforms limits. (David Carlier)
221 . Add support for clark notation for namespaces in class map. (lxShaDoWxl)
246 . Cast large floats that are within int range to int in number_format so
[all …]
H A DUPGRADING5 3. Changes in SAPI modules
70 passed for parameter $row. Now, a warning is emitted in this case.
178 requests in non-POST HTTP requests.
220 are now allowed between braces in Perl-compatible items, and
230 This RFC adds subclasses for PDO in order to better support
273 . Added support for clark notation for namespaces in class map.
290 3. Changes in SAPI modules
383 number in the hexadecimal format.
496 that was introduced in libsodium 1.0.19.
523 . Implemented opt-in ext/dom spec compliance RFC.
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1353 …/* we need a temporary regeset in case MIN CASE value is not zero or some CASE VAL can't fit into …
1573 /* check if address is used only in LOAD and STORE */
2275 /* alloca() may be used only in functions */
2650 // TODO: register allocator may clobber operands of CMP before they are used in the GUARD_CMP
7702 /* op3 is used as a flag that the value is already stored in memory.
7703 * If op3 is set we don't have to store the value once again (in case of spilling)
8429 /* Reserved "home space" or "shadow store" for register arguments (used in Windows64 ABI) */
8677 /* WIN64 calling convention requires duplcation of parameters passed in FP register into GP ones */
H A Dir_aarch64.dasc682 /* check if address is used only in LOAD and STORE */
1039 // TODO: register allocator may clobber operands of CMP before they are used in the GUARD_CMP
3986 /* op3 is used as a flag that the value is already stored in memory.
3987 * If op3 is set we don't have to store the value once again (in case of spilling)
/php-src/ext/mbstring/
H A Dmbstring.c2133 in += from; in mb_get_substr()
2595 in = (unsigned char*)ZSTR_VAL(input); in mb_trim_string()
3217 const unsigned char *in; member
3265 array[i].in = in; in start_string()
3270 if (in_len >= 3 && in[0] == 0xEF && in[1] == 0xBB && in[2] == 0xBF) { in start_string()
3272 array[i].in += 3; in start_string()
3275 if (in_len >= 2 && in[0] == 0xFE && in[1] == 0xFF) { in start_string()
3277 array[i].in += 2; in start_string()
3280 if (in_len >= 2 && in[0] == 0xFF && in[1] == 0xFE) { in start_string()
3282 array[i].in += 2; in start_string()
[all …]
/php-src/build/
H A Dlibtool.m420 case X$UNAME in
95 case $host_os in
167 case $host_os in
233 case $cc_temp in
412 case X$ECHO in
569 case $host in
2480 case $LD in
2628 case $host in
3878 case $p in
3892 case $p in
[all …]
/php-src/sapi/cli/tests/
H A D017.phpt127 Parse error: Unmatched ')' in php shell code on line 1
/php-src/Zend/tests/gh10232/
H A Dconstant_def.inc5 echo 'Exception in ', basename($ex->getFile()), ' on line ', $ex->getLine(), "\n";
H A Drequired.inc5 echo 'Exception in ', basename($ex->getFile()), ' on line ', $ex->getLine(), "\n";
/php-src/Zend/tests/
H A Dgh10232.phpt2 GH-10232 (Weird behaviour when a file is autoloaded in assignment of a constant)
26 Notice: 7 in %sgh10232.php on line 7
29 Notice: constant_def.inc in %sconstant_def.inc on line 3
30 Exception in constant_def.inc on line 4
32 Notice: required.inc in %srequired.inc on line 3
33 Exception in required.inc on line 4
H A Dgh7771_3.phpt15 Fatal error: Constant expression contains invalid operations in %sgh7771_3.php(7) : eval()'d code o…
H A Dgh14003.phpt2 GH-14003: Missing handling of CALLABLE_CONVERT in cleanup_unfinished_calls()
19 Fatal error: Uncaught Exception: Test in %s:%d
24 thrown in %s on line %d
H A Dclosure_067.phpt2 ReflectionFunction::getShortName() returns the full name for closures defined in namespaces.
/php-src/.github/workflows/
H A Dpush.yml40 cancel-in-progress: true
H A Dclose-stale-prs.yml26 …e-pr-message: There has not been any recent activity in this PR. It will automatically be closed i…
H A Dnightly.yml328 # We only test with OpCache, the difference in coverage is negligible
417 for repository in $repositories; do
448 for repository in $repositories; do
482 # Buggy FFI test in Symfony, see https://github.com/symfony/symfony/issues/47668
486 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
H A Dclose-stale-feature-requests.yml27 …There has not been any recent activity in this feature request. It will automatically be closed in
/php-src/docs/
H A Drelease-process.md69 > See more in https://wiki.php.net/rfc/travis_ci.
112 files in `ext/standard`.
263 > version numbers that end in `-dev` in these files. The main branch (i.e.
264 > `master`) will *always* have version numbers that end in `-dev` in these
348 information in the `$QA_RELEASES` array in `include/release-qa.php`.
480 and commit the changes in the credits files in `ext/standard`.
717 information in the `$QA_RELEASES` array in `include/release-qa.php`.
754 included in the release mail.
909 link to it in the release announcements.
933 fourth Thursday of November in the next year.
[all …]
/php-src/main/
H A Doutput.c792 if (context->in.free && context->in.data) { in php_output_context_feed()
795 context->in.data = data; in php_output_context_feed()
796 context->in.used = used; in php_output_context_feed()
806 if (context->in.free && context->in.data) { in php_output_context_swap()
829 context->in.used = 0; in php_output_context_pass()
830 context->in.free = 0; in php_output_context_pass()
831 context->in.size = 0; in php_output_context_pass()
839 if (context->in.free && context->in.data) { in php_output_context_dtor()
919 context->in.used?context->in.data:"", in php_output_handler_op()
920 context->in.used in php_output_handler_op()
[all …]
/php-src/ext/tidy/
H A Dtidy.c460 static zend_result tidy_doc_cast_handler(zend_object *in, zval *out, int type) in tidy_doc_cast_handler() argument
480 obj = php_tidy_fetch_object(in); in tidy_doc_cast_handler()
498 static zend_result tidy_node_cast_handler(zend_object *in, zval *out, int type) in tidy_node_cast_handler() argument
518 obj = php_tidy_fetch_object(in); in tidy_node_cast_handler()
970 if (ZEND_SIZE_T_UINT_OVFL(output_context->in.used)) { in php_tidy_output_handler()
978 tidyBufAttach(&inbuf, (byte *) output_context->in.data, (uint32_t)output_context->in.used); in php_tidy_output_handler()
/php-src/ext/zlib/
H A Dzlib.c195 if (output_context->in.used) { in php_zlib_output_handler_ex()
197 if (ctx->buffer.free < output_context->in.used) { in php_zlib_output_handler_ex()
203 ctx->buffer.free += output_context->in.used; in php_zlib_output_handler_ex()
205 memcpy(ctx->buffer.data + ctx->buffer.used, output_context->in.data, output_context->in.used); in php_zlib_output_handler_ex()
206 ctx->buffer.free -= output_context->in.used; in php_zlib_output_handler_ex()
207 ctx->buffer.used += output_context->in.used; in php_zlib_output_handler_ex()
209 output_context->out.size = PHP_ZLIB_BUFFER_SIZE_GUESS(output_context->in.used); in php_zlib_output_handler_ex()
564 ctx.in.data = in_str; in PHP_FUNCTION()
565 ctx.in.used = in_len; in PHP_FUNCTION()
704 zend_string *in, *out; \
[all …]

Completed in 177 milliseconds

12345678910>>...289