Home
last modified time | relevance | path

Searched refs:generate (Results 26 – 50 of 83) sorted by last modified time

1234

/php-src/Zend/
H A Dzend_vm_gen.php1341 …$generate = function ($op1, $op2, $extra_spec = array()) use ($f, $kind, $dsc, $prefix, $prolog, $…
1407 $do = $generate;
/php-src/ext/opcache/tests/jit/
H A Dbug80861.phpt70 // we generate 2D double linked circular list of nodes from the input 2D bool array
92 // ... code to generate $m excluded
/php-src/ext/random/tests/03_randomizer/
H A Dengine_unsafe_biased.phpt11 public function generate(): string
78 Failed to generate an acceptable random number in 50 attempts
81 Failed to generate an acceptable random number in 50 attempts
82 Failed to generate an acceptable random number in 50 attempts
83 Failed to generate an acceptable random number in 50 attempts
84 Failed to generate an acceptable random number in 50 attempts
85 Failed to generate an acceptable random number in 50 attempts
86 Failed to generate an acceptable random number in 50 attempts
H A Dengine_unsafe_empty_string.phpt11 public function generate(): string
H A Dengine_unsafe_nul.phpt11 public function generate(): string
333 Failed to generate an acceptable random number in 50 attempts
H A Dengine_unsafe_throws.phpt11 public function generate(): string
25 #0 [internal function]: ThrowingEngine->generate()
/php-src/ext/dom/lexbor/patches/
H A DREADME.md17 …A PHP specific patch to patch utilities and data structure to be able to generate smaller lookup t…
26 **Note** for this patch the utilities to generate the tables are also patched.
27 …xbor/utils/encoding`): `python3 single-byte.py` and `python3 multi-byte.py` to generate the tables.
28 …Also run `python3 tokenizer_entities_bst.py` to generate the static binary search tree for entitie…
H A D0001-Patch-utilities-and-data-structure-to-be-able-to-gen.patch4 Subject: [PATCH] Patch utilities and data structure to be able to generate
/php-src/ext/openssl/tests/
H A DCertificateGenerator.inc23 'openssl extension must be loaded to generate certificates'
H A Decc_custom_params.phpt11 // EC - generate keypair with curve_name
26 // EC - generate keypair from priv_key "d" with explicit parameters (OSCCA WAPIP192v1 Elliptic curv…
H A Decc_sm2.phpt12 // EC - generate SM2 keypair with curve_name
27 // EC - generate SM2 keypair with curve_name
38 // EC - generate keypair with explicit parameters (SM2 curve)
/php-src/ext/sqlite3/tests/
H A Dsqlite3_defensive.phpt21 // This does not generate an error!
27 // Should generate an error!
/php-src/ext/random/tests/02_engine/
H A Dall_serialize_user.phpt21 $engine->generate();
27 if ($engine->generate() !== $engine2->generate()) {
/php-src/ext/random/tests/
H A Dengines.inc20 public function generate(): string
36 public function generate(): string
40 return $this->engine->generate();
64 public function generate(): string
87 public function generate(): string
97 public function generate(): string
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat_opposite_signs.phpt19 public function generate(): string
H A DgetFloat_extreme_range.phpt17 public function generate(): string
H A DgetBytes_expansion.phpt13 public function generate(): string
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10085 # clang -fprofile-instr-generate -fcoverage-mapping ...
10137 # `clang -fprofile-instr-generate -fcoverage-mapping ...`
28368 # cut of last char of source extension and add underscore to generate extension
H A Dmagic10085 # clang -fprofile-instr-generate -fcoverage-mapping ...
10137 # `clang -fprofile-instr-generate -fcoverage-mapping ...`
28368 # cut of last char of source extension and add underscore to generate extension
/php-src/ext/mysqli/tests/
H A Dmysqli_options.phpt84 // invalid options do not generate errors
/php-src/
H A Dbuildconf28 A wrapper around the autoconf and autoheader that generate files for building
/php-src/ext/random/
H A Drandom.stub.php49 public function generate(): string {} function in Random\\Engine\\Mt19937
66 public function generate(): string {} function in Random\\Engine\\PcgOneseq128XslRr64
88 public function generate(): string {} function in Random\\Engine\\Xoshiro256StarStar
111 public function generate(): string {} function in Random\\Engine\\Secure
119 public function generate(): string; function
/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation8.phpt31 //the next 2 generate java messages so we don't replicate the php messages
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc135 // must generate secure session ID by yourself.
/php-src/Zend/tests/
H A Dgh9407.phpt11 public static function generate() {
20 C::generate();

Completed in 182 milliseconds

1234