Home
last modified time | relevance | path

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

12345678910

/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt24 Method [ <internal:Reflection> static public method export ] {
38 Method [ <internal:Reflection> final private method __clone ] {
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 getFileName ] {
93 Method [ <internal:Reflection> public method getEndLine ] {
111 Method [ <internal:Reflection> public method hasMethod ] {
118 Method [ <internal:Reflection> public method getMethod ] {
125 Method [ <internal:Reflection> public method getMethods ] {
[all …]
/PHP-5.3/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.3/sapi/cli/tests/
H A D005.phpt24 string(183) "Class [ <internal:Core> class stdClass ] {
43 string(1355) "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> final public method getMessage ] {
80 Method [ <internal:Core> final public method getCode ] {
83 Method [ <internal:Core> final public method getFile ] {
86 Method [ <internal:Core> final public method getLine ] {
89 Method [ <internal:Core> final public method getTrace ] {
92 Method [ <internal:Core> final public method getPrevious ] {
[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.3/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.3/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.3/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()
H A Darray_push_variation5.phpt2 Test array_push() function : usage variations - position of internal array pointer
11 * Check the position of the internal array pointer after calling array_push()
H A Darray_key_exists_variation7.phpt2 Test array_key_exists() function : usage variations - position of internal array pointer
12 * Check the position of the internal array pointer after calling array_key_exists()
/PHP-5.3/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.3/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.3/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 Dcountable_class_basic1.phpt16 Interface [ <internal%s> interface Countable ] {
31 Method [ <internal%s> abstract public method count ] {
/PHP-5.3/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 …
/PHP-5.3/
H A DREADME.namespaces97 namespace A\B\foo() and if it doesn't exist PHP tries to call internal
99 internal PHP functions, however using \foo() you are able to call any
103 of failure uses internal PHP class. Note that using "new A" in namespace
104 you can only create class from this namespace or internal PHP class, however
118 // then calls internal function "foo"
125 // then creates object of internal class "B"
132 // then creates object of internal class "A"
138 // then calls method "foo" of internal class "B"
149 // then calls method "foo" of internal class "A"
160 - calls to internal functions in namespaces are slower, because PHP first

Completed in 24 milliseconds

12345678910