zend_call_method_with_1_params  446 Zend/zend_interfaces.c 	zend_call_method_with_1_params(object, ce, &ce->unserialize_func, "unserialize", NULL, zdata);
zend_call_method_with_1_params  158 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  210 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  229 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  646 Zend/zend_object_handlers.c 		zend_call_method_with_1_params(&object, ce, NULL, "offsetget", &retval, offset);
zend_call_method_with_1_params  694 Zend/zend_object_handlers.c 		zend_call_method_with_1_params(&object, ce, NULL, "offsetexists", &retval, offset);
zend_call_method_with_1_params  699 Zend/zend_object_handlers.c 				zend_call_method_with_1_params(&object, ce, NULL, "offsetget", &retval, offset);
zend_call_method_with_1_params  862 Zend/zend_object_handlers.c 		zend_call_method_with_1_params(&object, ce, NULL, "offsetunset", NULL, offset);
zend_call_method_with_1_params 1164 ext/intl/calendar/calendar_methods.cpp 		zend_call_method_with_1_params(&zv_datetime, NULL, NULL, "__construct",
zend_call_method_with_1_params 1295 ext/intl/calendar/calendar_methods.cpp 	zend_call_method_with_1_params(&return_value, NULL, NULL, "settimezone",
zend_call_method_with_1_params  100 ext/intl/timezone/timezone_class.cpp 		zend_call_method_with_1_params(&ret, NULL, NULL, "__construct",
zend_call_method_with_1_params 1792 ext/phar/phar_object.c 	zend_call_method_with_1_params(&iteriter, spl_ce_RecursiveIteratorIterator, 
zend_call_method_with_1_params 2210 ext/phar/phar_object.c 	zend_call_method_with_1_params(&ret, ce, &ce->constructor, "__construct", NULL, &arg1);
zend_call_method_with_1_params 4452 ext/phar/phar_object.c 	zend_call_method_with_1_params(&zobj, Z_OBJCE_P(zobj), 
zend_call_method_with_1_params  452 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  389 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  513 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  454 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  498 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  386 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  487 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  537 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 2437 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  116 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 1129 sapi/cli/php_cli.c 					zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg);
zend_call_method_with_1_params 1137 sapi/cli/php_cli.c 						zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, ref);