zend_call_method_with_1_params  460 Zend/zend_interfaces.c 	zend_call_method_with_1_params(object, ce, &ce->unserialize_func, "unserialize", NULL, &zdata);
zend_call_method_with_1_params  202 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  248 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  266 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  720 Zend/zend_object_handlers.c 		zend_call_method_with_1_params(object, ce, NULL, "offsetget", rv, offset);
zend_call_method_with_1_params  766 Zend/zend_object_handlers.c 		zend_call_method_with_1_params(object, ce, NULL, "offsetexists", &retval, offset);
zend_call_method_with_1_params  771 Zend/zend_object_handlers.c 				zend_call_method_with_1_params(object, ce, NULL, "offsetget", &retval, offset);
zend_call_method_with_1_params  945 Zend/zend_object_handlers.c 		zend_call_method_with_1_params(object, ce, NULL, "offsetunset", NULL, offset);
zend_call_method_with_1_params 1548 ext/dom/php_dom.c 	zend_call_method_with_1_params(object, Z_OBJCE_P(object), NULL, "item", rv, &offset_copy);
zend_call_method_with_1_params 1771 ext/phar/phar_object.c 	zend_call_method_with_1_params(&iteriter, spl_ce_RecursiveIteratorIterator,
zend_call_method_with_1_params 2193 ext/phar/phar_object.c 	zend_call_method_with_1_params(&ret, ce, &ce->constructor, "__construct", NULL, &arg1);
zend_call_method_with_1_params 4445 ext/phar/phar_object.c 	zend_call_method_with_1_params(zobj, Z_OBJCE_P(zobj),
zend_call_method_with_1_params  445 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  399 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  515 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  600 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  444 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  489 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  369 ext/spl/spl_fixedarray.c 		zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_get, "offsetGet", rv, offset);
zend_call_method_with_1_params  463 ext/spl/spl_fixedarray.c 		zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_del, "offsetUnset", NULL, offset);
zend_call_method_with_1_params  513 ext/spl/spl_fixedarray.c 		zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", &rv, offset);
zend_call_method_with_1_params 2505 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  123 ext/spl/spl_observer.c 		zend_call_method_with_1_params(this, intern->std.ce, &intern->fptr_get_hash, "getHash", &rv, obj);
zend_call_method_with_1_params 1089 sapi/cli/php_cli.c 					zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, &arg);
zend_call_method_with_1_params 1100 sapi/cli/php_cli.c 						zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, &ref);