Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/sapi/cli/
H A Dphp_cli.c656 int behavior = PHP_MODE_STANDARD; in do_cli() local
759 behavior=PHP_MODE_PROCESS_STDIN; in do_cli()
764 if (behavior == PHP_MODE_CLI_DIRECT || behavior == PHP_MODE_PROCESS_STDIN) { in do_cli()
778 behavior=PHP_MODE_LINT; in do_cli()
795 behavior=PHP_MODE_CLI_DIRECT; in do_cli()
842 if (behavior == PHP_MODE_CLI_DIRECT || behavior == PHP_MODE_PROCESS_STDIN) { in do_cli()
846 behavior=PHP_MODE_HIGHLIGHT; in do_cli()
850 if (behavior == PHP_MODE_CLI_DIRECT || behavior == PHP_MODE_PROCESS_STDIN) { in do_cli()
854 behavior=PHP_MODE_STRIP; in do_cli()
968 switch (behavior) { in do_cli()
[all …]
/PHP-7.0/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.0/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.0/ext/mbstring/oniguruma/
H A Dregsyntax.c251 onig_set_syntax_behavior(OnigSyntaxType* syntax, unsigned int behavior) in onig_set_syntax_behavior() argument
253 syntax->behavior = behavior; in onig_set_syntax_behavior()
277 return syntax->behavior; in onig_get_syntax_behavior()
/PHP-7.0/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.0/ext/date/tests/
H A Dbug28024.phpt2 Bug #28024 (Changed behavior of strtotime())
H A Dbug45554.phpt2 Bug #45554 (Inconsistent behavior of the u format char)
/PHP-7.0/Zend/tests/
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)
H A Dbug29015.phpt2 Bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others)
H A Dbug35017.phpt2 Bug #35017 (Exception thrown in error handler may cause unexpected behavior)
/PHP-7.0/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.0/ext/reflection/tests/
H A Dreflectionclass_for_traits.phpt2 Tests some parts of ReflectionClass behavior for traits
/PHP-7.0/ext/spl/tests/
H A Dbug75173.phpt2 Bug #75173 incorrect behavior of AppendIterator::append in foreach loop
/PHP-7.0/ext/ftp/tests/
H A Dbug7216-2.phpt15 // test for the correct behavior this time
/PHP-7.0/ext/oci8/tests/
H A Ddrcp_scope4.phpt13 // The default expected behavior of this test is different between PHP
21 // get old behavior
/PHP-7.0/ext/standard/tests/array/
H A Dbug35022.phpt2 Bug #35022 (Regression in the behavior of key/current functions)

Completed in 31 milliseconds

12345678910>>...12