Home
last modified time | relevance | path

Searched refs:methods (Results 176 – 200 of 303) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/standard/tests/dir/
H A Ddir_error.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation6.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation8.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-7.2/ext/intl/tests/
H A Dlocale_accept.phpt10 * with Procedural and Object methods.
H A Dlocale_get_all_variants.phpt10 * with Procedural and Object methods.
H A Dbreakiter_factories_error.phpt2 IntlBreakIterator factory methods: argument errors
H A Dcollator_create.phpt11 * with Procedural and Object methods.
H A Dcollator_create4.phpt11 * with Procedural and Object methods.
H A Dcollator_create2.phpt12 * with Procedural and Object methods.
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
/PHP-7.2/ext/reflection/tests/
H A Dbug33389.phpt36 - Static methods [0] {
H A DReflectionProperty_basic2.phpt2 Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDo…
H A DReflectionType_001.phpt36 echo "\n*** methods\n";
133 *** methods
/PHP-7.2/Zend/tests/
H A Dbug30828.phpt2 Bug #30828 (debug_backtrace() reports incorrect class in overridden methods)
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
/PHP-7.2/ext/spl/examples/
H A Dinigroups.inc23 * relation. Doing so both current() and key() methods must be overwritten.
/PHP-7.2/ext/opcache/tests/
H A Dcompact_literals.phpt97 echo "propertes and methods" . EOL;
187 propertes and methods
/PHP-7.2/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation10.phpt2 Test array_intersect_uassoc() function : usage variation - Passing class/object methods to callback
H A Darray_intersect_ukey_variation9.phpt2 Test array_intersect_ukey() function : usage variation - Passing class/object methods to callback
/PHP-7.2/sapi/phpdbg/tests/
H A Dprint_001.phpt23 prompt> [User Class: Foo\Bar (2 methods)]
/PHP-7.2/tests/classes/
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
/PHP-7.2/ext/standard/tests/general_functions/
H A Dis_callable_basic2.phpt13 /* Prototype: void check_iscallable_objects( $methods );
18 function check_iscallable_objects( $methods ) {
21 foreach($methods as $method) {
88 echo "\n** Testing behavior of is_callable() on static methods **\n";
111 $methods = array (
125 check_iscallable_objects($methods);
134 ** Testing behavior of is_callable() on static methods **
/PHP-7.2/ext/zip/tests/
H A Doo_setcompression.phpt2 setCompressionName and setCompressionIndex methods
/PHP-7.2/ext/mysqli/tests/
H A Dreflection_tools.inc21 if ($methods = $class->getMethods()) {
23 foreach ($methods as $method)
/PHP-7.2/ext/mysqlnd/
H A Dphp_mysqlnd.c282 …MYSQLND_DEBUG * dbg = trace_log_plugin->methods.trace_instance_init(mysqlnd_debug_std_no_trace_fun… in PHP_RINIT_FUNCTION()
283 MYSQLND_DEBUG * trace_alloc = trace_log_plugin->methods.trace_instance_init(NULL); in PHP_RINIT_FUNCTION()

Completed in 23 milliseconds

12345678910>>...13