Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/php-src/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt32 Method [ <internal:Reflection> private method __clone ] {
53 Method [ <internal:Reflection> public method getName ] {
60 Method [ <internal:Reflection> public method isInternal ] {
74 Method [ <internal:Reflection> public method isAnonymous ] {
88 Method [ <internal:Reflection> public method isCloneable ] {
109 Method [ <internal:Reflection> public method getEndLine ] {
130 Method [ <internal:Reflection> public method hasMethod ] {
138 Method [ <internal:Reflection> public method getMethod ] {
260 Method [ <internal:Reflection> public method isTrait ] {
267 Method [ <internal:Reflection> public method isEnum ] {
[all …]
H A Ddefault_value_internal_userland_arginfo.phpt2 Fetching default value of an internal trampoline function with userland arginfo
19 Method [ <internal> public method __invoke ] {
/php-src/sapi/cli/tests/
H A D005.phpt21 string(183) "Class [ <internal:Core> class stdClass ] {
40 string(2232) "Class [ <internal:Core> class Exception implements Stringable, Throwable ] {
62 Method [ <internal:Core> private method __clone ] {
69 Method [ <internal:Core, ctor> public method __construct ] {
78 Method [ <internal:Core> public method __wakeup ] {
85 Method [ <internal:Core, prototype Throwable> final public method getMessage ] {
92 Method [ <internal:Core, prototype Throwable> final public method getCode ] {
98 Method [ <internal:Core, prototype Throwable> final public method getFile ] {
105 Method [ <internal:Core, prototype Throwable> final public method getLine ] {
112 Method [ <internal:Core, prototype Throwable> final public method getTrace ] {
[all …]
H A D006.phpt68 Function [ <internal:pcre> function preg_match ] {
79 Function [ <internal:pcre> function preg_match_all ] {
90 Function [ <internal:pcre> function preg_replace ] {
101 Function [ <internal:pcre> function preg_filter ] {
112 Function [ <internal:pcre> function preg_replace_callback ] {
124 Function [ <internal:pcre> function preg_replace_callback_array ] {
135 Function [ <internal:pcre> function preg_split ] {
145 Function [ <internal:pcre> function preg_quote ] {
153 Function [ <internal:pcre> function preg_grep ] {
162 Function [ <internal:pcre> function preg_last_error ] {
[all …]
/php-src/Zend/tests/
H A Dget_defined_functions_basic.phpt25 if (!is_array($func["internal"])) {
26 echo "TEST FAILED: no element in result array with key 'internal'\n";
29 $internal = $func["internal"];
32 if (!in_array("cos", $internal) || !in_array("strlen", $internal)) {
33 echo "TEST FAILED: missing elements from 'internal' array\n";
34 var_dump($internal);
/php-src/ext/intl/tests/locale/
H A Dbug74993.phpt22 Function [ <internal:intl> function locale_get_display_language ] {
30 Function [ <internal:intl> function locale_get_display_name ] {
38 Function [ <internal:intl> function locale_get_display_region ] {
46 Function [ <internal:intl> function locale_get_display_script ] {
54 Function [ <internal:intl> function locale_get_display_variant ] {
62 Function [ <internal:intl> function locale_filter_matches ] {
71 Function [ <internal:intl> function locale_lookup ] {
/php-src/ext/xsl/tests/
H A Dbug49634.phpt54 #0 [internal function]: testFunction(Array)
59 #0 [internal function]: testFunction(Array)
64 #0 [internal function]: testFunction(Array)
69 #0 [internal function]: testFunction(Array)
74 #0 [internal function]: testFunction(Array)
79 #0 [internal function]: testFunction(Array)
84 #0 [internal function]: testFunction(Array)
89 #0 [internal function]: testFunction(Array)
94 #0 [internal function]: testFunction(Array)
99 #0 [internal function]: testFunction(Array)
/php-src/ext/zend_test/tests/
H A Dexecute_internal.phpt18 <!-- internal enter time() -->
19 <!-- internal enter array_sum() -->
20 <!-- internal enter var_dump() -->
H A Ddoc_comment_internal_symbols2.phpt2 Test that displaying doc comments via reflection is supported by internal symbols
28 Class [ <internal:zend_test> final class ZendTestPropertyAttribute ] {
49 Method [ <internal:zend_test, ctor> public method __construct ] {
70 Function [ <internal:zend_test> function zend_test_nullable_array_return ] {
/php-src/ext/standard/tests/array/
H A Dkey_variation3.phpt6 * Test how the internal pointer is affected when two variables are referenced to each other
13 echo "\n-- Initial position of internal pointer --\n";
17 // the internal pointer is the same for both
31 -- Initial position of internal pointer --
H A Dcurrent_variation3.phpt6 * Test how the internal pointer is affected when two variables are referenced to each other
13 echo "\n-- Initial position of internal pointer --\n";
18 // the internal pointer is the same for both
29 -- Initial position of internal pointer --
H A Dend_variation3.phpt6 * Test how the internal pointer is affected when two variables are referenced to each other
13 echo "\n-- Initial position of internal pointer --\n";
18 // the internal pointer is the same for both
29 -- Initial position of internal pointer --
H A Dreset_variation3.phpt7 * internal pointer in both arrays
14 echo "\n-- Initial position of internal pointer --\n";
18 // the internal pointer is the same for both
39 -- Initial position of internal pointer --
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_011.phpt10 echo 'parse internal:#feeding', PHP_EOL;
11 var_dump(parse_url('internal:#feeding'));
35 parse internal:#feeding
38 string(8) "internal"
/php-src/ext/mbstring/tests/
H A Dmb_internal_encoding_basic.phpt13 var_dump(mb_internal_encoding()); //default internal encoding
15 var_dump(mb_internal_encoding('UTF-8')); //change internal encoding to UTF-8
17 var_dump(mb_internal_encoding()); //check internal encoding is now set to UTF-8
H A Dmb_internal_encoding_basic2.phpt26 var_dump(mb_internal_encoding()); //default internal encoding
27 var_dump(mb_internal_encoding('UTF-8')); //change internal encoding to UTF-8
28 var_dump(mb_internal_encoding()); //check internal encoding is now set to UTF-8
/php-src/ext/phar/tests/tar/
H A Dtar_003.phpt19 $tar->addFile('internal/file/here', "hi there!\n");
20 $tar->mkDir('internal/dir');
26 echo file_get_contents($alias . '/internal/file/here');
59 internal
66 internal
/php-src/tests/basic/
H A Dbug31875.phpt14 var_dump(in_array($disabled_function, $functions['internal']));
17 var_dump(in_array($disabled_function, $functions['internal']));
20 var_dump(in_array($disabled_function, $functions['internal']));
/php-src/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt27 Class [ <internal%s> class Directory ] {
44 Method [ <internal:standard> public method close ] {
51 Method [ <internal:standard> public method rewind ] {
58 Method [ <internal:standard> public method read ] {
/php-src/Zend/tests/generators/
H A Dyield_from_backtrace.phpt40 #0 [internal function]: gen()
44 #1 [internal function]: gen()
47 #0 [internal function]: gen()
/php-src/ext/spl/tests/
H A Dcountable_class_basic1.phpt8 Interface [ <internal%s> interface Countable ] {
23 Method [ <internal%s> abstract public method count ] {
/php-src/ext/reflection/tests/internal_parameter_default_value/
H A Dcheck_all.phpt2 Check that all internal parameter defaults evaluate without error
18 foreach (get_defined_functions()["internal"] as $func) {
/php-src/Zend/tests/try/
H A Dbug71604_2.phpt31 #0 [internal function]: gen()
37 #0 [internal function]: gen()
/php-src/ext/dom/tests/modern/html/interactions/
H A Dwithout_constructor.phpt19 Class DOM\HTMLDocument is an internal class marked as final that cannot be instantiated without inv…
20 Class DOM\XMLDocument is an internal class marked as final that cannot be instantiated without invo…
/php-src/ext/standard/tests/strings/
H A Dbug61116.phpt9 Function [ <internal:standard> function htmlspecialchars ] {
20 Function [ <internal:standard> function get_html_translation_table ] {

Completed in 25 milliseconds

12345678910>>...14