/PHP-8.3/ext/random/ |
H A D | config.w32 | 1 EXTENSION("random", "random.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); 3 … engine_xoshiro256starstar.c engine_secure.c engine_user.c gammasection.c randomizer.c", "random"); 4 PHP_INSTALL_HEADERS("ext/random", "php_random.h");
|
H A D | config.m4 | 25 PHP_NEW_EXTENSION(random, 26 random.c \ 37 PHP_INSTALL_HEADERS([ext/random], [php_random.h])
|
H A D | php_random.h | 339 PHP_MINIT_FUNCTION(random); 340 PHP_MSHUTDOWN_FUNCTION(random); 341 PHP_RINIT_FUNCTION(random); 343 ZEND_BEGIN_MODULE_GLOBALS(random) 349 ZEND_END_MODULE_GLOBALS(random) 351 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(random) 353 # define RANDOM_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(random, v)
|
H A D | random.c | 52 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(random) 622 static PHP_GINIT_FUNCTION(random) argument 635 static PHP_GSHUTDOWN_FUNCTION(random) argument 651 PHP_MINIT_FUNCTION(random) argument 719 PHP_RINIT_FUNCTION(random) argument 733 PHP_MINIT(random), /* PHP_MINIT - Module initialization */ 735 PHP_RINIT(random), /* PHP_RINIT - Request initialization */ 739 PHP_MODULE_GLOBALS(random), /* ZTS Module globals */ 740 PHP_GINIT(random), /* PHP_GINIT - Global initialization */ 741 PHP_GSHUTDOWN(random), /* PHP_GSHUTDOWN - Global shutdown */
|
H A D | CREDITS | 1 random
|
/PHP-8.3/ext/random/tests/03_randomizer/ |
H A D | engine_unsafe_empty_string.phpt | 78 A random engine must return a non-empty string 79 A random engine must return a non-empty string 80 A random engine must return a non-empty string 81 A random engine must return a non-empty string 82 A random engine must return a non-empty string 83 A random engine must return a non-empty string 84 A random engine must return a non-empty string 85 A random engine must return a non-empty string 86 A random engine must return a non-empty string
|
H A D | engine_unsafe_biased.phpt | 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
|
/PHP-8.3/ext/bz2/tests/ |
H A D | with_strings.phpt | 10 This is some random data 14 #$blaat= 'This is some random data';
|
H A D | bug71263.phpt | 15 // Set a random byte in the middle of the compressed data
|
/PHP-8.3/ext/standard/tests/network/ |
H A D | dns_get_record_error_conditions.phpt | 6 // A random DNS Mode 20 // A random DNS Mode
|
H A D | dns_check_record_error_conditions.phpt | 11 // A random DNS Mode
|
/PHP-8.3/ext/filter/tests/ |
H A D | bug39846.phpt | 7 var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
|
/PHP-8.3/Zend/tests/ |
H A D | bug34786.phpt | 2 Bug #34786 (2 @ results in change to error_reporting() to random value)
|
/PHP-8.3/ext/hash/tests/ |
H A D | hash_update_stream_basic_001.phpt | 12 // Create pseudo-random hash
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | ini_set_types.phpt | 17 // Just use a random string property, even though it doesn't make sense.
|
/PHP-8.3/ext/openssl/tests/ |
H A D | openssl_spki_new_basic.phpt | 34 /* generate a random challenge */
|
H A D | openssl_spki_export_basic.phpt | 41 /* generate a random challenge */
|
H A D | openssl_spki_verify_basic.phpt | 37 /* generate a random challenge */
|
H A D | openssl_spki_export_challenge_basic.phpt | 42 /* generate a random challenge */
|
/PHP-8.3/.github/ |
H A D | labeler.yml | 155 "Extension: random": 156 - ext/random/**/* 304 - 'ext/random/php_random.h'
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_execute_query.phpt | 39 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.3/tests/func/ |
H A D | 010.phpt | 10 // the stack size + some random constant
|
/PHP-8.3/ext/gd/tests/ |
H A D | createfromstring.phpt | 60 //random string > 12
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | bug81145.phpt | 24 //Create file and append random content at the 4GB boundary
|
/PHP-8.3/ext/sockets/tests/ |
H A D | bug76839.phpt | 14 // Unfortunately, looping around 10 times and using random paths is the
|