Searched refs:changes (Results 1 – 25 of 95) sorted by relevance
1234
/PHP-8.3/ext/standard/tests/strings/ |
H A D | bug24281.phpt | 7 print "$count changes were made.\n"; 10 print "$count changes were made.\n"; 13 3 changes were made. 14 3 changes were made.
|
H A D | bug20261.phpt | 2 Bug #20261 (str_rot13() changes too much)
|
H A D | bug22224.phpt | 2 Bug #22224 (implode changes object references in array)
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_insert_id_variation.phpt | 30 printf("[002] mysqli_option changes insert_id: %s", var_export($link->insert_id, true)); 37 printf("[003] mysqli_debug_info changes insert_id: %s", var_export($link->insert_id, true)); 44 printf("[004] mysqli_stat changes insert_id: %s", var_export($link->insert_id, true)); 50 printf("[005] mysqli_kill changes insert_id: %s", var_export($link->insert_id, true)); 56 printf("[006] mysqli_ping changes insert_id: %s", var_export($link->insert_id, true)); 66 printf("[007] mysqli_change_user changes insert_id: %s", var_export($link->insert_id, true)); 73 printf("[008a] mysqli_prepare changes insert_id: %s", var_export($link->insert_id, true)); 84 printf("[009] stmt free changes insert_id: %s", var_export($link->insert_id, true));
|
H A D | mysqli_open_bug74432.phpt | 12 supported alternative, ensure changes doesn't cause BC breach. Otherwise, 13 the test should be removed once the undocumented behavior changes. */
|
/PHP-8.3/ext/sqlite3/tests/ |
H A D | sqlite3_31_changes.phpt | 2 SQLite3::changes (parameters) tests 12 var_dump($db->changes());
|
H A D | sqlite3_18_changes.phpt | 2 SQLite3::changes() tests 22 var_dump($db->changes());
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | ftruncate_bug76803.phpt | 2 Bug #76803 ftruncate changes file pointer 23 ftruncate($f, 2); // in 7.3 changes file pointer to 2
|
H A D | ftruncate_bug77081.phpt | 2 Bug #77081 ftruncate() changes seek pointer in c mode
|
/PHP-8.3/ext/standard/tests/network/ |
H A D | socket_bug74429.phpt | 7 supported alternative, ensure changes doesn't cause BC breach. Otherwise, 8 the test should be removed once the undocumented behavior changes. */
|
/PHP-8.3/ |
H A D | UPGRADING.INTERNALS | 3 1. Internal API changes 5 2. Build system changes 7 3. Module changes 9 4. OpCode changes 11 5. SAPI changes 14 1. Internal API changes 78 2. Build system changes 94 3. Module changes 129 There are no functional changes. 162 4. OpCode changes [all …]
|
/PHP-8.3/tests/classes/ |
H A D | static_properties_004.phpt | 12 echo "\nChanging one changes all the others:\n"; 27 Changing one changes all the others:
|
/PHP-8.3/ext/pcre/tests/ |
H A D | bug74873.phpt | 2 Bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match())
|
/PHP-8.3/ext/gd/tests/ |
H A D | bug79068.phpt | 2 Bug #79068 (gdTransformAffineCopy() changes interpolation method)
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | bug79254.phpt | 2 Bug #79254 (getenv() w/o arguments not showing changes)
|
/PHP-8.3/ext/simplexml/tests/ |
H A D | bug36611.phpt | 2 Bug #36611 (assignment to SimpleXML object attribute changes argument type to string)
|
/PHP-8.3/ext/opcache/tests/ |
H A D | bug65559.phpt | 2 Bug #65559 (cache not cleared if changes occur while running)
|
/PHP-8.3/ext/intl/tests/ |
H A D | bug14562.phpt | 2 Bug #14562 NumberFormatter breaks when locale changes
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | bug70389.phpt | 2 Bug #70389 (PDO constructor changes unrelated variables)
|
/PHP-8.3/ext/pdo_pgsql/tests/ |
H A D | common.phpt | 7 # Also update config.inc if you make changes here...
|
/PHP-8.3/Zend/tests/ |
H A D | bug44899.phpt | 2 Bug #44899 (__isset usage changes behavior of empty())
|
H A D | bug44899_2.phpt | 2 Bug #44899 (__isset usage changes behavior of empty()) - 2
|
/PHP-8.3/tests/lang/ |
H A D | bug21600.phpt | 2 Bug #21600 (assign by reference function call changes variable contents)
|
/PHP-8.3/ext/standard/tests/serialize/ |
H A D | bug49649.phpt | 2 Bug #49649 (unserialize() doesn't handle changes in property visibility) - to public
|
H A D | bug49649_1.phpt | 2 Bug #49649 (unserialize() doesn't handle changes in property visibility) - to protected
|
Completed in 29 milliseconds
1234