Home
last modified time | relevance | path

Searched refs:__tostring (Results 1 – 25 of 28) sorted by relevance

12

/PHP-5.5/Zend/tests/
H A Dmagic_methods_010.phpt15 Fatal error: Method a::__tostring() cannot take arguments in %s on line %d
H A Dmagic_methods_001.phpt23 public function __tostring() {
H A Dexception_010.phpt9 $x->__tostring(1);
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt49 public function __tostring() {}
137 Modifiers for method TestClass::__tostring():
205 Modifiers for method TestClass::__tostring():
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_setText_basic.phpt12 function __tostring() { return 'aaa'; }
H A Dbreakiter_setText_error.phpt18 function __tostring() { return 'foo'; }
/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_object1.phpt26 function __tostring() {
H A Dnatcasesort_object2.phpt31 function __tostring() {
H A Darsort_object1.phpt40 function __tostring() {
H A Darsort_object2.phpt48 function __tostring() {
H A Drsort_object1.phpt37 function __tostring() {
H A Dsort_object1.phpt37 function __tostring() {
H A Dasort_object1.phpt40 function __tostring() {
H A Dksort_object.phpt38 function __tostring() {
H A Dkrsort_object.phpt37 function __tostring() {
H A Drsort_object2.phpt46 function __tostring() {
H A Dasort_object2.phpt48 function __tostring() {
H A Dsort_object2.phpt46 function __tostring() {
/PHP-5.5/ext/opcache/
H A Dzend_persist.c648 if (ce->__tostring) {
649 ce->__tostring = zend_shared_alloc_get_xlat_entry(ce->__tostring);
650 ce->__tostring->op_array.refcount++;
H A Dzend_accelerator_util_funcs.c729 zend_update_inherited_handler(__tostring);
/PHP-5.5/Zend/
H A Dzend_API.c2035 …= NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL; in zend_register_functions() local
2169 __tostring = reg_function; in zend_register_functions()
2211 scope->__tostring = __tostring; in zend_register_functions()
2249 if (__tostring) { in zend_register_functions()
2250 if (__tostring->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2251 …zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __tostring->common.functio… in zend_register_functions()
2253 __tostring->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
H A Dzend.h502 union _zend_function *__tostring; member
H A Dzend_object_handlers.c1535 if (ce->__tostring && in zend_std_cast_object_tostring()
1536 …(zend_call_method_with_0_params(&readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(except… in zend_std_cast_object_tostring()
H A Dzend_API.h193 class_container.__tostring = NULL; \
/PHP-5.5/ext/filter/
H A Dfilter.c382 if (!ce->__tostring) { in php_zval_filter()

Completed in 66 milliseconds

12