Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 62) sorted by relevance

123

/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_027.phpt2 sqlite-oo: changes
19 echo $db->changes() . "\n";
23 echo $db->changes() . "\n";
26 echo $db->changes() . "\n";
33 echo $db->changes() . "\n";
/PHP-5.3/ext/standard/tests/strings/
H A Dbug24281.phpt11 print "$count changes were made.\n";
14 print "$count changes were made.\n";
17 3 changes were made.
18 3 changes were made.
H A Dbug20261.phpt2 Bug #20261 (str_rot13() changes too much)
H A Dbug22224.phpt2 Bug #22224 (implode changes object references in array)
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_insert_id_variation.phpt29 printf("[002] mysqli_option changes insert_id: %s", var_export($link->insert_id, true));
36 printf("[003] mysqli_debug_info changes insert_id: %s", var_export($link->insert_id, true));
43 printf("[004] mysqli_stat changes insert_id: %s", var_export($link->insert_id, true));
49 printf("[005] mysqli_kill changes insert_id: %s", var_export($link->insert_id, true));
55 printf("[006] mysqli_ping changes insert_id: %s", var_export($link->insert_id, true));
65 printf("[007] mysqli_change_user changes insert_id: %s", var_export($link->insert_id, true));
72 printf("[008a] mysqli_prepare changes insert_id: %s", var_export($link->insert_id, true));
83 printf("[009] stmt free changes insert_id: %s", var_export($link->insert_id, true));
/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3_32_changes.phpt2 SQLite3::changes empty str tests
14 echo $db->changes("dummy");
17 Warning: SQLite3::changes() expects exactly 0 parameters, 1 given in %s on line %d
H A Dsqlite3_31_changes.phpt2 SQLite3::changes (parameters) tests
12 var_dump($db->changes());
H A Dsqlite3_18_changes.phpt2 SQLite3::changes() tests
22 var_dump($db->changes());
/PHP-5.3/
H A DUPGRADING.INTERNALS5 1. Internal API changes
8 1. Internal API changes
H A DREADME.RELEASE_PROCESS51 2. run the "scripts/dev/credits" script in php-src and commit the changes in the
65 7. If all is right, commit the changes to the release branch with ``git commit -a``.
74 Commit the changes to the main branch.
76 10. Push the changes to the main repo, the tag, the main branch and the release branch :
129 5. Commit and push those changes:
147 3. Commit those changes
149 4. run the "scripts/dev/credits" script in php-src and commit the changes in the
190 changes in behavior (whether due to a bug fix or not).
251 8. Commit all the changes to their respective git repos
283 4. Commit all the changes (``include/version.inc``, ``archive/archive.xml``,
H A DREADME.GIT-RULES17 b. Keep the changes consistently well documented and easily trackable.
27 2. Discuss any significant changes on the list before committing and get
38 6. Test your changes before committing them. We mean it. Really.
64 1. All changes should first go to the lowest branch (i.e. 5.4) and then
/PHP-5.3/tests/classes/
H A Dstatic_properties_004.phpt12 echo "\nChanging one changes all the others:\n";
28 Changing one changes all the others:
/PHP-5.3/ext/bcmath/libbcmath/
H A DChangeLog4 Many other changes/additions for getting a distribution
/PHP-5.3/ext/simplexml/tests/
H A Dbug36611.phpt2 Bug #36611 (assignment to SimpleXML object attribute changes argument type to string)
/PHP-5.3/ext/intl/tests/
H A Dbug14562.phpt2 Bug #14562 NumberFormatter breaks when locale changes
/PHP-5.3/ext/pdo_pgsql/tests/
H A Dcommon.phpt8 # Also update config.inc if you make changes here...
/PHP-5.3/ext/mbstring/
H A DREADME9 All changes made after 2002/5/19 are subject to be
/PHP-5.3/ext/xmlrpc/tests/
H A Dbug50282.phpt2 Bug #50282 (xmlrpc_encode_request() changes object into array in calling function)
/PHP-5.3/Zend/tests/
H A Dbug44899.phpt2 Bug #44899 (__isset usage changes behavior of empty())
H A Dbug44899_2.phpt2 Bug #44899 (__isset usage changes behavior of empty()) - 2
/PHP-5.3/ext/dom/tests/
H A Dbug46185.phpt2 Bug #46185 (importNode changes the namespace of an XML element).
/PHP-5.3/tests/lang/
H A Dbug21600.phpt2 Bug #21600 (assign by reference function call changes variable contents)
/PHP-5.3/ext/pdo/
H A DREADME34 or $dbh->rollBack() to persist or abort your changes respectively. Not all
51 responsibility to call commit() when you are done making changes and
/PHP-5.3/ext/pdo/tests/
H A Dpecl_bug_5809.phpt2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param)
/PHP-5.3/ext/iconv/tests/
H A Dtranslit-failure.phpt16 // if at some point internal encoding changes, set correct one

Completed in 57 milliseconds

123