/PHP-5.5/ext/oci8/tests/ |
H A D | bug43497.phpt | 180 Loop count check = 100 184 Loop count check = 100 188 Loop count check = 100 192 Loop count check = 100 196 Loop count check = 100 200 Loop count check = 100 204 Loop count check = 100 208 Loop count check = 100 212 Loop count check = 100 216 Loop count check = 100 [all …]
|
H A D | bug43497_92.phpt | 184 Loop count check = 100 188 Loop count check = 100 192 Loop count check = 100 196 Loop count check = 100 200 Loop count check = 100 204 Loop count check = 100 208 Loop count check = 100 212 Loop count check = 100 216 Loop count check = 100 220 Loop count check = 100 [all …]
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | chunk_split_variation12.phpt | 53 This is to check chunk_split 60 "To check " in heredoc".I'm sure it'll \work! 103 heredocr to checkThis is to check chunk_split 105 heredoc with hereThis is to check chunk_split 107 heredocdoc endingThis is to check chunk_split 109 heredoc.This contThis is to check chunk_split 112 specThis is to check chunk_split 114 heredoci@! ch@r$ This is to check chunk_split 122 heredoc2.This is to check chunk_split 143 …check " in heredoc".I'm sure it'll \work!r to check"To check " in heredoc".I'm sure it'll \work! w… [all …]
|
H A D | str_split_variation5.phpt | 54 This is to check str_split 61 "To check " in heredoc" 120 string(10) " check str" 135 string(10) "This check" 146 string(10) "This check" 159 string(10) ""To check "
|
/PHP-5.5/ext/intl/tests/ |
H A D | intl_is_failure.phpt | 12 function check( $err_code ) 18 check( U_ZERO_ERROR ); 19 check( U_USING_FALLBACK_WARNING ); 20 check( U_ILLEGAL_ARGUMENT_ERROR );
|
H A D | intl_error_name.phpt | 13 function check( $err_code ) 18 check( U_ZERO_ERROR ); 19 check( U_ILLEGAL_ARGUMENT_ERROR ); 20 check( U_USING_FALLBACK_WARNING );
|
/PHP-5.5/ext/standard/tests/serialize/ |
H A D | bug65806.phpt | 54 echo 'check ' . check($list->get()) . PHP_EOL; 61 echo 'check ' . check($newList->get()) . PHP_EOL; 65 function check(myObjC $obj) { 78 check successful 81 check successful
|
H A D | serialization_objects_007.phpt | 20 ini_set('unserialize_callback_func','check'); 22 function check($name) { 23 echo "in check($name)\n"; 34 in check(FOO) 37 Warning: unserialize(): Function check() hasn't defined the class it was called for in %s on line 23
|
H A D | serialization_arrays_002.phpt | 16 function check(&$a) { 36 check($a); 43 check($a); 50 check($a); 57 check($a); 64 check($a); 71 check($a); 78 check($a); 85 check($a); 92 check($a); [all …]
|
H A D | bug26762.phpt | 11 ini_set('unserialize_callback_func','check'); 13 function check($name) {
|
/PHP-5.5/ext/dba/tests/ |
H A D | dba_handlers.phpt | 15 function check($h) 30 check(dba_handlers()); 34 check(dba_handlers(null)); 38 check(dba_handlers(1, 2)); 42 check(dba_handlers(0));
|
/PHP-5.5/scripts/dev/generate-phpt/tests/ |
H A D | gtIfClassHasMethodTest.php | 13 $this->assertTrue($ch->check($clo)); 21 $this->assertFalse($ch->check($clo)); 29 $this->assertTrue($ch->check($clo));
|
H A D | gtIsSpecifiedFunctionOrMethodTest.php | 13 $this->assertTrue($ch->check($clo)); 21 $this->assertTrue($ch->check($clo)); 29 $this->assertFalse($ch->check($clo));
|
H A D | gtIsValidClassTest.php | 13 $this->assertTrue($ch->check($clo)); 21 $this->assertFalse($ch->check($clo)); 29 $this->assertTrue($ch->check($clo));
|
H A D | gtIsValidFunctionTest.php | 13 $this->assertTrue($ch->check($clo)); 21 $this->assertFalse($ch->check($clo)); 29 $this->assertTrue($ch->check($clo));
|
H A D | gtIsValidMethodTest.php | 13 $this->assertTrue($ch->check($clo)); 21 $this->assertFalse($ch->check($clo)); 29 $this->assertTrue($ch->check($clo));
|
H A D | gtIsSpecifiedTestTypeTest.php | 13 $this->assertTrue($ch->check($clo)); 21 $this->assertFalse($ch->check($clo));
|
/PHP-5.5/tests/output/ |
H A D | ob_implicit_flush_basic_001.phpt | 2 Test ob_implicit_flush() function : check return value (always null). 11 echo "*** Testing ob_implicit_flush() : check return value ***\n"; 20 *** Testing ob_implicit_flush() : check return value ***
|
/PHP-5.5/scripts/dev/generate-phpt/src/setup/ |
H A D | gtPreConditionList.php | 23 public function check($clo) { function in gtPreConditionList 26 if(!$checkThis->check($clo)) {
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_search_variation4.phpt | 27 /* Miscellenous input check */ 29 //matching "Good" in array(0,"hello"), result:true in loose type check 34 //matching integer 0 in array("this"), result:true in loose type check 39 //matching string "this" in array(0), result:true in loose type check 44 …king for type FALSE in multidimensional array with loose checking, result:false in loose type check 52 //matching string having integer in beginning, result:true in loose type check
|
H A D | in_array_variation4.phpt | 30 /* Miscellenous input check */ 32 //matching "Good" in array(0,"hello"), result:true in loose type check 37 //matching integer 0 in array("this"), result:true in loose type check 42 //matching string "this" in array(0), result:true in loose type check 47 …king for type FALSE in multidimensional array with loose checking, result:false in loose type check 55 //matching string having integer in beginning, result:true in loose type check
|
/PHP-5.5/ext/phar/tests/zip/ |
H A D | getalias.phpt | 12 // sanity check with a virgin phar.zip 23 // check that default alias can be overwritten 32 // check that alias can't be set manually 40 // check that user-defined alias can be overwritten
|
/PHP-5.5/ext/snmp/ |
H A D | config.m4 | 35 AC_MSG_ERROR([Could not find the required paths. Please check your net-snmp installation.]) 41 AC_MSG_ERROR([Could not find net-snmp-config binary. Please check your net-snmp installation.]) 49 AC_MSG_ERROR([SNMP sanity check failed. Please check config.log for more information.])
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation1.phpt | 49 // check if the link exists 51 // check if link is soft link 62 // check if the link exists 64 // check if link is soft link; expected: false as the link is a hardlink 79 // check if the link exist 81 // check if link is soft link 92 // check if the link exist 94 // check if link is soft link; expected: false as this is a hardlink
|
/PHP-5.5/Zend/tests/ |
H A D | bug48228.phpt | 12 function check() 18 $this->check(do_throw());
|