zend_call_method_with_1_params 453 Zend/zend_interfaces.c zend_call_method_with_1_params(object, ce, &ce->unserialize_func, "unserialize", NULL, zdata); zend_call_method_with_1_params 72 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, &ce->__get, ZEND_GET_FUNC_NAME, &retval, member); zend_call_method_with_1_params 122 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, &ce->__unset, ZEND_UNSET_FUNC_NAME, NULL, member); zend_call_method_with_1_params 140 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, &ce->__isset, ZEND_ISSET_FUNC_NAME, &retval, member); zend_call_method_with_1_params 461 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, NULL, "offsetget", &retval, offset); zend_call_method_with_1_params 509 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, NULL, "offsetexists", &retval, offset); zend_call_method_with_1_params 514 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, NULL, "offsetget", &retval, offset); zend_call_method_with_1_params 623 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, NULL, "offsetunset", NULL, offset); zend_call_method_with_1_params 395 ext/spl/php_spl.c zend_call_method_with_1_params(NULL, NULL, NULL, "spl_autoload", NULL, class_name); zend_call_method_with_1_params 307 ext/spl/spl_array.c zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_get, "offsetGet", &rv, offset); zend_call_method_with_1_params 413 ext/spl/spl_array.c zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset", NULL, offset); zend_call_method_with_1_params 463 ext/spl/spl_array.c zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists", &rv, offset); zend_call_method_with_1_params 350 ext/spl/spl_directory.c zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); zend_call_method_with_1_params 391 ext/spl/spl_directory.c zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); zend_call_method_with_1_params 1736 ext/spl/spl_iterators.c zend_call_method_with_1_params(&intern->inner.zobject, intern->inner.ce, NULL, "seek", NULL, zpos); zend_call_method_with_1_params 1271 sapi/cli/php_cli.c zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg); zend_call_method_with_1_params 1279 sapi/cli/php_cli.c zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, ref);