Home
last modified time | relevance | path

Searched refs:behavior (Results 1 – 25 of 196) sorted by relevance

12345678

/php-src/sapi/cli/
H A Dphp_cli.c605 int behavior = PHP_MODE_STANDARD; in do_cli() local
720 behavior=PHP_MODE_PROCESS_STDIN; in do_cli()
725 if (behavior == PHP_MODE_CLI_DIRECT || behavior == PHP_MODE_PROCESS_STDIN) { in do_cli()
739 behavior=PHP_MODE_LINT; in do_cli()
760 behavior=PHP_MODE_CLI_DIRECT; in do_cli()
807 if (behavior == PHP_MODE_CLI_DIRECT || behavior == PHP_MODE_PROCESS_STDIN) { in do_cli()
811 behavior=PHP_MODE_HIGHLIGHT; in do_cli()
815 if (behavior == PHP_MODE_CLI_DIRECT || behavior == PHP_MODE_PROCESS_STDIN) { in do_cli()
819 behavior=PHP_MODE_STRIP; in do_cli()
959 switch (behavior) { in do_cli()
[all …]
/php-src/sapi/cli/tests/
H A D012-2.phpt12 // -r : behavior = CLI_DIRECT
13 // -F / -R / -B / -E : behavior = PROCESS_STDIN
14 // -l : behavior = LINT
15 // -s : behavior = HIGHLIGHT
16 // -w : behavior = STRIP
/php-src/ext/mysqli/tests/
H A Dmysqli_open_bug74432.phpt11 /* This behavior is undocumented, but might be in use. Until there's no officially
13 the test should be removed once the undocumented behavior changes. */
/php-src/ext/standard/tests/network/
H A Dsocket_bug74429.phpt6 /* This behavior is undocumented, but might be in use. Until there's no officially
8 the test should be removed once the undocumented behavior changes. */
/php-src/tests/strings/
H A Doffsets_chaining_1.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_3.phpt2 testing the behavior of string offset chaining
/php-src/Zend/tests/
H A Dbug72543_4.phpt2 Bug #72543.4 (different references behavior comparing to PHP 5)
H A Dbug72543_1.phpt2 Bug #72543.1 (different references behavior comparing to PHP 5)
H A Dbug72543_2.phpt2 Bug #72543.2 (different references behavior comparing to PHP 5)
H A Dbug72543_3.phpt2 Bug #72543.3 (different references behavior comparing to PHP 5)
H A Dbug72543_5.phpt2 Bug #72543.5 (different references behavior comparing to PHP 5)
H A Dnull_to_non_nullable_special_func.phpt2 Test null arg behavior for special functions
H A Dbug70332.phpt2 Bug #70332 (Wrong behavior while returning reference on object)
H A Dbug64239_1.phpt2 Bug #64239 (get_class_methods() changed behavior)
H A Dbug71030.phpt2 Bug #71030: Self-assignment in list() may have inconsistent behavior
H A Dbug64979.phpt2 Bug #64979 (Wrong behavior of static variables in closure generators)
/php-src/ext/date/tests/
H A Dbug28024.phpt2 Bug #28024 (Changed behavior of strtotime())
/php-src/ext/standard/tests/strings/
H A Dstr_ireplace.phpt39 for abnormal system behavior.\nSuggest features, report bugs, or ask
86 for abnormal system behavior.
89 …ng and management software designed to watch<br> for abnormal system behavior.<br>Suggest featu…
H A Dstrspn.phpt2 Test strspn() behavior
H A Dstrcspn.phpt2 Test strcspn() behavior
H A Dbug40915.phpt2 Bug #40915 (addcslashes unexpected behavior with binary input)
/php-src/ext/spl/tests/
H A Dbug74519.phpt2 Bug #74519 strange behavior of AppendIterator
H A Dbug75673.phpt2 Bug #75673 (SplStack::unserialize() behavior)
H A Dbug75173.phpt2 Bug #75173 incorrect behavior of AppendIterator::append in foreach loop
/php-src/ext/reflection/tests/
H A Dreflectionclass_for_traits.phpt2 Tests some parts of ReflectionClass behavior for traits

Completed in 37 milliseconds

12345678