Home
last modified time | relevance | path

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

12

/PHP-7.2/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.2/ext/standard/tests/serialize/
H A Dbug65806.phpt73 return 'successful';
78 check successful
81 check successful
/PHP-7.2/ext/soap/tests/
H A Dbug69137.phpt42 print "successful lookup";
46 successful lookup
/PHP-7.2/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.2/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.2/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.2/sapi/fpm/tests/
H A Dpool-apparmor-basic.phpt48 Change to successful; Hat not existent (Process gets killed by apparmor)
/PHP-7.2/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.2/ext/mysqli/tests/
H A Dbug53503.phpt2 Bug #53503 (mysqli::query returns false after successful LOAD DATA query)
/PHP-7.2/ext/session/tests/
H A Dsave_handler.inc62 // MUST return STRING for successful read().
/PHP-7.2/ext/openssl/
H A Dopenssl.c5604 int successful = 0; in PHP_FUNCTION() local
5640 if (successful) { in PHP_FUNCTION()
5667 int successful = 0; in PHP_FUNCTION() local
5700 successful = 1; in PHP_FUNCTION()
5709 if (successful) { in PHP_FUNCTION()
5736 int successful = 0; in PHP_FUNCTION() local
5760 successful = (RSA_public_encrypt((int)data_len, in PHP_FUNCTION()
5771 if (successful) { in PHP_FUNCTION()
5798 int successful = 0; in PHP_FUNCTION() local
5831 successful = 1; in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/ftp/tests/
H A Dserver.inc202 fputs($s, "250 CDUP command successful.\r\n");
297 fputs($s, "250 CWD command successful.\r\n");
/PHP-7.2/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.2/sapi/phpdbg/
H A Dxml.md151 - usually triggered by successful export command
466 - if successful connection will be closed...
/PHP-7.2/ext/standard/
H A Dbasic_functions.c5880 zend_bool successful = 0; local
5904 successful = 1;
5917 successful = 1;
5920 if (successful) {
5926 RETURN_BOOL(successful);
/PHP-7.2/ext/standard/tests/file/
H A Dfile.inc146 // successful, return true
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja424 detection is successful, it will convert to the proper internal
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING112 successful, the JIT code is run instead of the normal pcre_exec() code, but the
/PHP-7.2/
H A Dacinclude.m4284 dnl If successful, adds -rdynamic to PHP_LDFLAGS.
1030 build to be successful.
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt2349 backtracks into a+ that can never be successful. However, if callouts
2831 just-in-time compiling was successful. The fourth argument should point
3528 When a match is successful, information about captured substrings is
3544 value from a successful match is 1, indicating that just the first pair
7496 it cannot be part of a successful match. Consider:
8043 (*ACCEPT) force successful match
8458 result of 1 means that JIT compilation was successful. A result of 0
8593 result of a successful study with PCRE_STUDY_JIT_COMPILE etc.
9783 A successful match yields a zero return; various error codes are
9848 Example: successful match
[all …]

Completed in 85 milliseconds

12