Home
last modified time | relevance | path

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

12345

/PHP-7.3/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.3/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.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4937 PCRE2_UCHAR *previous = NULL; in compile_branch() local
5073 previous = code; in compile_branch()
5675 PUT(previous, 1, (int)(code - previous)); in compile_branch()
6465 tempcode = previous; in compile_branch()
6466 op_previous = *previous; in compile_branch()
6525 code = previous; in compile_branch()
6597 previous = code; in compile_branch()
6611 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
6648 previous[GET(previous, 1)] != OP_ALT) in compile_branch()
6691 (void)memmove(previous + 1, previous, CU2BYTES(len)); in compile_branch()
[all …]
/PHP-7.3/ext/standard/tests/file/
H A Dtempnam_variation6.phpt2 Test tempnam() function: usage variations - Using previous unique filename
H A Dtempnam_variation6-win32.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
/PHP-7.3/ext/date/tests/
H A Dbug49059.phpt2 Bug #49059 (DateTime::diff() repeats previous sub() operation)
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug73538.phpt2 SOAP: SoapClient::__setHeaders array overrides previous headers
/PHP-7.3/ext/pdo/tests/
H A Dpdo_test.inc42 // on a previous run
/PHP-7.3/
H A DREADME.MAILINGLIST_RULES48 previous posters have said. This is even more important the longer the
68 and remove any previous comment that is not relevant to your post.
H A D.gitignore207 # Special cases to invert previous ignore rules
H A DREADME.RELEASE_PROCESS26 5. Follow all steps to the letter. When unclear ask previous RM's (David/Julien/
28 first releases one of the previous RM's is around to answer questions. For the
162 1. Checkout your release branch, you should have created when releasing previous RC
362 one or more of the previous RMs sign your key. Publish your public key to pgp.mit.edu with:
/PHP-7.3/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt41 $p = $codepoint_it->previous();
/PHP-7.3/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp162 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.3/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.3/ext/standard/tests/array/
H A Dprev_variation1.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.API309 But this function doesn't clear values which set in previous failed match process.
311 in previous failed match process.
H A DRE400 previous one with the name, and so on, until there is a match.
552 + isolated option is not transparent to previous pattern.
/PHP-7.3/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
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME.md119 * Range-clear (Absent-clear) operator restores previous range in retractions.

Completed in 69 milliseconds

12345