Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/ext/spl/examples/
H A Dinigroups.inc23 * relation. Doing so both current() and key() methods must be overwritten.
/PHP-7.0/ext/opcache/tests/
H A Dcompact_literals.phpt97 echo "propertes and methods" . EOL;
187 propertes and methods
/PHP-7.0/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.0/ext/reflection/tests/
H A DReflectionProperty_basic2.phpt2 Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDo…
H A DReflectionType_001.phpt36 echo "\n*** methods\n";
131 *** methods
H A DReflectionParameter_003.phpt2 ReflectionParameter class - isOptional, isDefaultValueAvailable and getDefaultValue methods.
H A DReflectionMethod_basic3.phpt2 ReflectionMethod class getName(), isInternal() and isUserDefined() methods
/PHP-7.0/sapi/phpdbg/tests/
H A Dprint_001.phpt23 prompt> [User Class: Foo\Bar (2 methods)]
/PHP-7.0/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.0/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.0/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.0/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.0/ext/zip/tests/
H A Doo_setcompression.phpt2 setCompressionName and setCompressionIndex methods
/PHP-7.0/ext/intl/tests/
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.
H A Dcollator_create3.phpt12 * with Procedural and Object methods.
/PHP-7.0/ext/mysqli/tests/
H A Dreflection_tools.inc21 if ($methods = $class->getMethods()) {
23 foreach ($methods as $method)
/PHP-7.0/ext/mysqlnd/
H A Dphp_mysqlnd.c284 …MYSQLND_DEBUG * dbg = trace_log_plugin->methods.trace_instance_init(mysqlnd_debug_std_no_trace_fun… in PHP_RINIT_FUNCTION()
285 MYSQLND_DEBUG * trace_alloc = trace_log_plugin->methods.trace_instance_init(NULL); in PHP_RINIT_FUNCTION()
/PHP-7.0/ext/pdo/
H A Dpdo_sql_parser.re205 if (stmt->dbh->methods->quoter) {
223 … if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf), ZSTR_LEN(buf), &plc->quoted, &plc->qlen,
266 if (!stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL(tmp_param),
469 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
505 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
/PHP-7.0/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)
/PHP-7.0/ext/phar/tests/
H A Dphar_offset_check.phpt2 Phar: disallow stub and alias setting via offset*() methods

Completed in 44 milliseconds

12345678910>>...12