Home
last modified time | relevance | path

Searched refs:previous (Results 51 – 75 of 98) sorted by relevance

1234

/PHP-7.4/ext/dom/tests/
H A Ddom003.phpt58 ["previous":"Exception":private]=>
/PHP-7.4/Zend/tests/
H A Dclosure_041.phpt2 Closure 041: Rebinding: preservation of previous scope when not given as arg unless impossible
6 /* It's impossible to preserve the previous scope when doing so would break
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt57 …printf("[007] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
72 …printf("[010] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
101 …printf("[017] API id should have been reset to 0 because previous query was SET, got API %d, SQL %…
147 …printf("[027] API id should have been reset to 0 because previous query failed, got API %d, SQL %d…
H A Dmysqli_select_db.phpt46 // ($db) was done by mysqli__connect() already and the previous test
H A Dmysqli_options.phpt41 /* set it twice, checking if memory for the previous one is correctly freed */
H A Dmysqli_stmt_affected_rows.phpt219 …printf("[043] Libmysql does not care if the previous statement was bogus, expecting boolean/true, …
/PHP-7.4/ext/date/tests/
H A Dbug49059.phpt2 Bug #49059 (DateTime::diff() repeats previous sub() operation)
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt2 Test tempnam() function: usage variations - Using previous unique filename
H A Dtempnam_variation6.phpt2 Test tempnam() function: usage variations - Using previous unique filename
H A Dstat_variation8-win32.phpt59 clearstatcache(true, $filename); // clear previous size value in cache
H A Dftruncate_variation1-win32-mb.phpt62 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1-win32.phpt62 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1.phpt62 clearstatcache(); // clear previous size value in cache
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5306 PCRE2_UCHAR *previous = NULL; in compile_branch() local
5445 previous = code; in compile_branch()
6088 PUT(previous, 1, (int)(code - previous)); in compile_branch()
6879 tempcode = previous; in compile_branch()
6880 op_previous = *previous; in compile_branch()
6943 code = previous; in compile_branch()
7018 previous = code; in compile_branch()
7032 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7075 previous[GET(previous, 1)] != OP_ALT) in compile_branch()
7121 (void)memmove(previous + 1, previous, CU2BYTES(len)); in compile_branch()
[all …]
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug73538.phpt2 SOAP: SoapClient::__setHeaders array overrides previous headers
/PHP-7.4/ext/pdo/tests/
H A Dpdo_test.inc42 // on a previous run
/PHP-7.4/docs/
H A Dmailinglist-rules.md45 previous posters have said. This is even more important the longer the
65 and remove any previous comment that is not relevant to your post.
H A Drelease-process.md26 5. Follow all steps to the letter. When unclear ask previous RM's (David,
29 previous RM's is around to answer questions. For the steps related to the
209 previous RC and bump the version numbers in `main/php_version.h`,
440 `gpg --fingerprint "$USER@php.net"`. Let one or more of the previous RMs
/PHP-7.4/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt41 $p = $codepoint_it->previous();
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp166 int32_t CodePointBreakIterator::previous(void) in previous() function in CodePointBreakIterator
H A Dbreakiterator_methods.cpp254 &BreakIterator::previous, in PHP_FUNCTION()
H A Dbreakiterator_class.cpp271 PHP_ME_MAPPING(previous, breakiter_previous, ainfo_biter_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_insert.phpt77 // The 2nd connection will now see the previously uncommitted data inserted in the previous test
/PHP-7.4/
H A D.gitignore276 # Special cases to invert previous ignore patterns
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc176 * Define whether or not PHP should attempt to re-use sockets opened by previous
494 * In that case it is possible that a delayed response to a request made by a previous script

Completed in 61 milliseconds

1234