Home
last modified time | relevance | path

Searched refs:pass (Results 101 – 125 of 359) sorted by relevance

12345678910>>...15

/PHP-8.2/ext/hash/
H A Dhash_tiger.c50 #define pass(a,b,c,mul) \ macro
85 pass(a,b,c,5) \
87 pass(c,a,b,7) \
89 pass(b,c,a,9) \
92 pass(a,b,c,9) \
/PHP-8.2/ext/opcache/tests/
H A Dbool_cp_in_pass1.phpt2 Incorrect constant propagation on BOOL in pass 1
H A Dblock_pass_001.phpt2 Block pass: Bugs in BOOL/QM_ASSIGN elision
H A Dbug78341.phpt2 Bug #78341: Failure to detect smart branch in DFA pass
H A Dbug75969.phpt2 Bug #75969: Assertion failure in live range DCE due to block pass misoptimization
/PHP-8.2/ext/spl/tests/
H A DSplTempFileObject_constructor_error.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplTempFileObject_constructor_basic.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
/PHP-8.2/Zend/tests/named_params/
H A Dcannot_pass_by_ref.phpt2 Cannot pass by reference error with named parameters
/PHP-8.2/ext/opcache/tests/opt/
H A Dnullsafe_002.phpt24 ; (before dfa pass)
34 ; (before dfa pass)
/PHP-8.2/ext/mbstring/tests/
H A Dmb_ord.phpt27 var_dump( mb_ord("\u{d800}", "pass") );
61 mb_ord(): Argument #2 ($encoding) must be a valid encoding, "pass" given
/PHP-8.2/ext/odbc/tests/
H A Dbug78470.phpt11 $conn = odbc_connect($dsn, $user, $pass);
H A Dodbc_setoption_001.phpt12 $conn = odbc_connect($dsn, $user, $pass);
H A Dodbc_autocommit_001.phpt12 $conn = odbc_connect($dsn, $user, $pass);
/PHP-8.2/Zend/tests/
H A Dexception_ignore_args.phpt5 $function = function(string $user, string $pass) {
H A Dbug52940.phpt2 Bug #52940 (call_user_func_array still allows call-time pass-by-reference)
/PHP-8.2/Zend/tests/assert/
H A Dexpect_005.phpt2 test providing reason (pass)
/PHP-8.2/tests/lang/
H A DpassByReference_005.phpt98 echo "\n ---- Pass by ref / pass by val: functions ----\n";
121 echo "\n\n ---- Pass by ref / pass by val: static method calls ----\n";
143 echo "\n\n ---- Pass by ref / pass by val: instance method calls ----\n";
171 ---- Pass by ref / pass by val: functions ----
204 ---- Pass by ref / pass by val: static method calls ----
237 ---- Pass by ref / pass by val: instance method calls ----
H A DpassByReference_002.phpt2 Attempt to pass a constant by reference
/PHP-8.2/ext/ftp/tests/
H A Dftp_pasv.phpt13 ftp_login($ftp, 'user', 'pass');
H A Dbug80901.phpt13 var_dump(ftp_login($ftp, 'user', 'pass'));
H A Dfilesize_large.phpt19 ftp_login($ftp, 'user', 'pass');
/PHP-8.2/ext/zend_test/tests/
H A Doptimizer_register_pass.phpt9 die("skip pass registration does not need repeat");
/PHP-8.2/ext/standard/tests/array/
H A Darray_next_error2.phpt2 next - ensure we cannot pass a temporary
/PHP-8.2/tests/classes/
H A D__call_003.phpt2 Force pass-by-reference to __call
/PHP-8.2/ext/standard/
H A Durl.c38 if (theurl->pass) in php_url_free()
39 zend_string_release_ex(theurl->pass, 0); in php_url_free()
233 ret->pass = zend_string_init(pp, (p-pp), 0); in php_url_parse_ex2()
234 php_replace_controlchars_ex(ZSTR_VAL(ret->pass), ZSTR_LEN(ret->pass)); in php_url_parse_ex2()
367 if (resource->pass != NULL) RETVAL_STR_COPY(resource->pass); in PHP_FUNCTION()
405 if (resource->pass != NULL) { in PHP_FUNCTION()
406 ZVAL_STR_COPY(&tmp, resource->pass); in PHP_FUNCTION()

Completed in 27 milliseconds

12345678910>>...15