Home
last modified time | relevance | path

Searched refs:behavior (Results 151 – 175 of 199) sorted by relevance

12345678

/PHP-7.4/ext/standard/tests/array/
H A Darray_unique_variation2.phpt73 // loop through each sub-array of $inputs to check the behavior of array_unique()
H A Darray_key_exists_variation1.phpt89 // loop through each element of $inputs to check the behavior of array_key_exists()
H A Darray_merge_variation4.phpt99 // loop through each element of $inputs to check the behavior of array_merge
H A Darray_slice_variation7.phpt100 // loop through each element of $inputs to check the behavior of array_slice()
H A Darray_intersect_assoc_variation3.phpt88 // loop through each sub-array within $arrrays to check the behavior of array_intersect_assoc()
H A Darray_intersect_assoc_variation4.phpt87 // loop through each sub-array within $arrrays to check the behavior of array_intersect_assoc()
H A Darray_map_variation17.phpt67 // loop through each element of $inputs to check the behavior of array_map
H A Darray_merge_recursive_variation5.phpt59 // loop through each sub array of $arrays and check the behavior of array_merge_recursive()
H A Darray_merge_variation1.phpt88 // loop through each element of $inputs to check the behavior of array_merge()
H A Darray_merge_variation2.phpt88 // loop through each element of $inputs to check the behavior of array_merge()
H A Deach_variation1.phpt86 // loop through each element of $inputs to check the behavior of each()
H A Darray_combine_variation3.phpt76 // loop through each sub-array within $arrays to check the behavior of array_combine()
H A Darray_diff_assoc_variation1.phpt91 // loop through each element of $inputs to check the behavior of array_diff_assoc
H A Darray_diff_assoc_variation2.phpt91 // loop through each element of $inputs to check the behavior of array_diff_assoc
H A Darray_diff_variation1.phpt91 // loop through each element of $inputs to check the behavior of array_diff
H A Darray_diff_variation2.phpt91 // loop through each element of $inputs to check the behavior of array_diff
H A Darray_intersect_variation3.phpt87 // loop through each sub-array within $arrrays to check the behavior of array_intersect()
H A Darray_intersect_variation4.phpt86 // loop through each sub-array within $arrrays to check the behavior of array_intersect()
H A Darray_merge_recursive_variation2.phpt88 // loop through each element of $arrays and check the behavior of array_merge_recursive()
H A Darray_merge_recursive_variation4.phpt59 // loop through each sub array of $arrays and check the behavior of array_merge_recursive()
/PHP-7.4/
H A DCODING_STANDARDS.md20 * The function's designated behavior is freeing that resource. E.g.
31 module, and rely on each other non-trivial behavior, should be documented as
37 use of a numeric constant to specify different behavior or actions should be
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation3-win32-mb.phpt96 // loop through each element of $inputs to check the behavior of scandir()
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlspecialchars.phpt30 /* checking behavior of quote */
H A Dhtmlentities24.phpt30 /* checking behavior of quote */
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1754 int behavior = PHP_MODE_STANDARD; local
1895 behavior = PHP_MODE_HIGHLIGHT;
2368 behavior = PHP_MODE_LINT;
2414 behavior = PHP_MODE_STRIP;
2559 switch (behavior) {

Completed in 32 milliseconds

12345678