Home
last modified time | relevance | path

Searched refs:previous (Results 76 – 100 of 126) sorted by relevance

123456

/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp220 U_CFUNC PHP_METHOD(IntlBreakIterator, previous) in PHP_METHOD() argument
222 _breakiter_no_args_ret_int32(&BreakIterator::previous, in PHP_METHOD()
H A Dbreakiterator_arginfo.h104 ZEND_METHOD(IntlBreakIterator, previous);
134 ZEND_ME(IntlBreakIterator, previous, arginfo_class_IntlBreakIterator_previous, ZEND_ACC_PUBLIC)
H A Dcodepointiterator_internal.cpp164 int32_t CodePointBreakIterator::previous(void) in previous() function in CodePointBreakIterator
/php-src/Zend/asm/
H A Dmake_mips32_o32_elf_gas.S88 # the previous function should have left the 16 bytes incoming argument
/php-src/ext/soap/tests/bugs/
H A Dbug73538.phpt2 SOAP: SoapClient::__setHeaders array overrides previous headers
/php-src/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.md73 > When you are unsure about anything, ask a previous RM before proceeding.
74 > Ideally, make sure a previous RM is available to answer questions during
658 previous release to `include/releases.inc`.
661 previous release is 8.2.1, so you will add the information for 8.2.1 to this
674 > for the previous release from `include/version.inc` into
709 for PHP 8.4) added above the first anchor of the previous version.
928 All the changes that are already present in the previous version NEWS should be
929 removed. It means all bug fixes that went to the previous version as well should
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5664 PCRE2_UCHAR *previous = NULL; in compile_branch() local
5802 previous = code; in compile_branch()
6462 PUT(previous, 1, (int)(code - previous)); in compile_branch()
7257 tempcode = previous; in compile_branch()
7258 op_previous = *previous; in compile_branch()
7326 code = previous; in compile_branch()
7398 previous = code; in compile_branch()
7412 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7455 previous[GET(previous, 1)] != OP_ALT) in compile_branch()
7501 (void)memmove(previous + 1, previous, CU2BYTES(len)); in compile_branch()
[all …]
/php-src/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt39 $p = $codepoint_it->previous();
/php-src/ext/pdo_mysql/tests/
H A Dgh11587.phpt2 …ion for result set values to be of native type, making it compatible with previous versions. #11622
/php-src/Zend/
H A Dzend_exceptions_arginfo.h29 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, previous, Throwable, 1, "null")
57 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, previous, Throwable, 1, "null")
/php-src/.github/workflows/
H A Dreal-time-benchmark.yml81 # Set config for the previous PHP version
83 …sed -i 's/PHP_NAME="PHP - master"/PHP_NAME="PHP - previous master"/g' ./php-version-benchmarks/con…
/php-src/ext/mysqli/tests/
H A Dmysqli_options.phpt16 /* set it twice, checking if memory for the previous one is correctly freed */
H A Dmysqli_select_db.phpt34 // ($db) was done by mysqli__connect() already and the previous test
/php-src/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt48 // The previous "foo" test case works because it is not interned.
H A Dstrings_marked_as_utf8.phpt55 // The previous "foo" test case works because it is not interned.
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst73 ``compile_commands.json`` file, so make sure to follow the instructions from the previous section.
/php-src/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_DEBUGFUNCTION.phpt76 …throw new \Exception('DEBUGFUNCTION header field does not match the previous verbose debug message…
/php-src/
H A D.gitignore291 # Special cases to invert previous ignore patterns
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c985 struct lua_longjmp*previous;
1042 lj.previous=L->errorJmp;
1047 L->errorJmp=lj.previous;
3002 Instruction*previous;
3012 int pto=GETARG_B(*previous);
3015 SETARG_B(*previous,from+n-1);
3660 struct BlockCnt*previous;
3847 bl->previous=fs->bl;
3852 fs->bl=bl->previous;
4387 bl=bl->previous;
[all …]
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc175 /* TODO popen test? Old code copied from the previous general test
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst25 previous phase and producing some output for the next.
/php-src/ext/standard/tests/file/
H A Dftruncate_variation1-win32-mb.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1-win32.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1.phpt57 clearstatcache(); // clear previous size value in cache

Completed in 93 milliseconds

123456