Home
last modified time | relevance | path

Searched refs:pass (Results 76 – 100 of 331) sorted by relevance

12345678910>>...14

/PHP-7.4/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-7.4/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-7.4/Zend/tests/
H A Dbug79783.phpt8 Fatal error: Uncaught Error: Cannot pass parameter 4 by reference in %s:%d
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-7.4/ext/odbc/tests/
H A Dbug78470.phpt9 $conn = odbc_connect($dsn, $user, $pass);
H A Dbug44618.phpt8 $conn = odbc_connect($dsn, $user, $pass, SQL_CUR_USE_ODBC);
34 $conn = odbc_connect($dsn, $user, $pass);
/PHP-7.4/ext/hash/
H A Dhash_tiger.c52 #define pass(a,b,c,mul) \ macro
87 pass(a,b,c,5) \
89 pass(c,a,b,7) \
91 pass(b,c,a,9) \
94 pass(a,b,c,9) \
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities01.phpt5 internal_encoding=pass
H A Dhtmlentities10.phpt5 internal_encoding=pass
/PHP-7.4/Zend/tests/assert/
H A Dexpect_005.phpt2 test providing reason (pass)
/PHP-7.4/ext/standard/
H A Durl.c43 if (theurl->pass) in php_url_free()
44 zend_string_release_ex(theurl->pass, 0); in php_url_free()
240 ret->pass = zend_string_init(pp, (p-pp), 0); in php_url_parse_ex2()
241 php_replace_controlchars_ex(ZSTR_VAL(ret->pass), ZSTR_LEN(ret->pass)); in php_url_parse_ex2()
371 if (resource->pass != NULL) RETVAL_STR_COPY(resource->pass); in PHP_FUNCTION()
409 if (resource->pass != NULL) { in PHP_FUNCTION()
410 ZVAL_STR_COPY(&tmp, resource->pass); in PHP_FUNCTION()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_50323.phpt46 $pass = getenv('PDOTEST_PASS');
48 new PDO($dsn, $user, $pass);
H A Dpdo_mysql___construct_ini.phpt40 $pass = PDO_MYSQL_TEST_PASS;
41 $db = new PDO('mysql', $user, $pass);
/PHP-7.4/ext/ftp/tests/
H A Dftp_pasv.phpt12 ftp_login($ftp, 'user', 'pass');
H A Dftp_rawlist_basic1.phpt12 ftp_login($ftp, 'user', 'pass');
H A Dfilesize_large.phpt17 ftp_login($ftp, 'user', 'pass');
/PHP-7.4/tests/classes/
H A D__call_003.phpt2 Force pass-by-reference to __call
H A Dconstants_error_003.phpt2 Basic class support - attempting to pass a class constant by reference.
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_createAttribute_basic.phpt16 // A pass case.
/PHP-7.4/tests/lang/
H A DpassByReference_005.phpt73 echo "\n ---- Pass by ref / pass by val: functions ----\n";
96 echo "\n\n ---- Pass by ref / pass by val: static method calls ----\n";
118 echo "\n\n ---- Pass by ref / pass by val: instance method calls ----\n";
146 ---- Pass by ref / pass by val: functions ----
179 ---- Pass by ref / pass by val: static method calls ----
224 ---- Pass by ref / pass by val: instance method calls ----

Completed in 25 milliseconds

12345678910>>...14