Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/sapi/phpdbg/tests/
H A Dprint_001.phpt23 prompt> [User Class: Foo\Bar (2 methods)]
/PHP-7.4/ext/opcache/tests/
H A Dcompact_literals.phpt97 echo "propertes and methods" . EOL;
187 propertes and methods
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_factories_error.phpt2 IntlBreakIterator factory methods: argument errors
H A Dnormalizer_get_raw_decomposition.phpt11 * with procedural and class methods.
H A Dcollator_create2.phpt11 * with Procedural and Object methods.
H A Dcollator_create4.phpt11 * with Procedural and Object methods.
H A Dcollator_create3.phpt12 * with Procedural and Object methods.
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_basic2.phpt2 Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDo…
H A DReflectionParameter_003.phpt2 ReflectionParameter class - isOptional, isDefaultValueAvailable and getDefaultValue methods.
H A DReflectionMethod_basic3.phpt2 ReflectionMethod class getName(), isInternal() and isUserDefined() methods
H A DReflectionMethod_basic4.phpt2 ReflectionMethod class getFileName(), getStartLine() and getEndLine() methods
H A DReflectionType_001.phpt36 echo "\n*** methods\n";
159 *** methods
/PHP-7.4/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.4/Zend/tests/
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
/PHP-7.4/ext/mysqlnd/
H A Dphp_mysqlnd.c255 …MYSQLND_DEBUG * dbg = trace_log_plugin->methods.trace_instance_init(mysqlnd_debug_std_no_trace_fun… in PHP_RINIT_FUNCTION()
256 MYSQLND_DEBUG * trace_alloc = trace_log_plugin->methods.trace_instance_init(NULL); in PHP_RINIT_FUNCTION()
/PHP-7.4/ext/standard/tests/dir/
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
H A Ddir_variation4.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-7.4/ext/zip/tests/
H A Doo_setcompression.phpt2 setCompressionName and setCompressionIndex methods
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_basic2.phpt10 /* Prototype: void check_iscallable_objects( $methods );
15 function check_iscallable_objects( $methods ) {
18 foreach($methods as $method) {
85 echo "\n** Testing behavior of is_callable() on static methods **\n";
108 $methods = array (
122 check_iscallable_objects($methods);
131 ** Testing behavior of is_callable() on static methods **
/PHP-7.4/ext/mysqli/tests/
H A Dreflection_tools.inc21 if ($methods = $class->getMethods()) {
23 foreach ($methods as $method)
/PHP-7.4/ext/phar/tests/
H A Dphar_offset_check.phpt2 Phar: disallow stub and alias setting via offset*() methods
/PHP-7.4/ext/snmp/tests/
H A Dreflection.phpt8 /* ALL PHP_ME user callable methods of SNMP class should appear here */
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)

Completed in 39 milliseconds

12345678910>>...12