Home
last modified time | relevance | path

Searched refs:duplicate (Results 1 – 25 of 62) sorted by path

123

/PHP-5.5/
H A DCODING_STANDARDS286 You may also have some deprecated aliases with close to duplicate
H A DNEWS2485 . Fixed bug #63588 (use php_next_utf8_char and remove duplicate
5589 - Fixed bug #48872 (string.c: errors: duplicate case values). (Kalle)
6297 duplicate keys). (Dmitry)
6986 - Fixed bug #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values).…
8815 - Fixed bug #36205 (Memory leaks on duplicate cookies). (Dmitry)
9438 - Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash).
/PHP-5.5/Zend/RFCs/
H A D001.txt85 result in the $obj->setMember("foo") call being called on a duplicate
/PHP-5.5/Zend/
H A DZEND_CHANGES321 when you create a duplicate you might want to create a new
H A Dzend_API.c1285 ZVAL_STRING(tmp, str, duplicate); in add_assoc_string_ex()
1296 ZVAL_STRINGL(tmp, str, length, duplicate); in add_assoc_stringl_ex()
1368 ZVAL_STRING(tmp, str, duplicate); in add_index_string()
1379 ZVAL_STRINGL(tmp, str, length, duplicate); in add_index_stringl()
1451 ZVAL_STRING(tmp, str, duplicate); in add_next_index_string()
1462 ZVAL_STRINGL(tmp, str, length, duplicate); in add_next_index_stringl()
1479 ZVAL_STRING(tmp, str, duplicate); in add_get_assoc_string_ex()
1490 ZVAL_STRINGL(tmp, str, length, duplicate); in add_get_assoc_stringl_ex()
1523 ZVAL_STRING(tmp, str, duplicate); in add_get_index_string()
1534 ZVAL_STRINGL(tmp, str, length, duplicate); in add_get_index_stringl()
[all …]
H A Dzend_API.h405 ZEND_API int add_index_string(zval *arg, ulong idx, const char *str, int duplicate);
414 ZEND_API int add_next_index_string(zval *arg, const char *str, int duplicate);
415 ZEND_API int add_next_index_stringl(zval *arg, const char *str, uint length, int duplicate);
574 #define ZVAL_STRING(z, s, duplicate) do { \ argument
578 Z_STRVAL_P(__z) = (duplicate?estrndup(__s, Z_STRLEN_P(__z)):(char*)__s);\
582 #define ZVAL_STRINGL(z, s, l, duplicate) do { \ argument
586 Z_STRVAL_P(__z) = (duplicate?estrndup(__s, __l):(char*)__s);\
622 #define RETVAL_STRING(s, duplicate) ZVAL_STRING(return_value, s, duplicate) argument
623 #define RETVAL_STRINGL(s, l, duplicate) ZVAL_STRINGL(return_value, s, l, duplicate) argument
634 #define RETURN_STRING(s, duplicate) { RETVAL_STRING(s, duplicate); return; } argument
[all …]
H A Dzend_hash.c1147 …le *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *p… in zend_hash_get_current_key_ex() argument
1157 if (duplicate) { in zend_hash_get_current_key_ex()
H A Dzend_hash.h179 …le *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *p…
201 #define zend_hash_get_current_key(ht, str_index, num_index, duplicate) \ argument
202 zend_hash_get_current_key_ex(ht, str_index, NULL, num_index, duplicate, NULL)
H A Dzend_ini.c258 char *duplicate; in zend_alter_ini_entry_ex() local
291 duplicate = estrndup(new_value, new_value_length); in zend_alter_ini_entry_ex()
294 …|| ini_entry->on_modify(ini_entry, duplicate, new_value_length, ini_entry->mh_arg1, ini_entry->mh_… in zend_alter_ini_entry_ex()
298 ini_entry->value = duplicate; in zend_alter_ini_entry_ex()
301 efree(duplicate); in zend_alter_ini_entry_ex()
/PHP-5.5/Zend/tests/
H A Dbug54013.phpt2 Bug #54013 (ReflectionParam for duplicate parameter contains garbage)
/PHP-5.5/ext/bcmath/libbcmath/
H A DREADME8 These routines do not duplicate functionality of the GNU gmp
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic17753 # and deleted if they duplicate other entries.
/PHP-5.5/ext/interbase/tests/
H A D003.phpt128 /* check for correct handling of duplicate field names */
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt142 …printf("[026] INSERT should have failed because of duplicate PK value, [%d] %s\n", $link->errno, $…
H A Dmysqli_stmt_big_prepare.phpt15 // We would duplicate the SQL test cases if we have it here and in one of the
H A Dmysqli_stmt_bind_param.phpt18 test -- therefore the "duplicate" makes some sense to me.
H A Dmysqli_stmt_bind_param_many_columns.phpt20 test -- therefore the "duplicate" makes some sense to me.
H A Dmysqli_stmt_prepare.phpt15 // We would duplicate the SQL test cases if we have it here and in one of the
H A Dmysqli_stmt_reset.phpt15 // We would duplicate the SQL test cases if we have it here and in one of the
/PHP-5.5/ext/oci8/tests/
H A Ddupcolnames.phpt2 SELECT tests with duplicate column anmes
/PHP-5.5/ext/openssl/tests/
H A Dbug28382.phpt15 placeholders to not to duplicate the test. When more diffs come, a duplication would
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog37 7. Another buffer overflow bug involved duplicate named groups with a
405 duplicate name.
637 with duplicate names.
2398 27. If (?| is used to create subpatterns with duplicate numbers, they are now
2404 28. When duplicate subpattern names are present (necessarily with different
2518 duplicate group numbers, could behave incorrectly or give incorrect errors,
2520 taking into account the duplicate group numbers. A pattern such as
3047 duplicate names are permitted. If none of the named substrings are set, the
H A DNEWS285 lower bound matching length. Groups with duplicate numbers may now have
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2924 groups with the same number, as described in the section on duplicate
3992 ate. NOTE: If PCRE_DUPNAMES is set and there are duplicate names, the
3996 terns with the same number, as described in the section on duplicate
4015 Normally, patterns with duplicate names are such that in any one match,
4640 14. PCRE's handling of duplicate subpattern numbers and duplicate sub-
6137 duplicate named subpatterns, as described in the next section.
6201 absence of duplicate numbers (see the previous section) this is the one
6812 the same number (see the earlier section about duplicate subpattern
6858 If the name used in a condition of this kind is a duplicate, the test
6874 duplicate, the test is applied to all subpatterns of the same name, and
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt45 // duplicate key

Completed in 212 milliseconds

123