Home
last modified time | relevance | path

Searched refs:duplicate (Results 1 – 25 of 62) sorted by last modified time

123

/PHP-7.4/
H A DNEWS928 . Fixed bug #79503 (Memory leak on duplicate metadata). (cmb)
1013 . Fixed bug #79299 (com_print_typeinfo prints duplicate variables). (Litiano
2485 . Fixed bug #74922 (Composed class has fatal error with duplicate, equal const
H A Dphp.ini-development1610 ; show warnings on duplicate constant registrations
H A Dphp.ini-production1610 ; show warnings on duplicate constant registrations
/PHP-7.4/ext/mysqli/tests/
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
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_last_insert_id.phpt142 …printf("[026] INSERT should have failed because of duplicate PK value, [%d] %s\n", $link->errno, $…
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_cfg.c625 int duplicate = 0; in zend_cfg_build_predecessors() local
630 duplicate = 1; in zend_cfg_build_predecessors()
634 if (!duplicate) { in zend_cfg_build_predecessors()
/PHP-7.4/Zend/
H A Dzend_ini.c323 zend_string *duplicate; in zend_alter_ini_entry_ex() local
355 duplicate = zend_string_copy(new_value); in zend_alter_ini_entry_ex()
358 …|| ini_entry->on_modify(ini_entry, duplicate, ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->m… in zend_alter_ini_entry_ex()
362 ini_entry->value = duplicate; in zend_alter_ini_entry_ex()
364 zend_string_release(duplicate); in zend_alter_ini_entry_ex()
/PHP-7.4/ext/phar/tests/
H A Dbug79503.phpt2 Bug #79503 (Memory leak on duplicate metadata)
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug79299.phpt2 Bug #79299 (com_print_typeinfo prints duplicate variables)
/PHP-7.4/main/
H A DSAPI.c615 SAPI_API int sapi_add_header_ex(char *header_line, size_t header_line_len, zend_bool duplicate, zen… in sapi_add_header_ex() argument
626 if (!duplicate) in sapi_add_header_ex()
H A DSAPI.h185 SAPI_API int sapi_add_header_ex(char *header_line, size_t header_line_len, zend_bool duplicate, zen…
/PHP-7.4/ext/standard/tests/array/
H A Dusort_variation10.phpt2 Test usort() function : usage variations - duplicate keys and values
11 * Pass an array with duplicate keys and values to usort() to test behaviour
28 // Array with duplicate string and integer keys and values
33 echo "\n-- Array with duplicate keys --\n";
48 -- Array with duplicate keys --
H A Darray_unique_variation3.phpt6 * Description: Removes duplicate values from array
H A Darray_unique_variation8.phpt6 * Description: Removes duplicate values from array
H A Duasort_basic2.phpt2 Test uasort() function : basic functionality - duplicate values
10 echo "*** Testing uasort() : basic functionality with duplicate values ***\n";
53 *** Testing uasort() : basic functionality with duplicate values ***
H A Duasort_variation11.phpt11 * string, integer, default & duplicate keys
36 // Array with duplicate string and integer keys
38 echo "-- Array with duplicate keys --\n";
52 -- Array with duplicate keys --
/PHP-7.4/ext/oci8/tests/
H A Ddupcolnames.phpt2 SELECT tests with duplicate column anmes
/PHP-7.4/tests/classes/
H A Dconstants_error_001.phpt2 Error case: duplicate class constant definition
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_php.c27 zend_string *duplicate; in fpm_php_zend_ini_alter_master() local
33 duplicate = zend_string_init(new_value, new_value_length, 1); in fpm_php_zend_ini_alter_master()
36 || ini_entry->on_modify(ini_entry, duplicate, in fpm_php_zend_ini_alter_master()
38 ini_entry->value = duplicate; in fpm_php_zend_ini_alter_master()
44 zend_string_release_ex(duplicate, 1); in fpm_php_zend_ini_alter_master()
/PHP-7.4/ext/zlib/tests/
H A Dbug60761.phpt13 // try to duplicate the original bug by running this as a CGI
/PHP-7.4/ext/standard/tests/http/
H A Dbug48929.phpt2 Bug #48929 (duplicate \r\n sent after last header line)

Completed in 76 milliseconds

123