Home
last modified time | relevance | path

Searched refs:behavior (Results 251 – 275 of 300) sorted by relevance

1...<<1112

/PHP-7.2/ext/standard/tests/array/
H A Dcount_variation1.phpt84 // loop through each element of $inputs to check the behavior of count()
H A Deach_variation1.phpt86 // loop through each element of $inputs to check the behavior of each()
H A Darray_unshift_variation3.phpt11 * Testing the behavior of array_unshift() by passing different types of arrays
H A Darray_intersect_variation9.phpt11 * Testing the behavior of array_intersect() by passing 2-D arrays
H A Dusort_variation2.phpt88 // loop through each element of $inputs to check the behavior of usort()
H A Darray_intersect_assoc_variation1.phpt93 // loop through each sub-array within $arrrays to check the behavior of array_intersect_assoc()
/PHP-7.2/ext/standard/tests/dir/
H A Ddir_variation2.phpt92 // loop through various elements of $unexpected_values to check the behavior of dir()
H A Dopendir_variation2-win32-mb.phpt99 // loop through each element of $inputs to check the behavior of opendir()
H A Dopendir_variation2.phpt93 // loop through each element of $inputs to check the behavior of opendir()
H A Dscandir_variation3-win32-mb.phpt96 // loop through each element of $inputs to check the behavior of scandir()
H A Ddir_variation2-win32-mb.phpt98 // loop through various elements of $unexpected_values to check the behavior of dir()
H A Dscandir_variation1.phpt91 // loop through each element of $inputs to check the behavior of scandir()
/PHP-7.2/ext/imap/tests/
H A Dimap_fetchheader_variation1.phpt99 // loop through each element of $inputs to check the behavior of imap_fetchheader()
H A Dimap_fetchheader_variation2.phpt102 // loop through each element of $inputs to check the behavior of imap_fetchheader()
H A Dimap_fetch_overview_variation1.phpt87 // loop through each element of $inputs to check the behavior of imap_fetch_overview()
/PHP-7.2/ext/standard/tests/strings/
H A Dhtmlentities24.phpt30 /* checking behavior of quote */
H A Dhtmlspecialchars.phpt30 /* checking behavior of quote */
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c1807 int behavior = PHP_MODE_STANDARD; local
1949 behavior = PHP_MODE_HIGHLIGHT;
2408 behavior = PHP_MODE_LINT;
2455 behavior = PHP_MODE_STRIP;
2677 switch (behavior) {
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME183 ?? implement syntax behavior ONIG_SYN_CONTEXT_INDEP_ANCHORS.
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.h315 #define IS_SYNTAX_BV(syn, bvm) (((syn)->behavior & (bvm)) != 0)
H A Doniguruma.h412 unsigned int behavior; member
810 void onig_set_syntax_behavior P_((OnigSyntaxType* syntax, unsigned int behavior));
/PHP-7.2/ext/spl/internal/
H A Dspldoublylinkedlist.inc122 * - The behavior of the iterator (either one or the other)
/PHP-7.2/
H A DUPGRADING48 such, its behavior now follows fmod() rather than the `%` operator. For
98 This new corrected behavior may affect command line mode CLI scripts that manage
H A Dphp.ini-development7 ; configuring many of the aspects of PHP's behavior.
92 ; or development versions of the INIs with respect to PHP's default behavior.
94 ; we recommend these changes in PHP's behavior.
328 ; being interrupted by the user or a browser timing out. PHP's default behavior
477 ; separately from display_errors. PHP's default behavior is to suppress those
553 ; the dot. PHP's default behavior is to leave these settings empty, in which
563 ; String to output before an error message. PHP's default behavior is to leave
569 ; String to output after an error message. PHP's default behavior is to leave
575 ; Log errors to specified file. PHP's default behavior is to leave this value
754 ; every request. PHP's default behavior is to disable this feature.
[all …]
H A Dphp.ini-production7 ; configuring many of the aspects of PHP's behavior.
92 ; or development versions of the INIs with respect to PHP's default behavior.
94 ; we recommend these changes in PHP's behavior.
328 ; being interrupted by the user or a browser timing out. PHP's default behavior
477 ; separately from display_errors. PHP's default behavior is to suppress those
555 ; the dot. PHP's default behavior is to leave these settings empty, in which
565 ; String to output before an error message. PHP's default behavior is to leave
571 ; String to output after an error message. PHP's default behavior is to leave
577 ; Log errors to specified file. PHP's default behavior is to leave this value
756 ; every request. PHP's default behavior is to disable this feature.
[all …]

Completed in 43 milliseconds

1...<<1112