Home
last modified time | relevance | path

Searched refs:classname (Results 26 – 50 of 55) sorted by relevance

123

/PHP-5.5/Zend/tests/
H A Dbug46665.phpt2 Bug #46665 (Triggering autoload with a variable classname causes truncated autoload param)
H A Dbug63741.phpt23 static function autoload($classname)
H A Dlsb_021.phpt2 ZE2 Late Static Binding parent::/self:: forwarding while classname doesn't
/PHP-5.5/ext/standard/tests/class_object/
H A Dclass_exists_variation_003.phpt5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
H A Dinterface_exists_variation4.phpt5 /* Prototype : bool interface_exists(string classname [, bool autoload])
H A Dclass_exists_variation_002.phpt5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
23 $classname = 'string_val';
84 var_dump( class_exists($classname, $value) );
H A Dinterface_exists_variation2.phpt5 /* Prototype : bool interface_exists(string classname [, bool autoload])
14 $classname = 'aBogusInterfaceName';
98 var_dump( interface_exists($classname, $value) );
H A Dinterface_exists_variation3.phpt5 /* Prototype : bool interface_exists(string classname [, bool autoload])
H A Dinterface_exists_variation1.phpt5 /* Prototype : bool interface_exists(string classname [, bool autoload])
88 // loop through each element of the array for classname
H A Dclass_exists_variation_001.phpt5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
76 // loop through each element of the array for classname
H A Dclass_exists_basic_001.phpt5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
/PHP-5.5/ext/soap/tests/
H A Dtypemap009.phpt33 $classname=get_class($book);
34 return "Object: ".$classname. "(".$book->a.",".$book->b.")";
H A Dclassmap001.phpt29 $classname=get_class($book);
30 return "Classname: ".$classname;
H A Dtypemap001.phpt38 $classname=get_class($book);
39 return "Object: ".$classname. "(".$book->a.",".$book->b.")";
H A Dtypemap005.phpt38 $classname=get_class($book);
39 return "Object: ".$classname. "(".$book->a.",".$book->b.")";
/PHP-5.5/ext/pdo/tests/
H A Dpdo_test.inc21 static function factory($classname = 'PDO', $drop_test_tables = true) {
35 $db = new $classname($dsn, $user, $pass, $attr);
H A Dbug_44173.phpt76 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the classname argument i…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt25 if (false !== ($tmp = @$db->setAttribute(PDO::ATTR_STATEMENT_CLASS, array('classname'))))
29 if (false !== ($tmp = $db->setAttribute(PDO::ATTR_STATEMENT_CLASS, array('classname', array()))))
116 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname
H A Dmysql_pdo_test.inc7 …static function factory($classname = 'PDO', $drop_test_tables = false, $myattr = null, $mydsn = nu…
24 $db = new $classname($dsn, $user, $pass, $attr);
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1294 zval *classname; in reflection_method_factory() local
1300 MAKE_STD_ZVAL(classname); in reflection_method_factory()
1320 zval *classname; in reflection_property_factory() local
1344 MAKE_STD_ZVAL(classname); in reflection_property_factory()
2667 zval *name, *classname; in ZEND_METHOD() local
2686 classname = &ztmp; in ZEND_METHOD()
2693 orig_obj = classname; in ZEND_METHOD()
2730 if (classname == &ztmp) { in ZEND_METHOD()
3292 zval *classname; in reflection_class_object_ctor() local
3886 efree(classname); in ZEND_METHOD()
[all …]
/PHP-5.5/ext/spl/internal/
H A Diteratoriterator.inc45 * @param classname optional class the iterator has to be downcasted to
47 function __construct(Traversable $iterator, $classname = null)
/PHP-5.5/Zend/
H A Dzend_API.h69 #define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name)) argument
82 #define ZEND_ME(classname, name, arg_info, flags) ZEND_FENTRY(name, ZEND_MN(classname##_##name), ar… argument
83 #define ZEND_ABSTRACT_ME(classname, name, arg_info) ZEND_FENTRY(name, NULL, arg_info, ZEND_ACC_PUBL… argument
84 #define ZEND_MALIAS(classname, name, alias, arg_info, flags) \ argument
85 … ZEND_FENTRY(name, ZEND_MN(classname##_##alias), arg_info, flags)
103 …ZEND_ARG_OBJ_INFO(pass_by_ref, name, classname, allow_null) { #name, sizeof(#name)-1, #classname, … argument
H A Dzend_exceptions.c88 const char *classname; in zend_throw_exception_internal() local
92 zend_get_object_classname(exception, &classname, &name_len TSRMLS_CC); in zend_throw_exception_internal()
93 DTRACE_EXCEPTION_THROWN((char *)classname); in zend_throw_exception_internal()
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt305 * static method with *array('classname', 'methodname')*
/PHP-5.5/ext/tidy/
H A Dtidy.c90 #define REGISTER_TIDY_CLASS(classname, name, parent, __flags) \ argument
93 INIT_CLASS_ENTRY(ce, # classname, tidy_funcs_ ## name); \

Completed in 71 milliseconds

123