Home
last modified time | relevance | path

Searched refs:check (Results 51 – 75 of 943) sorted by relevance

12345678910>>...38

/PHP-7.1/scripts/dev/generate-phpt/src/setup/preconditions/
H A DgtIsValidClass.php9 public function check( $clo) { function in gtIsValidClass
H A DgtIsValidFunction.php9 public function check( $clo) { function in gtIsValidFunction
H A DgtIsValidMethod.php9 public function check( $clo) { function in gtIsValidMethod
/PHP-7.1/ext/phar/tests/
H A Dcreate_path_error.phpt41 foreach($checks as $check)
45 file_put_contents($pname . '/' . $check, "error");
51 foreach($checks as $check)
55 $phar[$check] = 'error';
H A D003.phpt7 /* check this works and actually returns the boolean value */
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt31 // pdo_transaction_transitions should check this as well...
32 // ... just to be sure the most basic stuff really works we check it again...
54 // Ok, lets check MyISAM resp. any other non-transactional engine
55 // pdo_mysql_begin_transaction has more on this, quick check only
/PHP-7.1/ext/imap/tests/
H A Dimap_body_basic.phpt24 $check = imap_check($imap_stream);
25 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
/PHP-7.1/tests/lang/
H A DforeachLoop.001.phpt14 //check key and value after the loop.
25 //check key and value after the loop.
/PHP-7.1/Zend/tests/grammar/
H A Dregression_010.phpt2 Test to check regressions on T_IMPLEMENTS followed by a T_NS_SEPARATOR
H A Dregression_009.phpt2 Test to check regressions on use statements and lexer state
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt21 // options type check
37 Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed; check error queue …
/PHP-7.1/ext/mbstring/tests/
H A Dmb_strtoupper_variation4.phpt2 Test mb_strtoupper() function : usage varitations - Pass different character types to check convers…
16 * Pass characters from different languages to check that mb_strtoupper is
H A Dmb_strtolower_variation4.phpt2 Test mb_strtolower() function : usage variations - pass different characters to check conversion is…
16 * Pass accented characters and Russian characters to check case conversion is correct
/PHP-7.1/ext/wddx/tests/
H A Dbug48562.phpt20 // replacing $a with a new array() allows this test to still check for 2 things
23 // the one thing the test won't check is using $a as an array after doing &$a; which isn't really a…
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_non_select.phpt36 printf("[004] It is very unlikely that SHOW ENGINES returns no data, check manually\n");
46 printf("[005] It is very unlikely that SHOW ENGINES does not show MyISAM, check manually\n");
82 printf("[011] Empty EXPLAIN result set seems wrong, check manually, [%d] %s\n",
/PHP-7.1/ext/standard/tests/file/
H A Dfgetss_variation2.phpt24 this is a line with more than eighty character,want to check line splitting correctly after 80 char…
60 var_dump( ftell($file_handle) ); // check the file pointer position
61 var_dump( feof($file_handle) ); // check if eof reached
107 string(79) "this is a line with more than eighty character,want to check line splitting cor"
168 string(79) "this is a line with more than eighty character,want to check line splitting cor"
229 string(79) "this is a line with more than eighty character,want to check line splitting cor"
290 string(79) "this is a line with more than eighty character,want to check line splitting cor"
351 string(79) "this is a line with more than eighty character,want to check line splitting cor"
412 string(79) "this is a line with more than eighty character,want to check line splitting cor"
H A Dfgetss_variation3-win32.phpt70 var_dump( ftell($file_handle) ); // check the file pointer position
71 var_dump( feof($file_handle) ); // check if eof reached
117 string(79) "this is a line with more than eighty character,want to check line splitting cor"
171 string(79) "this is a line with more than eighty character,want to check line splitting cor"
225 string(79) "this is a line with more than eighty character,want to check line splitting cor"
279 string(79) "this is a line with more than eighty character,want to check line splitting cor"
333 string(79) "this is a line with more than eighty character,want to check line splitting cor"
387 string(79) "this is a line with more than eighty character,want to check line splitting cor"
441 string(79) "this is a line with more than eighty character,want to check line splitting cor"
495 string(79) "this is a line with more than eighty character,want to check line splitting cor"
[all …]
H A Dfgetss_variation3.phpt66 var_dump( ftell($file_handle) ); // check the file pointer position
67 var_dump( feof($file_handle) ); // check if eof reached
113 string(79) "this is a line with more than eighty character,want to check line splitting cor"
167 string(79) "this is a line with more than eighty character,want to check line splitting cor"
221 string(79) "this is a line with more than eighty character,want to check line splitting cor"
275 string(79) "this is a line with more than eighty character,want to check line splitting cor"
329 string(79) "this is a line with more than eighty character,want to check line splitting cor"
383 string(79) "this is a line with more than eighty character,want to check line splitting cor"
437 string(79) "this is a line with more than eighty character,want to check line splitting cor"
491 string(79) "this is a line with more than eighty character,want to check line splitting cor"
[all …]
H A Dftruncate_error.phpt25 // check the first size
31 // check the first size
56 // check the first size
63 // check the first size
/PHP-7.1/Zend/tests/
H A Dbug43703.phpt2 Bug #43703 (Signature compatibility check broken)
H A Dbug51791.phpt2 Bug #51791 (constant() failed to check undefined constant and php interpreter stoped)
/PHP-7.1/tests/func/
H A Dini_alter.phpt2 ini_alter() check
/PHP-7.1/ext/gmp/tests/
H A Dgmp_gcdext.phpt27 $check = gmp_add(gmp_mul($val[0],$r['s']), gmp_mul($val[1],$r['t']));
29 var_dump(gmp_strval($check));
/PHP-7.1/ext/spl/tests/
H A Dheap_it_current_empty.phpt2 SPL: SplHeap current, check looping through an empty heap gives you no values
/PHP-7.1/ext/standard/tests/math/
H A Dhexdec.phpt2 overflow check for _php_math_basetozval

Completed in 40 milliseconds

12345678910>>...38