Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 98) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS88 . Fixed bug #76167 (mbstring may use pointer from some previous request).
1003 . Fixed bug #63206 (restore_error_handler does not restore previous errors
H A Dphp.ini-development792 ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
902 ; Note : The syntax used in previous PHP versions ('extension=<ext>.so' and
H A Dphp.ini-production792 ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
902 ; Note : The syntax used in previous PHP versions ('extension=<ext>.so' and
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp166 int32_t CodePointBreakIterator::previous(void) in previous() function in CodePointBreakIterator
H A Dcodepointiterator_internal.h66 virtual int32_t previous(void);
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2721 -/* Placate GCC by offering a sacrificial previous prototype */
/PHP-7.4/ext/date/lib/
H A Dparse_date.re242 { "previous", 0, -1 },
1004 reltexttext = 'next'|'last'|'previous'|'this';
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_next_result_no_repeat_error.phpt2 next_result reports errors from previous calls
H A Dmysqli_stmt_affected_rows.phpt219 …printf("[043] Libmysql does not care if the previous statement was bogus, expecting boolean/true, …
H A Dmysqli_select_db.phpt46 // ($db) was done by mysqli__connect() already and the previous test
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_options.phpt41 /* set it twice, checking if memory for the previous one is correctly freed */
/PHP-7.4/ext/pcntl/tests/
H A D003.phpt26 // Restore previous mask
/PHP-7.4/build/
H A Dphp.m4689 dnl will overwrite any previous variable of that name. If extension-or-not is
717 dnl will overwrite any previous variable of that name. If extension-or-not is
/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/Zend/
H A Dzend_exceptions.c75 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
106 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous()
111 ex = previous; in zend_exception_set_previous()
154 zend_object *previous = EG(exception); in zend_throw_exception_internal() local
157 if (previous) { in zend_throw_exception_internal()
279 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
310 if (previous) { in ZEND_METHOD()
349 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
379 if (previous) { in ZEND_METHOD()
793 ZEND_ARG_INFO(0, previous)
[all …]
/PHP-7.4/Zend/tests/
H A Dexception_set_previous_leak.phpt2 Leak when setting recursive previous exception in finally handling
/PHP-7.4/docs/
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/sapi/cli/tests/
H A D005.phpt58 Property [ <default> private $previous ]
70 Parameter #2 [ <optional> $previous ]
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt33 echo "should return previous chunk size (8192)\n";
40 echo "should return previous chunk size (1)\n";
57 should return previous chunk size (8192)
67 should return previous chunk size (1)
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug69793.phpt5 …6:"'."\0".'Exception'."\0".'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";i:10;s:10:"'."\0…
12 Notice: Undefined property: Exception::$previous in %s%ebug69793.php on line %d
14 Notice: Undefined property: Exception::$previous in %s%ebug69793.php on line %d
/PHP-7.4/ext/standard/tests/array/
H A Dprev_basic.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
H A Dprev_variation2.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
/PHP-7.4/ext/soap/tests/
H A Dbug77088.phpt57 ["previous":"Exception":private]=>
/PHP-7.4/ext/reflection/tests/
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run

Completed in 95 milliseconds

1234