Home
last modified time | relevance | path

Searched refs:final (Results 126 – 150 of 154) sorted by relevance

1234567

/php-src/ext/opcache/tests/opt/
H A Dtype_inference_class_consts1.phpt17 public final const BAR = 42;
H A Dtype_inference_class_consts4.phpt17 public final const B = 42;
/php-src/ext/reflection/tests/
H A DReflectionClassConstant_basic1.phpt43 public final const FINAL = "foo";
158 string(47) "Constant [ final public string FINAL ] { foo }
H A DReflectionMethod_getDocComment_basic.phpt28 final static public function finalStatPubf() {}
H A DReflectionMethod_getModifiers_basic.phpt33 public final function fin() {}
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_002.phpt16 static function final(){ echo __METHOD__, PHP_EOL; }
94 Obj::final();
174 Obj::final
H A Dsemi_reserved_005.phpt15 const FINAL = 'final';
171 final
/php-src/ext/random/tests/03_randomizer/
H A Dengine_unsafe_biased.phpt9 final class HeavilyBiasedEngine implements Engine
H A Dengine_unsafe_empty_string.phpt9 final class EmptyStringEngine implements Engine
H A Dengine_unsafe_nul.phpt9 final class NulEngine implements Engine
/php-src/ext/opcache/tests/jit/
H A Dbug81249.phpt16 final class EucJpDecoder
/php-src/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt26 final class StreamWrapper
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt32 final $e = 10;
513 string(5) "final"
/php-src/sapi/cli/tests/
H A Dcli_process_title_windows.phpt49 // a final php.exe to run the actual test. But the console title is set for the original console.
/php-src/ext/date/tests/
H A Dbug73858.phpt48 This final test seems to prove that the input string is important and that the "- 1 second" has a n…
/php-src/ext/standard/libavifinfo/
H A DPATENTS73 2.5. Final Deliverable. "Final Deliverable" means the final version of a
/php-src/sapi/litespeed/
H A Dlsapilib.c3890 static int lsapi_check_path(const char *p, char *final, int max_len) in lsapi_check_path() argument
3897 if (getcwd(final, max_len) == NULL) in lsapi_check_path()
3899 len = strlen(final); in lsapi_check_path()
3900 *(final + len) = '/'; in lsapi_check_path()
3903 end = memccpy(&final[len], p, '\0', PATH_MAX - len); in lsapi_check_path()
3909 p = final; in lsapi_check_path()
/php-src/ext/standard/tests/file/
H A Duserstreams.phpt312 /* One final test to see if the position is respected when opened for append */
/php-src/sapi/fpm/tests/
H A Dlogtool.inc338 return $this->error("No final suffix");
341 return $this->error("The final suffix has to be equal to ', pipe is closed'");
/php-src/ext/hash/
H A Dhash.c492 static inline void php_hash_hmac_round(unsigned char *final, const php_hash_ops *ops, void *context… in php_hash_hmac_round() argument
496 ops->hash_final(final, context); in php_hash_hmac_round()
/php-src/
H A D.gdbinit423 printf "final "
H A DCONTRIBUTING.md283 - Update git source just before running your final `diff` and before testing.
H A Dconfigure.ac1339 # if the syscall doesn't exist, we may block the final ELF from __PROPERTY_SHSTK
/php-src/Zend/tests/
H A DErrorException_getSeverity.phpt2 final public int ErrorException::getSeverity ( void );
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c3284 int final;
3293 final=luaK_getlabel(fs);
3294 patchlistaux(fs,e->f,final,reg,p_f);
3295 patchlistaux(fs,e->t,final,reg,p_t);

Completed in 97 milliseconds

1234567