Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/Zend/tests/traits/
H A Dproperty005.phpt37 …ight be incompatible, to improve maintainability consider using accessor methods in traits instead…
H A Dproperty006.phpt36 …ight be incompatible, to improve maintainability consider using accessor methods in traits instead…
/PHP-5.5/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-5.5/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
/PHP-5.5/Zend/tests/
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
/PHP-5.5/tests/classes/
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
/PHP-5.5/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-5.5/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-5.5/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-5.5/ext/mysqli/tests/
H A Dreflection_tools.inc21 if ($methods = $class->getMethods()) {
23 foreach ($methods as $method)
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c287 …MYSQLND_DEBUG * dbg = trace_log_plugin->methods.trace_instance_init(mysqlnd_debug_std_no_trace_fun… in PHP_RINIT_FUNCTION()
288 MYSQLND_DEBUG * trace_alloc = trace_log_plugin->methods.trace_instance_init(NULL TSRMLS_CC); in PHP_RINIT_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re201 if (stmt->dbh->methods->quoter) {
211 if (!stmt->dbh->methods->quoter(stmt->dbh, buf, len, &plc->quoted, &plc->qlen,
253 if (!stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL(tmp_param),
453 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
489 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
H A Dphp_pdo_driver.h437 struct pdo_dbh_methods *methods; member
552 struct pdo_stmt_methods *methods; member
/PHP-5.5/ext/phar/tests/
H A Dphar_offset_check.phpt2 Phar: disallow stub and alias setting via offset*() methods
/PHP-5.5/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-5.5/ext/pdo_mysql/
H A Dmysql_driver.c106 if (!dbh->methods) { in _pdo_mysql_error()
179 stmt->methods = &mysql_stmt_methods; in mysql_handle_preparer()
782 dbh->methods = &mysql_methods;
793 dbh->methods = &mysql_methods;

Completed in 41 milliseconds

12345678910>>...12