Home
last modified time | relevance | path

Searched refs:behavior (Results 126 – 150 of 196) sorted by relevance

12345678

/php-src/ext/standard/tests/array/
H A Darray_merge_variation3.phpt106 // loop through each element of $inputs to check the behavior of array_merge
H A Darray_combine_variation5.phpt63 // loop through each sub-array within $arrays to check the behavior of array_combine()
H A Darray_intersect_assoc_variation7.phpt68 // loop through each sub-array within $arrays to check the behavior of array_intersect_assoc()
H A Darray_intersect_assoc_variation8.phpt68 // loop through each sub-array within $arrays to check the behavior of array_intersect_assoc()
H A Darray_intersect_assoc_variation9.phpt6 * Testing the behavior of array_intersect_assoc() by passing 2-D arrays
H A Darray_intersect_variation7.phpt66 // loop through each sub-array within $arrays to check the behavior of array_intersect()
H A Darray_intersect_variation8.phpt66 // loop through each sub-array within $arrays to check the behavior of array_intersect()
H A Darray_merge_variation4.phpt82 // loop through each element of $inputs to check the behavior of array_merge
H A Darray_slice_variation7.phpt83 // loop through each element of $inputs to check the behavior of array_slice()
H A Darray_merge_recursive_variation2.phpt83 // loop through each element of $arrays and check the behavior of array_merge_recursive()
H A Darray_merge_variation2.phpt83 // loop through each element of $inputs to check the behavior of array_merge()
H A Darray_diff_assoc_variation2.phpt85 // loop through each element of $inputs to check the behavior of array_diff_assoc
H A Darray_diff_variation2.phpt85 // loop through each element of $inputs to check the behavior of array_diff
H A Darray_unique_variation2.phpt68 // loop through each sub-array of $inputs to check the behavior of array_unique()
H A Darray_diff_assoc_variation1.phpt85 // loop through each element of $inputs to check the behavior of array_diff_assoc
H A Darray_diff_variation1.phpt85 // loop through each element of $inputs to check the behavior of array_diff
H A Darray_map_variation17.phpt62 // loop through each element of $inputs to check the behavior of array_map
/php-src/ext/standard/tests/dir/
H A Ddir_variation9.phpt12 * Checking the behavior of dir() function by passing directories which
/php-src/ext/mbstring/tests/
H A Dgh9535.phpt2 GH-9535 (mb_strcut(): The behavior of mb_strcut in mbstring has been changed in PHP8.1)
H A Dmb_encode_mimeheader_basic4.phpt78 // Make sure we maintain legacy behavior when linefeed string contains NUL (zero) bytes
107 // imitate the same behavior
115 // Change in behavior: The old implementation would output the following string as plain ASCII,
/php-src/ext/date/lib/
H A Dparse_date.re614 *behavior = tp->type;
627 return timelib_lookup_relative_text(ptr, behavior);
755 s->time->relative.weekday_behavior = behavior;
1315 int behavior = 0;
1321 i = timelib_get_relative_text(&ptr, &behavior);
1328 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP);
1836 int behavior = 0;
1842 i = timelib_get_relative_text(&ptr, &behavior);
1844 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP);
1860 int behavior = 0;
[all …]
/php-src/ext/pdo_firebird/tests/
H A Dtransaction_isolation_level_behavior.phpt2 PDO_Firebird: transaction isolation level (Testing for behavior)
/php-src/sapi/cgi/
H A Dcgi_main.c1723 int behavior = PHP_MODE_STANDARD; local
1839 behavior = PHP_MODE_HIGHLIGHT;
2324 behavior = PHP_MODE_LINT;
2370 behavior = PHP_MODE_STRIP;
2515 switch (behavior) {
2591 if (behavior == PHP_MODE_LINT && argc - 1 > php_optind) {
/php-src/tests/lang/
H A Dbug20175.phpt91 * stored reference oop_value. This way oop_class gets some singleton behavior
/php-src/
H A DCODING_STANDARDS.md23 * The function's designated behavior is freeing that resource. E.g.
34 module, and rely on each other's non-trivial behavior, should be documented as
39 constant to specify different behavior or actions should be done through

Completed in 48 milliseconds

12345678