Home
last modified time | relevance | path

Searched refs:successful (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.0/ext/oci8/tests/
H A Dbug51291_2.phpt13 echo "\nTest 1 - Execute - after successful 2nd query with same statement\n";
29 echo "2nd call after successful execute\n";
35 Test 1 - Execute - after successful 2nd query with same statement
50 2nd call after successful execute
H A Dbug51291_1.phpt67 echo "\nTest 6 - Execute - after successful 2nd query with new handle\n";
81 echo "2nd call after successful execute\n";
86 echo "\nTest 7 - Execute - after successful 2nd query with same handle\n";
100 echo "2nd call after successful execute\n";
269 Test 6 - Execute - after successful 2nd query with new handle
283 2nd call after successful execute
298 Test 7 - Execute - after successful 2nd query with same handle
312 2nd call after successful execute
H A Dbind_sqltafc.phpt34 echo "\nTest 1 - successful insert\n";
120 Test 1 - successful insert
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug65806.phpt73 return 'successful';
78 check successful
81 check successful
/PHP-8.0/ext/mbstring/tests/
H A Dmb_language.phpt16 echo "Changing language to English should be successful:\n";
35 Changing language to English should be successful:
/PHP-8.0/ext/soap/tests/
H A Dbug69137.phpt42 print "successful lookup";
46 successful lookup
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fflush_basic_001.phpt6 * test a successful flush
H A Dbug55701.phpt236 // after a successful iteration over a non-empty list of files.
/PHP-8.0/ext/imap/tests/
H A Dimap_close_variation4.phpt38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
42 // if imap_close was successful test whether CL_EXPUNGE was set by doing a message count
/PHP-8.0/ext/standard/tests/network/
H A Dbug73594a.phpt22 // only check $auth if dns_get_record is successful
H A Dbug73594.phpt23 // only check $additional if dns_get_record is successful
/PHP-8.0/sapi/fpm/tests/
H A Dpool-apparmor-basic.phpt48 Change to successful; Hat not existent (Process gets killed by apparmor)
H A Dtester.inc487 $this->trace('Checking connection successful');
724 $this->error('Expected request error but the request was successful');
/PHP-8.0/ext/mysqli/tests/
H A Dbug53503.phpt2 Bug #53503 (mysqli::query returns false after successful LOAD DATA query)
/PHP-8.0/ext/odbc/tests/
H A Dbug47803.phpt2 Bug #47803 Executing prepared statements is successful only for the first two statements
/PHP-8.0/
H A DREADME.md71 successful compilation of the sources to run this test suite.
86 After a successful build (and test), PHP may be installed with:
H A DNEWS254 . Fixed errorInfo() result on successful PDOStatement->execute(). (Yurunsoft)
H A DUPGRADING396 . mb_ereg() and mb_eregi() will now return boolean true on a successful
/PHP-8.0/ext/ftp/tests/
H A Dserver.inc196 fputs($s, "250 CDUP command successful.\r\n");
295 fputs($s, "250 CWD command successful.\r\n");
482 fputs($s, "250 Delete successful\r\n");
505 fputs($s, "250 Rename successful\r\n");
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt107 // successful export
/PHP-8.0/ext/standard/
H A Dbasic_functions.c2473 zend_bool successful = 0; local
2497 successful = 1;
2510 successful = 1;
2513 if (successful) {
2519 RETURN_BOOL(successful);
/PHP-8.0/ext/session/tests/
H A Dsave_handler.inc62 // MUST return STRING for successful read().
/PHP-8.0/ext/openssl/
H A Dopenssl.c6251 int successful = 0; in PHP_FUNCTION() local
6289 if (successful) { in PHP_FUNCTION()
6312 int successful = 0; in PHP_FUNCTION() local
6347 successful = 1; in PHP_FUNCTION()
6356 if (successful) { in PHP_FUNCTION()
6379 int successful = 0; in PHP_FUNCTION() local
6406 successful = (RSA_public_encrypt((int)data_len, in PHP_FUNCTION()
6417 if (successful) { in PHP_FUNCTION()
6440 int successful = 0; in PHP_FUNCTION() local
6475 successful = 1; in PHP_FUNCTION()
[all …]
/PHP-8.0/sapi/phpdbg/
H A Dxml.md151 - usually triggered by successful export command
466 - if successful connection will be closed...
/PHP-8.0/ext/standard/tests/file/
H A Dfile.inc146 // successful, return true

Completed in 56 milliseconds

12