Home
last modified time | relevance | path

Searched refs:random (Results 1 – 25 of 51) sorted by relevance

123

/PHP-8.2/ext/random/
H A Dconfig.w321 EXTENSION("random", "random.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
3 …seq128xslrr64.c engine_xoshiro256starstar.c engine_secure.c engine_user.c randomizer.c", "random");
4 PHP_INSTALL_HEADERS("ext/random", "php_random.h");
H A Dconfig.m425 PHP_NEW_EXTENSION(random,
26 random.c \
35 PHP_INSTALL_HEADERS([ext/random], [php_random.h])
H A Dphp_random.h312 PHP_MINIT_FUNCTION(random);
313 PHP_MSHUTDOWN_FUNCTION(random);
314 PHP_RINIT_FUNCTION(random);
316 ZEND_BEGIN_MODULE_GLOBALS(random)
322 ZEND_END_MODULE_GLOBALS(random)
324 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(random)
326 # define RANDOM_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(random, v)
H A DCREDITS1 random
H A Drandom.c67 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(random)
823 static PHP_GINIT_FUNCTION(random) argument
836 static PHP_GSHUTDOWN_FUNCTION(random) argument
852 PHP_MINIT_FUNCTION(random) argument
916 PHP_RINIT_FUNCTION(random) argument
930 PHP_MINIT(random), /* PHP_MINIT - Module initialization */
932 PHP_RINIT(random), /* PHP_RINIT - Request initialization */
936 PHP_MODULE_GLOBALS(random), /* ZTS Module globals */
937 PHP_GINIT(random), /* PHP_GINIT - Global initialization */
938 PHP_GSHUTDOWN(random), /* PHP_GSHUTDOWN - Global shutdown */
/PHP-8.2/ext/random/tests/03_randomizer/
H A Dengine_unsafe_empty_string.phpt66 A random engine must return a non-empty string
67 A random engine must return a non-empty string
68 A random engine must return a non-empty string
69 A random engine must return a non-empty string
70 A random engine must return a non-empty string
71 A random engine must return a non-empty string
72 A random engine must return a non-empty string
H A Dengine_unsafe_biased.phpt66 Failed to generate an acceptable random number in 50 attempts
69 Failed to generate an acceptable random number in 50 attempts
70 Failed to generate an acceptable random number in 50 attempts
71 Failed to generate an acceptable random number in 50 attempts
72 Failed to generate an acceptable random number in 50 attempts
/PHP-8.2/ext/bz2/tests/
H A Dwith_strings.phpt10 This is some random data
14 #$blaat= 'This is some random data';
H A Dbug71263.phpt15 // Set a random byte in the middle of the compressed data
/PHP-8.2/ext/standard/tests/network/
H A Ddns_get_record_error_conditions.phpt6 // A random DNS Mode
20 // A random DNS Mode
H A Ddns_check_record_error_conditions.phpt11 // A random DNS Mode
/PHP-8.2/ext/filter/tests/
H A Dbug39846.phpt7 var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
/PHP-8.2/Zend/tests/
H A Dbug34786.phpt2 Bug #34786 (2 @ results in change to error_reporting() to random value)
/PHP-8.2/ext/hash/tests/
H A Dhash_update_stream_basic_001.phpt12 // Create pseudo-random hash
/PHP-8.2/ext/standard/tests/general_functions/
H A Dini_set_types.phpt17 // Just use a random string property, even though it doesn't make sense.
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_spki_new_basic.phpt34 /* generate a random challenge */
H A Dopenssl_spki_export_basic.phpt41 /* generate a random challenge */
H A Dopenssl_spki_verify_basic.phpt37 /* generate a random challenge */
H A Dopenssl_spki_export_challenge_basic.phpt42 /* generate a random challenge */
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_execute_query.phpt39 if (!($tmp = $link->execute_query("some random gibberish", [1, "foo"]))) {
92 …esponds to your %s server version for the right syntax to use near 'some random gibberish' at line…
/PHP-8.2/tests/func/
H A D010.phpt10 // the stack size + some random constant
/PHP-8.2/.github/
H A Dlabeler.yml149 "Extension: random":
150 - ext/random/**/*
307 - 'ext/random/php_random.h'
/PHP-8.2/ext/gd/tests/
H A Dcreatefromstring.phpt60 //random string > 12
/PHP-8.2/ext/standard/tests/file/
H A Dbug81145.phpt24 //Create file and append random content at the 4GB boundary
/PHP-8.2/ext/sockets/tests/
H A Dbug76839.phpt14 // Unfortunately, looping around 10 times and using random paths is the

Completed in 27 milliseconds

123