Home
last modified time | relevance | path

Searched refs:internal (Results 26 – 50 of 277) sorted by relevance

12345678910>>...12

/PHP-5.5/
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
/PHP-5.5/ext/standard/tests/array/
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()
H A Darray_slice_variation10.phpt2 Test array_slice() function : usage variations - position of internal array pointer
11 * Check position of internal array pointer after calling array_slice()
H A Darray_values_variation5.phpt2 Test array_values() function : usage variations - internal array pointer
11 * Test the position of the internal array pointer after a call to array_values
H A Dnatcasesort_variation10.phpt2 Test natcasesort() function : usage variations - position of internal array pointer
11 * Check position of internal array pointer after calling natcasesort()
H A Darray_change_key_case_variation5.phpt2 Test array_change_key_case() function : usage variations - position of internal pointer
11 * Check the position of the internal array pointer after calling the function
H A Darray_pop_variation.phpt23 echo"\n*** Checking for internal array pointer being reset when pop is called ***\n";
43 *** Checking for internal array pointer being reset when pop is called ***
/PHP-5.5/Zend/tests/
H A Dbug64960.phpt36 #0 [internal function]: {closure}(8, 'ob_end_clean():...', '%s', 9, Array)
38 #2 [internal function]: ExceptionHandler->__invoke(Object(Exception))
H A Dgc_027.phpt2 GC 027: GC and properties of internal classes
H A Dns_066.phpt2 066: Name ambiguity (import name & internal class name)
H A Dns_067.phpt2 067: Name ambiguity (import name & internal class name)
H A Dinter_06.phpt2 Trying use name of an internal class as interface name
H A Dclass_alias_006.phpt2 Testing creation of alias to an internal class
H A Dns_020.phpt2 020: Accesing internal namespace function
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_004U.phpt22 $tar->addFile('internal/file/here', "hi there!\n");
23 $tar->mkDir('internal/dir');
H A Dtar_004.phpt22 $tar->addFile('internal/file/here', "hi there!\n");
23 $tar->mkDir('internal/dir');
H A Dtar_gzipU.phpt25 $a->addFile('internal/file/here', "hi there!\n");
26 $a->mkDir('internal/dir');
/PHP-5.5/ext/mbstring/tests/
H A Dmb_internal_encoding_error1.phpt11 * Description: Sets the current internal encoding or
12 * Returns the current internal encoding as a string
/PHP-5.5/ext/intl/tests/
H A Duconverter_oop_callback.phpt9 * Called during conversion from source encoding to internal UChar representation
17 * Called during conversion from internal UChar to destination encoding
/PHP-5.5/ext/phar/
H A DTODO72 phar path, $phar->mount('/path/to/external.phar', 'internal/path');
74 virtual entry just like automatic mounting of internal phars [Greg]
109 * implement automatic "mounting" of internal phar archives so that
110 phar:///path/to/archive.phar/internal.phar/file opens internal.phar and
112 archive.phar would be named "internal.phar/file". Write access to internal
113 files inside an internal phar would be denied, as the entire archive must
/PHP-5.5/ext/phar/tests/
H A Dphar_gzipU.phpt29 $files['internal/file/here'] = "hi there!\n";
30 $files['internal/dir/'] = '';
H A D005.phpt14 internal corruption of phar "%s" (truncated manifest at manifest length)
/PHP-5.5/tests/lang/
H A Dbug23922.phpt2 Bug #23922 (scope doesn't properly propagate into internal functions)
/PHP-5.5/Zend/tests/generators/errors/
H A Dgenerator_instantiate_error.phpt10 Catchable fatal error: The "Generator" class is reserved for internal use and cannot be manually in…

Completed in 28 milliseconds

12345678910>>...12