Home
last modified time | relevance | path

Searched refs:should (Results 76 – 100 of 784) sorted by relevance

12345678910>>...32

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50698_2.phpt2 Request #50698_2 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Lar…
11 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_2.wsdl');\" should throw an exception of…
H A Dbug50698_3.phpt2 Request #50698_3 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Lar…
11 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_3.wsdl');\" should throw an exception of…
/PHP-5.5/ext/json/tests/
H A Dbug64874_part1.phpt13 // Leading whitespace should be ignored
19 // So should trailing whitespace
25 // And so should the combination of both
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt40 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
48 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
56 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_attr_set.phpt86 …printf("[007] max_length should be not set (= 0), got %s for field %s\n", $meta->max_length, $meta…
97 printf("[007.1] max_length should be 1, got %s\n", $res);
106 …printf("[008] max_length should be set (!= 0), got %s for field %s\n", $meta->max_length, $meta->n…
117 printf("[008.1] max_length should be 0, got %s\n", $res);
126 …printf("[009] max_length should not be set (= 0), got %s for field %s\n", $meta->max_length, $meta…
177 printf("[015] Results should not be empty, subsequent tests will probably fail!\n");
191 printf("[017] Results should not differ. Dumping both result sets.\n");
208 printf("[019] Results should not differ. Dumping both result sets.\n");
234 printf("[021] Results should not be empty, subsequent tests will probably fail!\n");
261 printf("[025] Results should not differ. Dumping both result sets.\n");
H A Dmysqli_phpinfo.phpt19 /* all versions should at least dump this minimum information */
21 printf("[001] ext/mysqli should have exposed itself.\n");
24 printf("[002] ext/mysqli should have exposed the library version.\n");
H A Dmysqli_reconnect.phpt55 // after 2+ seconds the server should kill the connection
68 printf("[009] Server should have killed the timeout connection, [%d] %s\n",
72 printf("[010] Reconnect should have happened");
84 printf("[013] Connection should has been made to DB/Schema '%s', expecting '%s', [%d] %s\n",
122 printf("[020] Connection should has been made to DB/Schema '%s', expecting '%s', [%d] %s\n",
/PHP-5.5/Zend/tests/
H A Dbug38287.phpt12 // error occurs here: execution should never get inside the if condition because $not_there is NULL
14 // will print NULL (which is ok, but execution should never get here if the value is NULL)
H A Dbug63336.phpt20 Strict Standards: Declaration of Child::foo() should be compatible with Base::foo($var = TEST, $mor…
22 Strict Standards: Declaration of Child::bar() should be compatible with Base::bar($more = self::DUM…
H A Dbug48770.phpt49 $c->func('This should work!');
53 %unicode|string%(26) "A::func: This should work!"
H A Dclosure_041.phpt52 //$d should have been turned to static
57 $d = $nonstaticUnscoped->bindTo(new A); $d(); echo " (should be scoped to dummy class)\n";
62 $d = $nonstaticUnscoped->bindTo(new B); $d(); echo " (should be scoped to dummy class)\n";
94 bound: A (should be scoped to dummy class)
103 bound: B (should be scoped to dummy class)
H A D009.phpt33 Strict Standards: Non-static method foo::bar() should not be called statically in %s on line %d
36 Strict Standards: Non-static method foo::bar() should not be called statically in %s on line %d
/PHP-5.5/ext/zlib/tests/
H A Dgzclose_basic.phpt19 //should fail.
26 //should fail.
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY35 2007/09/03: [bug] xxx_code_to_mbclen() should return
120 ex. /\x00/ in UTF16 should be error.
162 should be [:punct:].
249 2006/10/10: [bug] should call onig_st_free_table() in
852 0x00ad should not be [:punct:] type.
1189 should be /a(?:b{2,3}*)/
1563 ex. a{3}+ should be (?:a{3})+
1572 /[d-a]/ should be error.
1637 2003/03/17: [impl] should free err_arg.
1904 2002/04/06: [spec] should not warn for /(?:a?)+?/.
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dpreg_quote_basic.phpt13 $string1 = 'testing - /this *-has \ metacharacters^ in $ should work';
24 string(58) "testing - /this *-has \ metacharacters^ in $ should work"
/PHP-5.5/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt10 $a = new Phar('http://should.fail.com');
27 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre…
/PHP-5.5/ext/standard/tests/math/
H A Dlog.phpt8 // e ^ log(x) should be close in range to x
21 // base ^ log(x) should be close in range to x
/PHP-5.5/ext/standard/tests/strings/
H A Dstrncasecmp_variation7.phpt14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
H A Dstrncmp_variation7.phpt14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
/PHP-5.5/sapi/caudium/
H A DREADME5 should be pretty good.
9 execution should be very similar to that of mod_php or the cgi
/PHP-5.5/ext/spl/internal/
H A Dseekableiterator.inc28 * The method should throw an exception if it is not possible to seek to
29 * the given position. Typically this exception should be of type
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug32647.phpt52 Strict Standards: Non-static method bar::barfoo() should not be called statically in %sbug32647.php…
57 Strict Standards: Non-static method bar::barfoo() should not be called statically in Unknown on lin…
59 Strict Standards: Non-static method bar::barfoo() should not be called statically in Unknown on lin…
/PHP-5.5/
H A DREADME.GIT-RULES5 This is the first file you should be reading when contributing code via Git.
70 1. All changes should first go to the lowest branch (i.e. 5.6) and then
73 branches) an empty merge should be done.
76 bug fixes, improvements, etc., should go into the NEWS file of *any
79 should be noted in both PHP-5.4/NEWS and PHP-5.5/NEWS but
87 without the corresponding diff. One should be able to look at it, and
113 If you fix some bugs, you should note the bug ID numbers in your
114 commit message. Bug ID should be prefixed by "#" for easier access to
/PHP-5.5/ext/spl/tests/
H A DarrayObject_magicMethods4.phpt15 public $b = "This should not be in the storage";
91 string(33) "This should not be in the storage"
129 string(33) "This should not be in the storage"
165 string(33) "This should not be in the storage"
196 string(33) "This should not be in the storage"
H A DarrayObject_magicMethods5.phpt15 public $b = "This should appear in storage";
92 string(29) "This should appear in storage"
127 string(29) "This should appear in storage"
162 string(29) "This should appear in storage"
194 string(29) "This should appear in storage"

Completed in 45 milliseconds

12345678910>>...32