Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.2/sapi/cli/
H A Dphp_cli.c668 int behavior = PHP_MODE_STANDARD; in do_cli() local
779 behavior=PHP_MODE_PROCESS_STDIN; in do_cli()
784 if (behavior == PHP_MODE_CLI_DIRECT || behavior == PHP_MODE_PROCESS_STDIN) { in do_cli()
798 behavior=PHP_MODE_LINT; in do_cli()
815 behavior=PHP_MODE_CLI_DIRECT; in do_cli()
862 if (behavior == PHP_MODE_CLI_DIRECT || behavior == PHP_MODE_PROCESS_STDIN) { in do_cli()
866 behavior=PHP_MODE_HIGHLIGHT; in do_cli()
870 if (behavior == PHP_MODE_CLI_DIRECT || behavior == PHP_MODE_PROCESS_STDIN) { in do_cli()
874 behavior=PHP_MODE_STRIP; in do_cli()
1002 switch (behavior) { in do_cli()
[all …]
/PHP-7.2/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-7.2/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-7.2/ext/mbstring/oniguruma/src/
H A Dregsyntax.c253 onig_set_syntax_behavior(OnigSyntaxType* syntax, unsigned int behavior) in onig_set_syntax_behavior() argument
255 syntax->behavior = behavior; in onig_set_syntax_behavior()
279 return syntax->behavior; in onig_get_syntax_behavior()
/PHP-7.2/Zend/tests/
H A Dbug72543_5.phpt2 Bug #72543.5 (different references behavior comparing to PHP 5)
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 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 Dbug35509.phpt2 Bug #35509 (string constant as array key has different behavior inside object)
H A Dbug64979.phpt2 Bug #64979 (Wrong behavior of static variables in closure generators)
/PHP-7.2/tests/strings/
H A Doffsets_chaining_1.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_2.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_3.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_4.phpt2 testing the behavior of string offset chaining
/PHP-7.2/ext/date/tests/
H A Dbug28024.phpt2 Bug #28024 (Changed behavior of strtotime())
/PHP-7.2/ext/spl/tests/
H A Dbug74519.phpt2 Bug #74519 strange behavior of AppendIterator
H A Dbug75173.phpt2 Bug #75173 incorrect behavior of AppendIterator::append in foreach loop
/PHP-7.2/ext/standard/tests/strings/
H A Dstrspn.phpt2 Test strspn() behavior
H A Dstr_ireplace.phpt42 for abnormal system behavior.\nSuggest features, report bugs, or ask
97 for abnormal system behavior.
100 …cking and management software designed to watch<br> for abnormal system behavior.<br>Suggest featu…
H A Dstrcspn.phpt2 Test strcspn() behavior
H A Dbug40915.phpt2 Bug #40915 (addcslashes unexpected behavior with binary input)
/PHP-7.2/ext/reflection/tests/
H A Dreflectionclass_for_traits.phpt2 Tests some parts of ReflectionClass behavior for traits

Completed in 63 milliseconds

12345678910>>...12