Home
last modified time | relevance | path

Searched refs:longer (Results 51 – 75 of 82) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/strings/
H A Dcrypt_sha512.phpt24 'a very much longer text to encrypt. This one even stretches over morethan one line.',
H A Ducfirst.phpt72 echo "\n--- Testing a longer and heredoc string ---\n";
162 --- Testing a longer and heredoc string ---
H A Dstr_replace_variation3.phpt104 echo "\n-- Testing a longer and heredoc string --\n";
203 -- Testing a longer and heredoc string --
H A Dstrtr_basic.phpt29 //$from and $to are of different lengths, extra chars in the longer one are ignored
H A Dlcfirst.phpt101 echo "\n--- Testing a longer and heredoc string ---\n";
194 --- Testing a longer and heredoc string ---
H A Dstrlen.phpt83 echo "\n--- Testing a longer and heredoc string ---\n";
188 --- Testing a longer and heredoc string ---
H A Dstrstr.phpt116 echo "\n-- A longer and heredoc string --\n";
372 -- A longer and heredoc string --
H A Dstrpos.phpt141 echo "\n-- A longer and heredoc string --\n";
326 -- A longer and heredoc string --
/PHP-7.4/ext/standard/tests/streams/
H A Dbug70198.phpt30 the client side will need wait a bit longer to realize it.*/
H A Dproc_open_bug51800.phpt15 The smaller the pipe buffer is, the longer it will take. It might even pass at the end,
/PHP-7.4/ext/opcache/tests/
H A Dphp_cli_server.inc29 // Failure, the server is no longer running
/PHP-7.4/ext/curl/tests/
H A Dserver.inc30 // Failure, the server is no longer running
H A Dcurl_file_upload.phpt73 Warning: curl_setopt(): Disabling safe uploads is no longer supported in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dcollator_create2.phpt82 …75777981838587899193959799' locale: Locale string too long, should be no longer than %d characters…
H A Dcollator_create4.phpt79 …75777981838587899193959799' locale: Locale string too long, should be no longer than %d characters…
H A Dcollator_create3.phpt83 …75777981838587899193959799' locale: Locale string too long, should be no longer than %d characters…
/PHP-7.4/ext/date/tests/
H A Dbug66985.phpt2 Bug #66985 (Some timezones are no longer valid in PHP 5.5.10)
/PHP-7.4/
H A DUPGRADING.INTERNALS177 longer be directly assigned to, and instead a set of specialized macros of
216 u. The typedefs uint and ulong are no longer guaranteed to be available, and
225 w. APACHE symbol has been removed and is no longer defined.
239 - The filter extension no longer exposes the --with-pcre-dir configure
266 removed. Symbols HAVE_VPRINTF and HAVE_UTIME_NULL are no longer defined
287 been removed. The following symbols are therefore no longer defined by the
H A DNEWS630 . Fixed bug #78470 (odbc_specialcolumns() no longer accepts $nullable). (cmb)
701 . Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer).
1304 static. IS_IMPLICIT_ABSTRACT is not longer used). (Dmitry)
1419 . Fixed bug #78383 (Casting a DateTime to array no longer returns its
1437 . The filter extension no longer has the --with-pcre-dir on Unix builds,
1520 . Fixed bug #78609 (mb_check_encoding() no longer supports stringable
1705 . Fixed bug #78346 (strip_tags no longer handling nested php tags). (cmb)
1784 . Fixed bug #78609 (mb_check_encoding() no longer supports stringable
1902 . Fixed bug #78346 (strip_tags no longer handling nested php tags). (cmb)
2281 . Fixed bug #77376 ("undefined function" message no longer includes
[all …]
/PHP-7.4/docs/
H A Dmailinglist-rules.md45 previous posters have said. This is even more important the longer the
54 people, double check the above rules. Try to wait a bit longer before
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc48 // Failure, the server is no longer running
/PHP-7.4/Zend/
H A Dzend_operators.c1520 zval *longer, *shorter; in bitwise_or_function() local
1533 longer = op1; in bitwise_or_function()
1536 longer = op2; in bitwise_or_function()
1540 str = zend_string_alloc(Z_STRLEN_P(longer), 0); in bitwise_or_function()
1544 memcpy(ZSTR_VAL(str) + i, Z_STRVAL_P(longer) + i, Z_STRLEN_P(longer) - i + 1); in bitwise_or_function()
1598 zval *longer, *shorter; in bitwise_and_function() local
1611 longer = op1; in bitwise_and_function()
1614 longer = op2; in bitwise_and_function()
1676 zval *longer, *shorter; in bitwise_xor_function() local
1689 longer = op1; in bitwise_xor_function()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A D003.phpt33 Display widths (used as described in the preceding section) are no longer supported.
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt72 // error because password is longer then key length and
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md36 This makes the message string be copied and freed when no longer needed. There's

Completed in 45 milliseconds

1234