Home
last modified time | relevance | path

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

12345678910>>...37

/PHP-5.5/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-5.5/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-5.5/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-5.5/tests/lang/
H A DforeachLoop.001.phpt14 //check key and value after the loop.
25 //check key and value after the loop.
/PHP-5.5/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-5.5/ext/mbstring/tests/
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
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
/PHP-5.5/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-5.5/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-5.5/ext/ldap/
H A Dconfig.m481 AC_MSG_ERROR([LDAP SASL check failed. Please check config.log for more information.])
210 dnl SASL check
217 dnl Sanity check
220 AC_MSG_ERROR([LDAP build check failed. Please check config.log for more information.])
/PHP-5.5/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-5.5/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-5.5/tests/func/
H A Dini_alter.phpt2 ini_alter() check
/PHP-5.5/ext/gmp/tests/
H A D022.phpt27 $check = gmp_add(gmp_mul($val[0],$r['s']), gmp_mul($val[1],$r['t']));
29 var_dump(gmp_strval($check));
/PHP-5.5/ext/spl/tests/
H A Dheap_it_current_empty.phpt2 SPL: SplHeap current, check looping through an empty heap gives you no values
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt14 Description: use iscallable() on given string to check for valid function name
33 /* check on unset variables */
54 /* use check_iscallable() to check whether given variable is valid function name
/PHP-5.5/ext/standard/tests/math/
H A Dhexdec.phpt2 overflow check for _php_math_basetozval
/PHP-5.5/tests/classes/
H A D__call_002.phpt2 ZE2 __call() signature check

Completed in 40 milliseconds

12345678910>>...37