Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt24 Method [ <internal:Reflection> static public method export ] {
51 Method [ <internal:Reflection> public method __toString ] {
57 Method [ <internal:Reflection> public method getName ] {
63 Method [ <internal:Reflection> public method isInternal ] {
81 Method [ <internal:Reflection> public method isCloneable ] {
87 Method [ <internal:Reflection> public method getFileName ] {
99 Method [ <internal:Reflection> public method getEndLine ] {
117 Method [ <internal:Reflection> public method hasMethod ] {
124 Method [ <internal:Reflection> public method getMethod ] {
215 Method [ <internal:Reflection> public method isTrait ] {
[all …]
H A Dbug64007.phpt17 string(97) "Class Generator is an internal class that cannot be instantiated without invoking its c…
19 Catchable fatal error: The "Generator" class is reserved for internal use and cannot be manually in…
/PHP-5.5/ext/oci8/tests/
H A Dreflection2.phpt15 Class [ <internal:oci8> class OCI-Lob ] {
30 Method [ <internal%s> public method load ] {
36 Method [ <internal%s> public method tell ] {
49 Method [ <internal%s> public method erase ] {
57 Method [ <internal%s> public method flush ] {
83 Method [ <internal%s> public method read ] {
90 Method [ <internal%s> public method eof ] {
96 Method [ <internal%s> public method seek ] {
104 Method [ <internal%s> public method write ] {
119 Method [ <internal%s> public method size ] {
[all …]
H A Dreflection1.phpt231 Function [ <internal%s> function oci_cancel ] {
238 Function [ <internal%s> function oci_fetch ] {
315 Function [ <internal%s> function oci_parse ] {
330 Function [ <internal%s> function oci_result ] {
359 Function [ <internal%s> function oci_close ] {
399 Function [ <internal%s> function oci_error ] {
776 Function [ <internal%s> function ocicancel ] {
783 Function [ <internal%s> function ocifetch ] {
822 Function [ <internal%s> function ociparse ] {
873 Function [ <internal%s> function ocilogon ] {
[all …]
/PHP-5.5/sapi/cli/tests/
H A D005.phpt24 string(183) "Class [ <internal:Core> class stdClass ] {
43 string(1418) "Class [ <internal:Core> class Exception ] {
65 Method [ <internal:Core> final private method __clone ] {
68 Method [ <internal:Core, ctor> public method __construct ] {
77 Method [ <internal:Core> public method __wakeup ] {
80 Method [ <internal:Core> final public method getMessage ] {
83 Method [ <internal:Core> final public method getCode ] {
86 Method [ <internal:Core> final public method getFile ] {
89 Method [ <internal:Core> final public method getLine ] {
92 Method [ <internal:Core> final public method getTrace ] {
[all …]
H A D006.phpt57 Function [ <internal:pcre> function preg_match ] {
67 Function [ <internal:pcre> function preg_match_all ] {
77 Function [ <internal:pcre> function preg_replace ] {
87 Function [ <internal:pcre> function preg_replace_callback ] {
97 Function [ <internal:pcre> function preg_filter ] {
107 Function [ <internal:pcre> function preg_split ] {
116 Function [ <internal:pcre> function preg_quote ] {
123 Function [ <internal:pcre> function preg_grep ] {
131 Function [ <internal:pcre> function preg_last_error ] {
/PHP-5.5/Zend/tests/
H A Dget_defined_functions_basic.phpt30 if (!is_array($func["internal"])) {
31 echo "TEST FAILED: no element in result array with key 'internal'\n";
34 $internal = $func["internal"];
37 if (!in_array("cos", $internal) || !in_array("strlen", $internal)) {
38 echo "TEST FAILED: missing elements from 'internal' array\n";
39 var_dump($internal);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_internal_encoding_basic.phpt11 * Description: Sets the current internal encoding or Returns
12 * the current internal encoding as a string
22 var_dump(mb_internal_encoding()); //default internal encoding
24 var_dump(mb_internal_encoding('UTF-8')); //change internal encoding to UTF-8
26 var_dump(mb_internal_encoding()); //check internal encoding is now set to UTF-8
H A Dmb_internal_encoding_error2.phpt11 * Description: Sets the current internal encoding or
12 * Returns the current internal encoding as a string
/PHP-5.5/ext/xsl/tests/
H A Dbug49634.phpt57 #0 [internal function]: testFunction(Array)
62 #0 [internal function]: testFunction(Array)
67 #0 [internal function]: testFunction(Array)
72 #0 [internal function]: testFunction(Array)
77 #0 [internal function]: testFunction(Array)
82 #0 [internal function]: testFunction(Array)
87 #0 [internal function]: testFunction(Array)
92 #0 [internal function]: testFunction(Array)
97 #0 [internal function]: testFunction(Array)
102 #0 [internal function]: testFunction(Array)
/PHP-5.5/ext/standard/tests/array/
H A Dend_variation3.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
11 * Test how the internal pointer is affected when two variables are referenced to each other
18 echo "\n-- Initial position of internal pointer --\n";
23 // the internal pointer is the same for both
35 -- Initial position of internal pointer --
H A Dkey_variation3.phpt6 * Description: Return the key of the element currently pointed to by the internal array pointer
11 * Test how the internal pointer is affected when two variables are referenced to each other
18 echo "\n-- Initial position of internal pointer --\n";
22 // the internal pointer is the same for both
37 -- Initial position of internal pointer --
H A Dcurrent_variation3.phpt6 * Description: Return the element currently pointed to by the internal array pointer
12 * Test how the internal pointer is affected when two variables are referenced to each other
19 echo "\n-- Initial position of internal pointer --\n";
24 // the internal pointer is the same for both
36 -- Initial position of internal pointer --
H A Dreset_variation3.phpt6 * Description: Set array argument's internal pointer to the first element and return it
12 * internal pointer in both arrays
19 echo "\n-- Initial position of internal pointer --\n";
23 // the internal pointer is the same for both
45 -- Initial position of internal pointer --
H A Dkey_variation4.phpt6 * Description: Return the key of the element currently pointed to by the internal array pointer
38 //See where internal pointer is after adding more elements
42 //see if internal pointer is in same position as referenced array
44 // see if internal pointer is in the same position from when accessing this inner array
H A Dcurrent_variation4.phpt6 * Description: Return the element currently pointed to by the internal array pointer
39 //See where internal pointer is after adding more elements
43 //see if internal pointer is in same position as referenced array
45 // see if internal pointer is in the same position from when accessing this inner array
H A Darray_shift_variation7.phpt2 Test array_shift() function : usage variations - position of internal pointer
11 * Test that the internal pointer is reset after calling array_shift()
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_003.phpt20 $tar->addFile('internal/file/here', "hi there!\n");
21 $tar->mkDir('internal/dir');
27 echo file_get_contents($alias . '/internal/file/here');
61 internal
68 internal
H A Dlinks2.phpt13 $a->addFile('hardlink', 'internal/file.txt', array(
34 phar error: "%slinks2.tar" is a corrupted tar file - hard link to non-existent file "internal/file.…
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt23 Class [ <internal%s> class Directory ] {
38 Method [ <internal:standard> public method close ] {
45 Method [ <internal:standard> public method rewind ] {
52 Method [ <internal:standard> public method read ] {
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_012.phpt54 #0 [internal function]: autoload_first('ThisClassDoesNo...')
55 #1 [internal function]: spl_autoload_call('ThisClassDoesNo...')
61 #0 [internal function]: autoload_second('ThisClassDoesNo...')
62 #1 [internal function]: spl_autoload_call('ThisClassDoesNo...')
H A Darray_015.phpt2 SPL: ArrayIterator::next() with internal arrays
60 Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer…
88 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n…
91 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n…
H A Dbug61527.phpt71 Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer…
73 Notice: ArrayIterator::key(): Array was modified outside object and internal position is no longer …
76 Notice: ArrayIterator::current(): Array was modified outside object and internal position is no lon…
87 Notice: RecursiveArrayIterator::hasChildren(): Array was modified outside object and internal posit…
90 Notice: RecursiveArrayIterator::getChildren(): Array was modified outside object and internal posit…
H A Dcountable_class_basic1.phpt16 Interface [ <internal%s> interface Countable ] {
31 Method [ <internal%s> abstract public method count ] {
/PHP-5.5/ext/phar/tests/
H A D016.phpt31 Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of …
34 Warning: file_get_contents(phar://%s/b): failed to open stream: phar error: internal corruption of …
38 Warning: file_get_contents(phar://%s/d): failed to open stream: phar error: internal corruption of …

Completed in 44 milliseconds

12345678910>>...12