Home
last modified time | relevance | path

Searched refs:bug (Results 1 – 25 of 209) sorted by relevance

123456789

/PHP-5.3/
H A DNEWS543 . Fixed bug #61755 (A parsing bug in the prepared statements can lead to
879 . Fixed bug #55776 (PDORow to session bug). (Johannes)
1096 . Fixed bug #54340 (DateTime::add() method bug). (Adam)
1234 . Fixed bug #54312 (soap_version logic bug). (tom at samplonius dot org)
1408 . Fixed bug #53541 (format string bug in ext/phar).
2600 - Fixed bug #47273 (Encoding bug in SoapServer->fault). (Dmitry)
3737 - Fixed bug #45382 (timeout bug in stream_socket_enable_crypto). (Ilia)
3774 - Fixed bug #44882 (SOAP extension object decoding bug). (Dmitry)
3941 - Fixed bug #43505 (Assign by reference bug). (Dmitry)
5313 - Fixed bug #38458, PECL bug #8944, PECL bug #7775 (error retrieving columns
[all …]
H A DREADME.SUBMITTING_PATCH26 create a bug or identify an existing bug at http://bugs.php.net/. A
27 bug can be used to track the patch progress and prevent your changes
44 Attach the patch to the PHP bug and consider sending a notification
56 If you are fixing incorrect PHP documentation first create a bug or
57 identify an existing bug at http://bugs.php.net/. A bug can be used
68 Attach the patch to the PHP bug and consider sending a notification
72 Please make the mail subject prefix "[PATCH]". Include the bug id(s)
81 a bug or identify an existing bug at http://pecl.php.net/bugs/. A bug
99 the patch or pointer to the bug to pecl-dev@lists.php.net. Also CC
123 Generally we ask that bug fix patches work on the current stable PHP
[all …]
H A DREADME.TESTING7 Please do *not* submit a failed test as a bug or ask for help on why
92 factors applying to the tester's environment, or there is a bug in PHP.
93 If this is a known bug, we strive to provide bug numbers, in either the
94 test name or the file name. You can check the status of such a bug, by
95 going to: http://bugs.php.net/12345 where 12345 is the bug number.
96 For clarity and automated processing, bug numbers are prefixed by a hash
159 If you find bug in PHP, you can submit bug report AND test script
168 substr() bug. Do not return expected string.
/PHP-5.3/ext/pdo_pgsql/tests/
H A Dbug48764.phpt27 bug($db);
30 bug($db, array(PDO::ATTR_EMULATE_PREPARES => 0));
39 bug($db);
41 bug($db);
45 bug($db);
47 bug($db);
57 bug($db);
70 bug($db);
84 bug($db);
87 bug($db, array(
[all …]
/PHP-5.3/Zend/tests/
H A Dbug31098.phpt19 echo isset($simpleString->wrong)?"bug\n":"ok\n";
20 echo isset($simpleString["wrong"])?"ok\n":"bug\n";
21 echo isset($simpleString[-1])?"bug\n":"ok\n";
22 echo isset($simpleString[0])?"ok\n":"bug\n";
23 echo isset($simpleString["0"])?"ok\n":"bug\n";
24 echo isset($simpleString["16"])?"ok\n":"bug\n";
25 echo isset($simpleString["17"])?"bug\n":"ok\n";
27 echo $simpleString->wrong === null?"ok\n":"bug\n";
28 echo $simpleString["wrong"] === "B"?"ok\n":"bug\n";
29 echo $simpleString["0"] === "B"?"ok\n":"bug\n";
[all …]
H A Dbug31683.phpt10 $test = 'bug';
16 $test = 'bug';
17 $val = 'bug';
22 $test = 'bug';
27 $test = 'bug';
34 $test = 'bug';
35 $val = 'bug';
40 $test = 'bug';
45 $test = 'bug';
H A Dbug42820.phpt11 var_dump(defined('ns\\bug'));
13 var_dump(defined('\\ns\\bug'));
15 var_dump(defined('ns\\foo::bug'));
17 var_dump(defined('\\ns\\foo::bug'));
18 var_dump(defined('ns\\bar::bug'));
19 var_dump(defined('\\ns\\bar::bug'));
H A Dbug46196.phpt2 Test restore_error_handler() function : bug #46196
13 echo "*** Testing restore_error_handler() : error bug #46196 ***\n";
27 *** Testing restore_error_handler() : error bug #46196 ***
H A Djump05.phpt15 echo "bug\n";
19 echo "bug\n";
H A Djump04.phpt15 echo "bug\n";
17 echo "bug\n";
H A Dbug34199.phpt11 if($kids) echo "bug\n"; else echo "ok\n";
12 if(!$kids) echo "ok\n"; else echo "bug\n";
/PHP-5.3/ext/standard/tests/general_functions/
H A D003.phpt40 $n += test_me("bug #7368", 2, "13458", "12345");
41 $n += test_me("bug #7368", 2, "1345", "1234");
43 $n += test_me("bug #6562", 1, "debugg", "debug");
44 $n += test_me("bug #6562", 1, "ddebug", "debug");
45 $n += test_me("bug #6562", 2, "debbbug", "debug");
46 $n += test_me("bug #6562", 1, "debugging", "debuging");
48 $n += test_me("bug #16473", 2, "a", "bc");
49 $n += test_me("bug #16473", 2, "xa", "xbc");
50 $n += test_me("bug #16473", 2, "xax", "xbcx");
51 $n += test_me("bug #16473", 2, "ax", "bcx");
H A Dparse_ini_basic.data93 ; This is test for bug #29306
109 ;Test for bug #43923
110 [bug #43923]
115 ;Test for bug #44019
116 [bug #44019]
124 ;Test for bug #43915
125 [bug #43915]
/PHP-5.3/ext/filter/tests/
H A D045.phpt9 echo ($ret === 255 && $a["options"]["min_range"] === "0")?"ok\n":"bug\n";
10 echo ($ret === 255 && $a["options"]["max_range"] === "1024")?"ok\n":"bug\n";
11 echo ($ret === 255 && is_string($a["flags"]) && $a["flags"] == FILTER_FLAG_ALLOW_HEX)?"ok\n":"bug\n…
14 echo ($ret === 255 && is_string($a) && $a == FILTER_FLAG_ALLOW_HEX)?"ok\n":"bug\n";
17 … && is_string($a["test"]["filter"]) && $a["test"]["filter"] == FILTER_VALIDATE_INT)?"ok\n":"bug\n";
18 … && is_string($a["test"]["flags"]) && $a["test"]["flags"] == FILTER_FLAG_ALLOW_HEX)?"ok\n":"bug\n";
21 …$ret["test"] === 255 && is_string($a["test"]) && $a["test"] == FILTER_VALIDATE_INT)?"ok\n":"bug\n";
H A Dbug39763.phpt11 parse_str("val=%22probably+a+bug%22", $arr);
13 parse_str("val=%22probably+a+bug%22");
18 \"probably a bug\"
19 \"probably a bug\"
/PHP-5.3/ext/standard/tests/strings/
H A Dlevenshtein.phpt44 $n += test_me("bug #7368", 2, "13458", "12345");
45 $n += test_me("bug #7368", 2, "1345", "1234");
47 $n += test_me("bug #6562", 1, "debugg", "debug");
48 $n += test_me("bug #6562", 1, "ddebug", "debug");
49 $n += test_me("bug #6562", 2, "debbbug", "debug");
50 $n += test_me("bug #6562", 1, "debugging", "debuging");
52 $n += test_me("bug #16473", 2, "a", "bc");
53 $n += test_me("bug #16473", 2, "xa", "xbc");
54 $n += test_me("bug #16473", 2, "xax", "xbcx");
55 $n += test_me("bug #16473", 2, "ax", "bcx");
H A Dexplode_bug.phpt2 Explode/memnstr bug
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY14 2007/06/18: [bug] (thanks KUBO Takehiro)
53 2006/11/07: [bug] (thanks Byte)
113 2006/09/08: [bug] (thanks K.Takata)
218 2006/05/22: [bug] (thanks NARUSE, Yui)
528 2005/01/13: [bug] ignore case match bug.
554 2004/12/15: [bug] (thanks matz)
623 2004/11/17: [bug] (thanks nobu)
635 2004/11/11: [bug] fix enc/utf8.c.
714 2004/08/24: [bug] (thanks starfish)
1239 2003/08/18: [bug] (thanks nobu)
[all …]
/PHP-5.3/ext/phar/tests/
H A Dbug52013.phpt2 Test for bug 52013 about Phar::decompressFiles().
4 Test for a bug where Phar::decompressFiles() mistakenly throws BadMethodCallException.
5 http://bugs.php.net/bug.php?id=52013
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt2 Constants exported by ext/mysqli - checking category - PHP bug not mysqli bug (check from time to t…
H A Dmysqli_change_user_insert_id.phpt2 mysqli_change_user() - LAST_INSERT_ID() - http://bugs.mysql.com/bug.php?id=45184?
11 …ip Might hit known and open bugs http://bugs.mysql.com/bug.php?id=30472, http://bugs.mysql.com/bug
/PHP-5.3/ext/ereg/regex/
H A DWHATSNEW1 New in alpha3.4: The complex bug alluded to below has been fixed (in a
5 the bug was that something like a?b matching ab matched b rather than ab.
6 (The bug was essentially specific to this exact situation, else it would
15 the cost of weaker checking. A workaround for a bug in some folks'
18 because the code currently flunks them (complex bug; fix coming).
24 serious bug that affected REs using many [] (including REG_ICASE REs
38 it out the door in time for 4.4" release.) One bug fix: regfree() didn't
58 BRE \$ bug is fixed. Most uses of "uchar" are gone; it's all chars now.
76 been tightened up somewhat. Small bug fixes in parameter passing (not
/PHP-5.3/ext/openssl/tests/
H A Dbug46127.phpt27 fputs($link, "Sending bug 46127\n");
58 Sending bug 46127
/PHP-5.3/ext/oci8/tests/
H A Dbug42841.phpt111 echo "Test bug 42841: Procedure with OUT cursor parameter\n";
116 echo "Test bug 43449: Cursor as function result\n";
132 Test bug 42841: Procedure with OUT cursor parameter
169 Test bug 43449: Cursor as function result
/PHP-5.3/ext/date/tests/
H A Dbug14561.phpt2 Bug #14561 (strtotime() bug)

Completed in 88 milliseconds

123456789