Home
last modified time | relevance | path

Searched refs:final (Results 51 – 75 of 77) sorted by relevance

1234

/PHP-5.5/Zend/tests/
H A Dbug47054.phpt7 final static function s() {
/PHP-5.5/Zend/
H A DZEND_CHANGES278 final methods. Those cannot be overridden by sub-classes.
284 final function bar() {
293 a final class themselves as final.
298 final class Foo {
305 Properties cannot be final. See per-class constants below.
308 'final' should run without modifications.
567 final function getMessage() {
570 final function getCode() {
573 final function getFile() {
576 final function getTrace() {
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_object.phpt47 // class with final method
51 final function finalMethod() {
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getDocComment_001.phpt48 final class G extends C implements I {} {}
H A DReflectionMethod_getDocComment_basic.phpt29 final static public function finalStatPubf() {}
H A DReflectionMethod_getModifiers_basic.phpt33 public final function fin() {}
H A DReflectionClass_toString_001.phpt38 Method [ <internal:Reflection> final private method __clone ] {
/PHP-5.5/ext/mbstring/libmbfl/tests/
H A Demoji.c52 int final = 0; in main() local
/PHP-5.5/ext/ldap/tests/
H A Dldap_control_paged_results_variation3.phpt2 ldap_ldap_control_paged_result() test (fetching the first page then the next final page)
/PHP-5.5/sapi/cli/tests/
H A Dcli_process_title_windows.phpt59 // a final php.exe to run the actual test. But the console title is set for the original console.
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt37 final $e = 10;
518 string(5) "final"
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt309 /* One final test to see if the position is respected when opened for append */
/PHP-5.5/ext/hash/
H A Dhash.c235 static inline void php_hash_hmac_round(unsigned char *final, const php_hash_ops *ops, void *context… in php_hash_hmac_round() argument
239 ops->hash_final(final, context); in php_hash_hmac_round()
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING193 OP_DOLL $ (end of data, or before final newline)
430 minimum is zero), with the final copy terminating with OP_KETRMIN or OP_KETRMAX
441 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher
H A DREADME794 whose code point values are less than 256. The final argument of the
797 of tables in the current locale. If the final argument for pcre_compile() is
830 The final 256-byte table has bits indicating various character types, as
H A DChangeLog2242 the group uses the captured value from the final iteration of the group
2314 final character ended with (*FAIL).
2631 of files, instead of just to the final components.
3635 definition from the final binary if PCRE is built into a static library and
3858 accidentally printed for the final match.
5526 the final delimiter, add \ to the end of the pattern (to test the error).
/PHP-5.5/
H A DREADME.SUBMITTING_PATCH156 - Update SVN source just before running your final 'diff' and
H A D.gdbinit429 printf "final "
H A DREADME.RELEASE_PROCESS113 either the next RC, or the final release".
H A DINSTALL331 binary, so the final result here is a single httpd binary that includes
337 into the final httpd you will get a pgsql.so shared library that you
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja72 "Japanese Patch" (or distribution). Our final goal is to have true
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt397 this. The final byte order is passed back at the end of processing.
728 this. The final byte order is passed back at the end of processing.
2092 If the final argument, tableptr, is NULL, PCRE uses a default set of
2638 PCRE contains an internal set of tables that are used when the final
3396 finally an empty string. If the pattern is studied, the final attempt
3562 flow) when in fact the vector is exactly the right size for the final
3573 porary overflow, but the final number of used slots is actually less
3887 end of the final string is not independently indicated.
5541 be included in the final matched sequence. For example, the pattern:
5564 The final use of backslash is for certain simple assertions. An asser-
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput2324 /Perl does not fail these two for the final subjects. Neither did PCRE until/
2900 [0-9a-f]{1,4} $ # final hex number at end of string
H A Dtestinput13786 [0-9a-f]{1,4} $ # final hex number at end of string
H A Dtestoutput2850 /Perl does not fail these two for the final subjects. Neither did PCRE until/
10242 [0-9a-f]{1,4} $ # final hex number at end of string

Completed in 155 milliseconds

1234