Home
last modified time | relevance | path

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

12345678910>>...15

/php-src/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt34 Method [ <internal:Reflection> private method __clone ] {
55 Method [ <internal:Reflection> public method getName ] {
62 Method [ <internal:Reflection> public method isInternal ] {
76 Method [ <internal:Reflection> public method isAnonymous ] {
90 Method [ <internal:Reflection> public method isCloneable ] {
111 Method [ <internal:Reflection> public method getEndLine ] {
132 Method [ <internal:Reflection> public method hasMethod ] {
140 Method [ <internal:Reflection> public method getMethod ] {
262 Method [ <internal:Reflection> public method isTrait ] {
269 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/Zend/tests/fibers/
H A Ddestructors_004.phpt53 #0 [internal function]: Cycle->__destruct()
54 #1 [internal function]: gc_destructor_fiber()
56 #3 [internal function]: {closure:%s:%d}()
62 #0 [internal function]: Cycle->__destruct()
63 #1 [internal function]: gc_destructor_fiber()
65 #3 [internal function]: {closure:%s:%d}()
72 #0 [internal function]: Cycle->__destruct()
73 #1 [internal function]: gc_destructor_fiber()
75 #3 [internal function]: {closure:%s:%d}()
/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/Zend/tests/lazy_objects/
H A Dsupport_no_internal_classes.phpt2 Lazy objects: internal classes can not be initialized lazily
32 Error: Cannot make instance of internal class lazy: DateTime is internal
34 Error: Cannot make instance of internal class lazy: DateTime is internal
H A Dsupport_no_internal_sub_classes.phpt2 Lazy objects: sub-classes of internal classes can not be initialized lazily
35 Error: Cannot make instance of internal class lazy: C inherits internal class DateTime
37 Error: Cannot make instance of internal class lazy: C inherits internal class DateTime
/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/directory/
H A DDirectoryClass_reflection_structure.phpt17 Class [ <internal:standard> final class Directory ] {
34 Method [ <internal:standard> public method close ] {
41 Method [ <internal:standard> public method rewind ] {
48 Method [ <internal:standard> public method read ] {
/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/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/Zend/tests/try/
H A Dbug71604_2.phpt31 #0 [internal function]: gen()
37 #0 [internal function]: gen()

Completed in 31 milliseconds

12345678910>>...15