Home
last modified time | relevance | path

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

12

/PHP-7.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";
37 Test 1 - Execute - after successful 2nd query with same statement
52 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";
277 Test 6 - Execute - after successful 2nd query with new handle
291 2nd call after successful execute
306 Test 7 - Execute - after successful 2nd query with same handle
320 2nd call after successful execute
H A Dbind_sqltafc.phpt34 echo "\nTest 1 - successful insert\n";
122 Test 1 - successful insert
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug65806.phpt73 return 'successful';
78 check successful
81 check successful
/PHP-7.0/ext/soap/tests/
H A Dbug69137.phpt42 print "successful lookup";
46 successful lookup
/PHP-7.0/sapi/fpm/tests/
H A Dskipapparmor.inc20 if (strpos(stream_get_contents($out), "test is successful") !== FALSE) {
H A Dapparmor.phpt42 Change to successful; Hat not existent (Process gets killed by apparmor)
/PHP-7.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-7.0/ext/standard/tests/network/
H A Dbug73594.phpt23 // only check $additional if dns_get_record is successful
H A Dbug73594a.phpt22 // only check $auth if dns_get_record is successful
/PHP-7.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
H A Dimap_close_variation2.phpt89 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
93 // if imap_close was successful test whether CL_EXPUNGE was set by doing a message count
/PHP-7.0/tests/classes/
H A Dimplicit_instantiation_001.phpt22 $c->$name = $value; // reset value in case implicit conversion was successful
26 $c->$name = $value; // reset value in case implicit conversion was successful
/PHP-7.0/ext/mysqli/tests/
H A Dbug53503.phpt2 Bug #53503 (mysqli::query returns false after successful LOAD DATA query)
/PHP-7.0/ext/openssl/
H A Dopenssl.c4949 int successful = 0; in PHP_FUNCTION() local
4985 if (successful) { in PHP_FUNCTION()
5010 int successful = 0; in PHP_FUNCTION() local
5043 successful = 1; in PHP_FUNCTION()
5052 if (successful) { in PHP_FUNCTION()
5077 int successful = 0; in PHP_FUNCTION() local
5101 successful = (RSA_public_encrypt((int)data_len, in PHP_FUNCTION()
5112 if (successful) { in PHP_FUNCTION()
5137 int successful = 0; in PHP_FUNCTION() local
5170 successful = 1; in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/ftp/tests/
H A Dserver.inc202 fputs($s, "250 CDUP command successful.\r\n");
272 fputs($s, "250 CWD command successful.\r\n");
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput122 successful and an unsuccessful JIT compile and save and restore behaviour,
12 JIT study was successful
21 JIT study was not successful
31 JIT study was not successful
40 JIT study was not successful
49 JIT study was successful
178 JIT study was successful
/PHP-7.0/sapi/phpdbg/
H A Dxml.md151 - usually triggered by successful export command
466 - if successful connection will be closed...
/PHP-7.0/ext/standard/
H A Dbasic_functions.c5761 zend_bool successful = 0; local
5784 successful = 1;
5797 successful = 1;
5800 if (successful) {
5806 RETURN_BOOL(successful);
/PHP-7.0/ext/standard/tests/file/
H A Dfile.inc146 // successful, return true
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja424 detection is successful, it will convert to the proper internal
/PHP-7.0/ext/pcre/pcrelib/
H A DHACKING112 successful, the JIT code is run instead of the normal pcre_exec() code, but the
/PHP-7.0/
H A Dacinclude.m4284 dnl If successful, adds -rdynamic to PHP_LDFLAGS.
1043 build to be successful.
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2350 backtracks into a+ that can never be successful. However, if callouts
2832 just-in-time compiling was successful. The fourth argument should point
3529 When a match is successful, information about captured substrings is
3545 value from a successful match is 1, indicating that just the first pair
7492 it cannot be part of a successful match. Consider:
8039 (*ACCEPT) force successful match
8438 result of 1 means that JIT compilation was successful. A result of 0
8573 result of a successful study with PCRE_STUDY_JIT_COMPILE etc.
9736 A successful match yields a zero return; various error codes are
9801 Example: successful match
[all …]

Completed in 91 milliseconds

12