/php-src/ext/reflection/tests/ |
H A D | ReflectionClass_toString_001.phpt | 34 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 D | default_value_internal_userland_arginfo.phpt | 2 Fetching default value of an internal trampoline function with userland arginfo 19 Method [ <internal> public method __invoke ] {
|
/php-src/sapi/cli/tests/ |
H A D | 005.phpt | 21 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 D | 006.phpt | 68 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 D | get_defined_functions_basic.phpt | 25 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 D | destructors_004.phpt | 53 #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 D | bug74993.phpt | 22 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 D | support_no_internal_classes.phpt | 2 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 D | support_no_internal_sub_classes.phpt | 2 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 D | bug49634.phpt | 54 #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 D | execute_internal.phpt | 18 <!-- internal enter time() --> 19 <!-- internal enter array_sum() --> 20 <!-- internal enter var_dump() -->
|
H A D | doc_comment_internal_symbols2.phpt | 2 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 D | key_variation3.phpt | 6 * 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 D | current_variation3.phpt | 6 * 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 D | end_variation3.phpt | 6 * 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 D | reset_variation3.phpt | 7 * 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 D | DirectoryClass_reflection_structure.phpt | 17 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 D | parse_url_basic_011.phpt | 10 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 D | mb_internal_encoding_basic.phpt | 13 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 D | mb_internal_encoding_basic2.phpt | 26 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 D | tar_003.phpt | 19 $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 D | bug31875.phpt | 14 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 D | yield_from_backtrace.phpt | 40 #0 [internal function]: gen() 44 #1 [internal function]: gen() 47 #0 [internal function]: gen()
|
/php-src/ext/spl/tests/ |
H A D | countable_class_basic1.phpt | 8 Interface [ <internal%s> interface Countable ] { 23 Method [ <internal%s> abstract public method count ] {
|
/php-src/Zend/tests/try/ |
H A D | bug71604_2.phpt | 31 #0 [internal function]: gen() 37 #0 [internal function]: gen()
|